Hi
I am doing reconciliation from three inputs, every row is having data of unique RootID, I want to read first row from each file, process it (transform and join data), output the result in a new sheet named after that row's RootID, then move to second row and do the same.
I am unable to implement this in macro. I tried with batch macro but it is duplicating, giving one-to-many records (attached my current test output). Can anyone please help.