SHARATH2394
New Member
- Joined
- Jun 27, 2019
- Messages
- 2
This is my first post..
I'm attempting to create a macro to do the following:
1.Input contains Mapping Sheet to Match different Headers Ex:
<code>Mapping Sheet
+------+------------+------+
|header 1 | header 2 |
+------+------------+------+
|sam_name | sam.value |
|John_name | John.value |
|Car_name | Car.value |
+------+------------+------+</code>
Please do help me with this Thank you in advance
I'm attempting to create a macro to do the following:
1.Input contains Mapping Sheet to Match different Headers Ex:
<code>Mapping Sheet
+------+------------+------+
|header 1 | header 2 |
+------+------------+------+
|sam_name | sam.value |
|John_name | John.value |
|Car_name | Car.value |
+------+------------+------+</code>
- I have another two sheets say Source and Target sheet Source sheet has header2 values as Headers in Column2(ex:sam.value, John.value, etc.,) and Target sheet headers has header1 values as headers in Column1 (ex: sam_name, John_name etc)
- I need to copy paste the values from Source sheet headers to Target sheet sheet under Column2 by mapping the correct respective headers from mapping sheet.
Please do help me with this Thank you in advance
Last edited by a moderator: