Col A Col B Col C Col D Col E Col F
<Id>str1234</Id> Desc Description Description of message
<Desc>xxxx</Desc> Id Identification Identification of Message
The above data exists in Excel columns. Column A has 500 records but col D,E,F has 10000+ records. i need to extract Tag string from Colum A and look in the col D and find its values in Column E and F. Put those E and F values in Col B and C. I guess we need to write macro. could you please share sample code.
1. Start recording a macro
2. Do the action for first row
3. Go to next row
4. Stop the recording of the macro
5. Modify the macro by adding a loop (probably a for with the number of rows).
If you want, I can do this for you, but I think it's better to teach you how to make it by yourself.
Hope it helps. Regards.