I have an excel file with 60 columns, I have to compare whether the balance amount in this excel file matches with amounts in excel provided by sub-teams(60 different files).
The master file looks like below:
| | Team 1 | Team 2 | Team 3 | Team 4 | Team 5 |
| Cash | 53 | 87 | 76 | 87 | 43 |
| Bank | 43 | 5 | 56 | 87 | 43 |
| Expense | 34 | 3 | 5 | 54 | 343 |
| Rent | 54 | 8 | 7 | 23 | 7 |
I am planning to run the flow 60 times by inputting each file from sub teams 60 times (Kindly advise if there are better ways)
Instead of selecting the column from the master file each time using the select tool. Is there any other way to select the column automatically, if we give the column header "Team 1" as Text input.
format of file submitted team would look like below:
| | Entity 3 |
| Cash | 76 |
| Bank | 56 |
| Expense | 5 |
| Rent | 7 |
Appreciate an response 🙂
Thanks in advance