Lets say I have this list:
A | B | |
---|---|---|
1 | Stack East | 500 |
2 | Stack West | 600 |
3 | Whack One | 700 |
4 | Track Yellow | 500 |
5 | Stack North | 500 |
6 | Stack North | 700 |
Stack North is Cell A; 500 is cell B.
I want a new tab which only shows e.g. the cells that contain the word "stack". And then I want the values from column B e.g. next to the right "Stack". This is for a list of debitors from the same group, but different locations and i want to summarize the extract from an accounting software to an excel sheet to send it out.
I tried index+match but it does not really work as it is prob unsure which value to put into the cell and i cant drag it down. If i copy the list and use find+replace, it is not able to automatically update in the future when i just copy in a new extract from next month or so.
Any ideas?