I have a range of cells that I would like to put into a drop down
list. The range of cells changes, so the list needs to be dynamic
also. I know how to create a dynamic range for a validation drop down
list, my only problem is when I do it, the list will contain several
blank spaces. I have one sheet with a set 13 different dropdown lists,
one right below the others. On my next sheet, I want to have a
dropdown list based off of what was chosen on the previous page of 13
dropdown lists. So, the list could range from 1-13 items. When I try
to do a dropdown list, it will give me a list with whatever was
chosen, plus the blank spaces from the ones not chosen. Anyone have
any suggestions as to how to get this validation to work correctly.
The formula I used is:
=OFFSET('As is Spend'!$H$14,0,0,COUNTA('As is Spend'!$H:$H),1)
This formual has worked for me in the past for dynamic ranges, but
I've never drawn that list from previous drop down lists so it does
not work for me now.