- Mar 1, 2000
- 30,890
- 5,001
- 126
I have multiple sheet in my excel document:
PURCHASED_DATA
MEDICAL_DATA
SPECIAL_DATA
etc..
I have a formula like:
=IF(ISERROR(INDEX(DATA!C:C,MATCH(DATA!$AI2,DATA!$AA:$AA,0))),"0",INDEX(DATA!C:C,MATCH(DATA!$AI2,DATA!$AA:$AA,0)))
I have a drop down menu in a cell that contains:
"Purchased"
"Medical"
"Special"
etc..
How can I construct the above formula to pull the data from the right sheet to match what is chose in the drop down?
Holy hell I realize that probably makes no sense... this is hard to explain.
PURCHASED_DATA
MEDICAL_DATA
SPECIAL_DATA
etc..
I have a formula like:
=IF(ISERROR(INDEX(DATA!C:C,MATCH(DATA!$AI2,DATA!$AA:$AA,0))),"0",INDEX(DATA!C:C,MATCH(DATA!$AI2,DATA!$AA:$AA,0)))
I have a drop down menu in a cell that contains:
"Purchased"
"Medical"
"Special"
etc..
How can I construct the above formula to pull the data from the right sheet to match what is chose in the drop down?
Holy hell I realize that probably makes no sense... this is hard to explain.
