On worksheet 1, I have a list like the one below.
[TABLE="width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]List Number[/TD]
[TD]Address[/TD]
[TD]Picture[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]15[/TD]
[TD]44 Main St[/TD]
[TD]???[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]16[/TD]
[TD]39 Triangle Ave[/TD]
[TD]???[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]17[/TD]
[TD]961 Yellow Pkwy[/TD]
[TD]???[/TD]
[/TR]
</tbody>[/TABLE]
On worksheet 2, I have pasted pictures from a external source. The pictures are already named and ordered (but are increments of 2). So they correspond like below.
[TABLE="width: 500"]
<tbody>[TR]
[TD]List Number[/TD]
[TD]Image Name[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]Picture 1[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]Picture 3[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]Picture 5[/TD]
[/TR]
[TR]
[TD]...[/TD]
[TD]...[/TD]
[/TR]
[TR]
[TD]15[/TD]
[TD]Picture 29[/TD]
[/TR]
[TR]
[TD]16[/TD]
[TD]Picture 31[/TD]
[/TR]
</tbody>[/TABLE]
I cannot use any macros, is there anyway to use VLOOKUP or INDEX MATCH (or any other method) to somehow match and show pictures (for column C in worksheet 1) based on the pictures that are in worksheet 2?
[TABLE="width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]List Number[/TD]
[TD]Address[/TD]
[TD]Picture[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]15[/TD]
[TD]44 Main St[/TD]
[TD]???[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]16[/TD]
[TD]39 Triangle Ave[/TD]
[TD]???[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]17[/TD]
[TD]961 Yellow Pkwy[/TD]
[TD]???[/TD]
[/TR]
</tbody>[/TABLE]
On worksheet 2, I have pasted pictures from a external source. The pictures are already named and ordered (but are increments of 2). So they correspond like below.
[TABLE="width: 500"]
<tbody>[TR]
[TD]List Number[/TD]
[TD]Image Name[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]Picture 1[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]Picture 3[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]Picture 5[/TD]
[/TR]
[TR]
[TD]...[/TD]
[TD]...[/TD]
[/TR]
[TR]
[TD]15[/TD]
[TD]Picture 29[/TD]
[/TR]
[TR]
[TD]16[/TD]
[TD]Picture 31[/TD]
[/TR]
</tbody>[/TABLE]
I cannot use any macros, is there anyway to use VLOOKUP or INDEX MATCH (or any other method) to somehow match and show pictures (for column C in worksheet 1) based on the pictures that are in worksheet 2?
Last edited: