Hi!
A1 contains a list with quite long text strings (i.e. "4/1.5 Mbit/s ADSL") and depending on choice there, I want a different drop-down list in B1.
I've used the following formula (in B1):
=IF(A1="";empty;INDIRECT("RT"&(LOOKUP(A1;C1:C5;D1:D5))))
where empty is "error list" with no choices, and my lists of choices for B1 are named "RT"+ a number depending of choice in A1.
I obviously did a table with the text strings (C1:C5) and made an adjacent list with a coresponding smaller numer, i.e. 1-5, so the string would return me RT3 for example.
However, the lookup doesn't work they way I wanted. I'm supposed to sort in descending order, still it returns errors and can't find text strings.
Is there any other way I could solve this issue? Change lookup-string, or use some other command?
Thanks!
Bookmarks