How to copy into different columns based on categories
Our take
Hi, I don't know how to search online for what I need to do as I'm not sure if it's possible or what the terms are.
On one sheet (1) I have detailed finance info and the amount spent goes into a separate column based on the Category (quite a wide list - there's a choice of maybe 10).
On another sheet (2) I have a short summary of the transactions each month. This is filled out first and regularly.
I'm familiar with copying cell values from one sheet to another.
Is it possible to add a column on (2) of the Category, write in it the name of one of the column headings from (1) and then get the £ value from the next cell to paste into the relevant Category column on (1).
Or something along those lines, basically trying to get the overall list of transactions to copy themselves into the right place on the master list?
thanks for reading if you got this far 😊hoping for some advice please
[link] [comments]
Read on the original site
Open the publisher's page for the full experience
Related Articles
- Formula to auto categorise bank transactionsHi everyone, I'm trying to put a formula in to auto categorise my bank transactions. I have the transactions in my main sheet as: Date | Amount | Description | Category The first three are populated from my bank transaction download, and category is where I want the category to auto populate. I've tried using VLOOKUP but can't get it to work. I'm fine to create a merchant/data table on this sheet or another: Merchant | Category Eg: Woolworths | Groceries I want the formula to look at the Description cell for any of words in the Merchant cell. When it finds a word, I want it to put the corresponding word in the Category column from the merchant table to the Category column in the bank transaction section. Thanks submitted by /u/josephinesparrows [link] [comments]
- Copy and paste-able dependent dropdown listI have two different setup sheets. First one is a table for my category and my subcategory. Second sheet is basically the same with different input, so not same (sub-)category. On my 3rd sheet i want to have different dependent dropdown lists. E.g. sheet3: 1st row, left cell: dropdown category (sheet1), right cell: dropdown subcategory (sheet1) 2nd row, left cell: dropdown category (sheet2), right cell: Dropdown subcategory (sheet2) Both subcategories should change individually depending on what I selected in their respective left cell. After that I want them to be copy and paste-able in sheet3 while still having fully functional dropdown menus. Some help would be highly appreciated. Nothing I tried so far has worked. edit: my current solution that only works when I don't c&p is to have the first cells on sheet3 as the headers (categories) of the tables as data validation list and the 2nd cell as a formula like this for sheet1: =SORT(UNIQUE(TOCOL(XLOOKUP(Sheet3!Cell1a;Sheet1Categories;Sheet1Subcategories;;0;);1;))) and sheet2: =UNIQUE(TOCOL(XLOOKUP(Sheet3!Cell1b;Sheet2Categories;Sheet2Subcategories;;0;);1;)) I have these on another sheet because I didn't manage to do it on sheet3. Problem is that it still references Cell1a/b if a move it around instead of dynamically changing it. submitted by /u/panox [link] [comments]
- Pulling data from one sheet based on a columnApologies I’m not that experienced with Excel. I have a sheet with dates that a task needs to be completed (sorry for the photo of a screen but work IT won’t let me screenshot). I have a Master List sheet of all dates due (column D adds 48 weeks to Column C and Column E extracts the month from D). I want a sheet for each month and for each month’s sheet to pull the IDs from Column A so we can just look and see which tasks are due in e.g. January. And so that all are visible in the Master List so we don’t end up with duplicate IDs (column A has highlight rules for duplicates). I tried google and think it might need VLOOKUP but couldn’t seem to get it to work. Thanks. submitted by /u/arrianne_ [link] [comments]
- Formula needed to auto categorize budgetI want my budget to automatically categorize my transactions. I have a tab made up of all the different transactions that go through my bank account and next to each is the applicable category. I need a formula that will search the transaction list and enter the applicable categories. This is my BUDGET tab. O is the column I would like to enter a formula in to automatically enter the category based on the information in N https://preview.redd.it/6qtnudyd2lvg1.jpg?width=805&format=pjpg&auto=webp&s=463cd61c14c5f283791d3b375403844f994cd504 This is my LIST tab, within the same spreadsheet https://preview.redd.it/ffu0ixc13lvg1.jpg?width=497&format=pjpg&auto=webp&s=8f4fbffe6031fa390c7fb275e9e3a3d0cc7b7118 Thank you in advance! submitted by /u/Funkatronjive [link] [comments]