default_name
Board Regular
- Joined
- May 16, 2018
- Messages
- 180
- Office Version
- 365
- 2016
- Platform
- Windows
- MacOS
Hey guys,
I have a dropdown list that I am trying to create. I have looked at several other places on the internet to try and solve this, but have been unsuccessful.
I've done a run-around with Dyanamic Data, Data Validation and conditional statements and am back to square one.
You guys always seem to give the best feedback and simplified answers.
Here's what's going on.
I have a workbook with two worksheets in it.
Sheet1
[TABLE="class: grid, width: 200"]
<tbody>[TR]
[TD="align: center"][/TD]
[TD="align: center"]A
[/TD]
[/TR]
[TR]
[TD="align: center"]1
[/TD]
[TD="align: center"]Versions
[/TD]
[/TR]
[TR]
[TD="align: center"]2
[/TD]
[TD="align: center"]Red 2.0
[/TD]
[/TR]
[TR]
[TD="align: center"]3
[/TD]
[TD="align: center"]Red 2.2
[/TD]
[/TR]
[TR]
[TD="align: center"]4
[/TD]
[TD="align: center"]Blue 1.6
[/TD]
[/TR]
[TR]
[TD="align: center"]5
[/TD]
[TD="align: center"]Blue 1.8
[/TD]
[/TR]
[TR]
[TD="align: center"]6
[/TD]
[TD="align: center"]Violet 3.4
[/TD]
[/TR]
[TR]
[TD="align: center"]7
[/TD]
[TD="align: center"]Green 3.4
[/TD]
[/TR]
[TR]
[TD="align: center"]8
[/TD]
[TD="align: center"]Blue 1.8a
[/TD]
[/TR]
[TR]
[TD="align: center"]9
[/TD]
[TD="align: center"][/TD]
[/TR]
[TR]
[TD="align: center"]10
[/TD]
[TD="align: center"][/TD]
[/TR]
[TR]
[TD="align: center"]11
[/TD]
[TD="align: center"][/TD]
[/TR]
[TR]
[TD="align: center"]12
[/TD]
[TD="align: center"][/TD]
[/TR]
</tbody>[/TABLE]
Sheet2
[TABLE="class: grid, width: 450"]
<tbody>[TR]
[TD][/TD]
[TD="align: center"]A
[/TD]
[TD="align: center"]B
[/TD]
[/TR]
[TR]
[TD]1
[/TD]
[TD]Which version are you using?
[/TD]
[TD]*dropdown list is here*
[/TD]
[/TR]
</tbody>[/TABLE]
In Worksheet 2 I have Data Validation set up in cell B1.
Since the range I selected goes to A20, there are 12 blank spots that appear at the bottom of my Sheet2 dropdown list.
I check-marked 'Ignore Blank' in the Data Validation window with the hope that the dropdown list will only show the current options in cells A2:A8.
The 'Ignore Blank' doesn't seem to be ignoring those 12 blank cells.
What am I doing wrong here? Is there another method I could use?
Is there a way to set up Data Validation to auto-adjust for the Sheet1 list size?
Thanks in advance for your help!
I have a dropdown list that I am trying to create. I have looked at several other places on the internet to try and solve this, but have been unsuccessful.
I've done a run-around with Dyanamic Data, Data Validation and conditional statements and am back to square one.
You guys always seem to give the best feedback and simplified answers.
Here's what's going on.
I have a workbook with two worksheets in it.
Sheet1
[TABLE="class: grid, width: 200"]
<tbody>[TR]
[TD="align: center"][/TD]
[TD="align: center"]A
[/TD]
[/TR]
[TR]
[TD="align: center"]1
[/TD]
[TD="align: center"]Versions
[/TD]
[/TR]
[TR]
[TD="align: center"]2
[/TD]
[TD="align: center"]Red 2.0
[/TD]
[/TR]
[TR]
[TD="align: center"]3
[/TD]
[TD="align: center"]Red 2.2
[/TD]
[/TR]
[TR]
[TD="align: center"]4
[/TD]
[TD="align: center"]Blue 1.6
[/TD]
[/TR]
[TR]
[TD="align: center"]5
[/TD]
[TD="align: center"]Blue 1.8
[/TD]
[/TR]
[TR]
[TD="align: center"]6
[/TD]
[TD="align: center"]Violet 3.4
[/TD]
[/TR]
[TR]
[TD="align: center"]7
[/TD]
[TD="align: center"]Green 3.4
[/TD]
[/TR]
[TR]
[TD="align: center"]8
[/TD]
[TD="align: center"]Blue 1.8a
[/TD]
[/TR]
[TR]
[TD="align: center"]9
[/TD]
[TD="align: center"][/TD]
[/TR]
[TR]
[TD="align: center"]10
[/TD]
[TD="align: center"][/TD]
[/TR]
[TR]
[TD="align: center"]11
[/TD]
[TD="align: center"][/TD]
[/TR]
[TR]
[TD="align: center"]12
[/TD]
[TD="align: center"][/TD]
[/TR]
</tbody>[/TABLE]
Sheet2
[TABLE="class: grid, width: 450"]
<tbody>[TR]
[TD][/TD]
[TD="align: center"]A
[/TD]
[TD="align: center"]B
[/TD]
[/TR]
[TR]
[TD]1
[/TD]
[TD]Which version are you using?
[/TD]
[TD]*dropdown list is here*
[/TD]
[/TR]
</tbody>[/TABLE]
In Worksheet 2 I have Data Validation set up in cell B1.
I will potentially have more items to add to the list in Sheet1 in the future (hence the range going to A20).='Sheet1'!$A$2:$A$20
Since the range I selected goes to A20, there are 12 blank spots that appear at the bottom of my Sheet2 dropdown list.
I check-marked 'Ignore Blank' in the Data Validation window with the hope that the dropdown list will only show the current options in cells A2:A8.
The 'Ignore Blank' doesn't seem to be ignoring those 12 blank cells.
What am I doing wrong here? Is there another method I could use?
Is there a way to set up Data Validation to auto-adjust for the Sheet1 list size?
Thanks in advance for your help!