Re: Looking to update a column in an excel sheet based on a row of data from another excel sheet
Thank you Prasad.
Is there no need to list the values from the second table?
Also the 2 columns I am trying to match between the 2 excel workbooks are in Text format, how do I match them?
Please look at the screenshot
1. I listed rows of first excel
2. Apply to each on first
3 Used a nested loop and listed rows of second excel
4 then apply each on second excel
5. Applied a condition to check if the Customer ID from both excel are equal( both are text, how to check if they are equal)??
6 I am trying to update a column in the excel 2 based on the matching IDs.
It is always failing. Could you tell me why this doesnot work?