Forum Discussion
Moyna Good
May 21, 2019Copper Contributor
How do I use Excel to show a list from a sheet in a second column, dependant on the first column?
Hi - I have a drop down list in column A - lets say 1, 2, 3, 4. That list relates to one of 4 sheets of data, say sheet 1, sheet 2, etc If I select 1, I want it to only show a list of data f...
Moyna Good
May 21, 2019Copper Contributor
Twifoo here you go
SergeiBaklan
May 21, 2019Diamond Contributor
If without cosmetic when
=CHOOSE($C$2,'Sheet 1'!$A$1:$A$4,'Sheet 2'!$A$1:$A$4,'Sheet 3'!$A$1:$A$4,'Sheet 4'!$A$1:$A$4)
in data validation