I have a requirement where I have to search for a match taking composite column values defined in another worksheet.
Say I have worksheet named "sheet1"
[TABLE="class: outer_border, width: 500"]
Col A
[/td]Col B
[/td]Col C
[/td]Col D
[/td]Col E
[/td]A
[/td][TABLE="width: 65"]
[TD="width: 65"]New
[/TABLE]
[/TD]
1
[/td][TABLE="width: 65"]
[TD="width: 65"]W
[/TABLE]
[/TD]
[TABLE="width: 65"]
[TD="width: 65"]B
[/TABLE]
[/TD]
Old
[/td]2
[/td]X
[/td]C
[/td]New
[/td]3
[/td]Y
[/td]A
[/td]Old
[/td]6
[/td]P
[/td]
[/TABLE]
In "Sheet2" I have the composite mappings
[TABLE="width: 500"]
Col A
[/td]Col B
[/td]Replacement Value
[/td]B
[/td]X
[/td]Value1
[/td]A
[/td]P
[/td]value2
[/td]
[/TABLE]
Result what I wanted to have is
[ATTACH=CONFIG]69828[/ATTACH]
Can some one help me out on this. I'm new to macro any just wondering is that possible or not ? Any feedback/ Suggestions would be very much appreciated !
Thanks for your time.