hi ste67@me.com. because Excel 2003 only allows up to 7 nested levels, you need to separate the formulas into 3 parts. in L1:
in L2:
in I2:
=INDEX(D9:D12,L2)
it's such a long process because you are using Autofilter. it seems like Data Validation would be a better choice. i did it in the "new" sheet inside. to do Data Validation List, select D2 & press ALT + D + L. select List & use D3:D5 as the source. in I2 is a much shorter formula:
=INDEX(D9:D12,MATCH(MIN(INDEX(E9:J12,,MATCH(D2,E7:J7,0))),INDEX(E9:J12,,MATCH(D2,E7:J7,0)),0))
Bookmarks