Hi all,
So I have an Excel Worksheet with a data validation drop down. I am trying to have data pasted based on said drop down. The data validation drop down is constantly changing.
Based on the table provided, I need Sheet 2 to populate based on a data validation drop down provided in cell A1 and A2. The thing is, the Data Validation drop down on sheet 2 is changing numbers. So one time it might be 1 and the next time it is used, it might be 500. The numbers in this case are 1 and 45.
Sheet 1
[TABLE="class: grid, width: 500, align: left"]
<tbody>[TR]
[TD][/TD]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[TD]D[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]Number[/TD]
[TD]Animal[/TD]
[TD]Food[/TD]
[TD]Drink
[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]1[/TD]
[TD]Cat[/TD]
[TD]Dry[/TD]
[TD]Milk
[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]45[/TD]
[TD]Dog[/TD]
[TD]Wet[/TD]
[TD]Water[/TD]
[/TR]
</tbody>[/TABLE]
Sheet 2
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[TD]D[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]"Drop Down Here" [/TD]
[TD]Auto Pop[/TD]
[TD]Auto Pop[/TD]
[TD]Auto Pop
[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]"Drop Down Here"[/TD]
[TD]Auto Pop[/TD]
[TD]Auto Pop[/TD]
[TD]Auto Pop[/TD]
[/TR]
</tbody>[/TABLE]
So If 45 Is chosen on Sheet 2, A1, then The B-D columns from sheet 1 will be pasted into sheet 2's columns. Same goes for 1.
All help is greatly appreciated. I can try to explain more, if it is needed. Thanks in advance.
So I have an Excel Worksheet with a data validation drop down. I am trying to have data pasted based on said drop down. The data validation drop down is constantly changing.
Based on the table provided, I need Sheet 2 to populate based on a data validation drop down provided in cell A1 and A2. The thing is, the Data Validation drop down on sheet 2 is changing numbers. So one time it might be 1 and the next time it is used, it might be 500. The numbers in this case are 1 and 45.
Sheet 1
[TABLE="class: grid, width: 500, align: left"]
<tbody>[TR]
[TD][/TD]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[TD]D[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]Number[/TD]
[TD]Animal[/TD]
[TD]Food[/TD]
[TD]Drink
[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]1[/TD]
[TD]Cat[/TD]
[TD]Dry[/TD]
[TD]Milk
[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]45[/TD]
[TD]Dog[/TD]
[TD]Wet[/TD]
[TD]Water[/TD]
[/TR]
</tbody>[/TABLE]
Sheet 2
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[TD]D[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]"Drop Down Here" [/TD]
[TD]Auto Pop[/TD]
[TD]Auto Pop[/TD]
[TD]Auto Pop
[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]"Drop Down Here"[/TD]
[TD]Auto Pop[/TD]
[TD]Auto Pop[/TD]
[TD]Auto Pop[/TD]
[/TR]
</tbody>[/TABLE]
So If 45 Is chosen on Sheet 2, A1, then The B-D columns from sheet 1 will be pasted into sheet 2's columns. Same goes for 1.
All help is greatly appreciated. I can try to explain more, if it is needed. Thanks in advance.