I've creating a work flow to import data from all the different spreadsheets onto one spreadsheet with specific fields. The files that I'm looking at inputting is as follow: -
Excel 1: the headers of the file that the data from subsequent file should be input to.
Excel 2: Data under first line of the Consolidated column of each individual to be mapped to header (A) in Excel 1, second line of the Consolidated column of each individual to be mapped to FIN no field in Excel 1
Excel 3: Data set with information with the difference between columns, A and B, and, C and D to be mapped to column G of Excel 1, and column J of Excel 1respectively.
Excel 4: Data set with information with the difference between columns A and B to be mapped to E of Excel 1.
I've tried to union the data in Excel 2 with the respective headers in Excel 1 but is unsuccessful. To illustrate the above, I've attached my workflow and the screenshot of Excel 1 and 3 for reference.
Appreciate if anyone can provide a fix to the workflow?