Kris V
New Member
Hi, Excel Experts! I have a very urgent question.
I am automating a report I'm doing every month. I will usually download this financial report which contains many accounts. Then on my reconciliation file, I need to separate the report per each account on each tab (each tab corresponds to one account). Currently, i would filter the downloaded report and then copy the data for each account. What I want to do is to have the tabs formulated that they will just list all the items in that downloaded report.
Downloaded Report
Account | Reference | Amount
A | 1212 | $10
B |3140 | $20
C | 6333 | $52
A | 1521 | $60
C | 6453 | $90
C | 6789 | $20
Output:
Tab 1- Account A
Reference | Amount
1212 | $10
1521 | $60
Tab 2 - Account B
Reference | Amount
3140 | $20
Tab 3 - Account C
Reference | Amount
6333 | $52
6453 | $90
6789 | $20
So, what formula do I need to use so that Tab 1 or Tab 2 (and so forth) just lists the data from the downloaded file?
I tried sumproduct by assigning 1,2,3,4 for each line but then it won't work because it doesn't mean that Account A will always be on line #1, etc.
Thanks ahead for your help!
I am automating a report I'm doing every month. I will usually download this financial report which contains many accounts. Then on my reconciliation file, I need to separate the report per each account on each tab (each tab corresponds to one account). Currently, i would filter the downloaded report and then copy the data for each account. What I want to do is to have the tabs formulated that they will just list all the items in that downloaded report.
Downloaded Report
Account | Reference | Amount
A | 1212 | $10
B |3140 | $20
C | 6333 | $52
A | 1521 | $60
C | 6453 | $90
C | 6789 | $20
Output:
Tab 1- Account A
Reference | Amount
1212 | $10
1521 | $60
Tab 2 - Account B
Reference | Amount
3140 | $20
Tab 3 - Account C
Reference | Amount
6333 | $52
6453 | $90
6789 | $20
So, what formula do I need to use so that Tab 1 or Tab 2 (and so forth) just lists the data from the downloaded file?
I tried sumproduct by assigning 1,2,3,4 for each line but then it won't work because it doesn't mean that Account A will always be on line #1, etc.
Thanks ahead for your help!