Thanks for the referral to the data validation samples. I'm afraid the best adaption I could come up with won't be nearly as elegant (or compact) as Mr. Beaucaire's sample but it will work if I make a really LONG drop down list and only go one level deep..
Perfect would be if I could extend the validation out one more layer but I couldn't figure out how to write it.
This code
=IF(TRIM(B7)="",AlphaList,INDEX(NameList,IF(ISERROR(MATCH(LEFT(B7),NameList)),MATCH("*",NameList),MATCH(LEFT(B7),NameList)+1)):INDEX(NameList,MATCH(LEFT(B7)&REPT("z",3),NameList)))
in data validation drills down from <Blank> to <D-names> to <individually listed names>. If its possible I would like help going one more list deep where the individual name would have a 1 item list under it containing the abbreviation code for that proper name. (i.e. Daniel = DG AB)
Bookmarks