excel - Data validation based off a table -
i trying automate data entry process takes place in excel (mac 2016)
basically want create bunch of dropdown in sheets people don't have type everything.
the issue there huge table data this:
region state district city a1 1 dis1 ci1 a1 1 dis1 ci2 a1 1 dis2 ci3 a1 2 dis3 ci4 a1 2 dis4 ci5 a2 3 dis4 ci6
so in new sheet: if select region "a1" (cell a2), need cell b2 dropdown "1","2" , district , city.
i know standard method multiple tables vertical list of option , using "data validation" , "indirect", don't know how go this.
thanks in advance
Comments
Post a Comment