I'm having trouble looking up information from a database based on criteria from 2 columns.
Here's the basic layout of the database:
STYLE[tab][tab]VERSION[tab][tab]A/I[tab][tab]TRIAL
LYW[tab][tab][tab]000[tab][tab][tab][tab]I[tab][tab][tab]T111
LYW[tab][tab][tab]001[tab][tab][tab][tab]I[tab][tab][tab]T112
LYW[tab][tab][tab]002[tab][tab][tab][tab]A[tab][tab][tab]T113
MTS[tab][tab][tab]000[tab][tab][tab][tab]I[tab][tab][tab]T114
MTS[tab][tab][tab]001[tab][tab][tab][tab]I[tab][tab][tab]T115
MTS[tab][tab][tab]002[tab][tab][tab][tab]I[tab][tab][tab]T116
MTS[tab][tab][tab]003[tab][tab][tab][tab]A[tab][tab][tab]T117
MTS[tab][tab][tab]004[tab][tab][tab][tab]I[tab][tab][tab]T118
I'm trying to create a spreadsheet where I type in the "STYLE" and a formula gives me the "TRIAL" for the active version (an "A" in the "A/I" column designates active).
I want to be able to lookup over 100 styles in one spreadsheet. It will look similar to below where I type in "STYLE" and "TRIAL" values are returned:
STYLE[tab][tab]TRIAL
LYW[tab][tab][tab]T113
MTS[tab][tab][tab]T117
Please help!
Thanks,
Linsey
Here's the basic layout of the database:
STYLE[tab][tab]VERSION[tab][tab]A/I[tab][tab]TRIAL
LYW[tab][tab][tab]000[tab][tab][tab][tab]I[tab][tab][tab]T111
LYW[tab][tab][tab]001[tab][tab][tab][tab]I[tab][tab][tab]T112
LYW[tab][tab][tab]002[tab][tab][tab][tab]A[tab][tab][tab]T113
MTS[tab][tab][tab]000[tab][tab][tab][tab]I[tab][tab][tab]T114
MTS[tab][tab][tab]001[tab][tab][tab][tab]I[tab][tab][tab]T115
MTS[tab][tab][tab]002[tab][tab][tab][tab]I[tab][tab][tab]T116
MTS[tab][tab][tab]003[tab][tab][tab][tab]A[tab][tab][tab]T117
MTS[tab][tab][tab]004[tab][tab][tab][tab]I[tab][tab][tab]T118
I'm trying to create a spreadsheet where I type in the "STYLE" and a formula gives me the "TRIAL" for the active version (an "A" in the "A/I" column designates active).
I want to be able to lookup over 100 styles in one spreadsheet. It will look similar to below where I type in "STYLE" and "TRIAL" values are returned:
STYLE[tab][tab]TRIAL
LYW[tab][tab][tab]T113
MTS[tab][tab][tab]T117
Please help!
Thanks,
Linsey