Hi,
I'll need some help in Excel.
I have two tables with their own filtering/sort options for each columns.
Outside this I'll need to generate a a table with filtering/sort that can calculate the total amount from one ID in table1 + table2.
The issue is that whenever I filter either table1 or table2 the total table will not change respectively, it'll take the amount from the pre-selected cell in the function and not work dynamically.
See example below or download the example excel file.
Table 1:
ID | Amount
1 | 100
2 | 200
3 | 300
Table 2:
ID | Amount
1 | 10
2 | 20
3 | 30
Table total:
ID | Amount
1 | sum table1 amount from ID1 + table2 amount from ID1 = 110
2 | sum table1 amount from ID2 + table2 amount from ID2 = 220
3 | sum table1 amount from ID3 + table2 amount from ID3 = 330
Excel example file: https://drive.google.com/open?id=0B_Z-0hrw2O07VHJ1d2RsejZSMDQ
I'll need some help in Excel.
I have two tables with their own filtering/sort options for each columns.
Outside this I'll need to generate a a table with filtering/sort that can calculate the total amount from one ID in table1 + table2.
The issue is that whenever I filter either table1 or table2 the total table will not change respectively, it'll take the amount from the pre-selected cell in the function and not work dynamically.
See example below or download the example excel file.
Table 1:
ID | Amount
1 | 100
2 | 200
3 | 300
Table 2:
ID | Amount
1 | 10
2 | 20
3 | 30
Table total:
ID | Amount
1 | sum table1 amount from ID1 + table2 amount from ID1 = 110
2 | sum table1 amount from ID2 + table2 amount from ID2 = 220
3 | sum table1 amount from ID3 + table2 amount from ID3 = 330
Excel example file: https://drive.google.com/open?id=0B_Z-0hrw2O07VHJ1d2RsejZSMDQ