powerman4912
New Member
- Joined
- Sep 14, 2011
- Messages
- 4
Hi all,
I am looking to write a macro to do the following with this set of data:
A123 B123
A123 B124
A123 B125
A124 B126
A125 B127 ... etc
I would like to input:
A123
A124
A125
run the macro... and get back
A123 B123 B124 B125
A124 B126
A125 B127
I've experimented with an index lookup and an indirect reference but it doesn't seem to work well.
Any ideas for a macro?
Thanks for your help.
I am looking to write a macro to do the following with this set of data:
A123 B123
A123 B124
A123 B125
A124 B126
A125 B127 ... etc
I would like to input:
A123
A124
A125
run the macro... and get back
A123 B123 B124 B125
A124 B126
A125 B127
I've experimented with an index lookup and an indirect reference but it doesn't seem to work well.
Any ideas for a macro?
Thanks for your help.