Help! I've been failing all day to create a "Documents" drop-down Data Validation List where the list changes based on whichever value a user first selected from a "Client Name" drop-down list in another cell.
My users select the Client Name from a named list that's familiar to them day-to-day, so its values have spaces (i.e.: The McGregor Corporation, etc.), but because Excel names for named ranges do not allow spaces, I have to use a 2 column table for changing each client's CommonNames to NoSpacesNames. I've created each client's unique Documents range with the NoSpacesNames as the name (McGregor, etc.). So I should be good to go...or so I thought at first.
Problem is, I think, what the Data Validation List "Source" field allows as valid syntax. I've tried both an INDEX and VLOOKUP formula in the Source field to get it to present the user with the correct Document list. Both technically WORK as correct Source field entries, but when I click the Documents drop down, it just presents me with the NoSpacesName, not the named range I was hoping for. I tried putting a "Value" function in front of the INDEX and VLOOKUP, but that gave me formula errors.
Here's the Vlookup Formula I'm using (where A2 is the first validation list choice): =VLOOKUP(A$2,FormsMatrix[[CommonNames]:[NoSpacesNames]],2,FALSE)
As always, the answer is probably staring me in the face, but I'm too frustrated at this point to see it...
Thanks!
Bookmarks