J
Jocelyn
Hi folks,
I'd like to do a multiple-condition lookup. I have the following
columns:
N O P Q
StyleText Other Text Origin Origin Text
The column OriginText contains states. I'd like to return a result in
the column Origin based on examining the columns OriginText and
StyleText.
I originally did a LOOKUP (with criteria located on a separate sheet –
Lookup_Vector: Sheet3!A2:A32 and Result_Vector: Sheet3!B2:B32) that
examined OriginText and returned "California" in the column Origin if
the text "CALIFORNIA" or the text "UNSPECIFIED" were found. It
returned "Other" if it was any other of a series of known geographies.
Unfortunately, after I did that, I discovered that some of the
"UNSPECIFIED" were *not* from California – and the data that indicate
that are in the StyleText column.
Those data are the text strings "2 1/4 in" "2 1/2 in" and "2 3/4 in"
I still need to get the results of the lookup I mentioned above, but
in addition I'd like the formula to do a LOOKUP, and if the lookup
value is "UNSPECIFIED" to evaluate the corresponding cell in the
column Origin, and if it contains one of those three text strings, to
return the word "Other"
Is there a way I can do a nested LOOKUP, a LOOKUP in conjunction with
IF and OR, or an INDEX and MATCH to return the answer desired in
column Origin?
Many, Many TIA,
Jocelyn
I'd like to do a multiple-condition lookup. I have the following
columns:
N O P Q
StyleText Other Text Origin Origin Text
The column OriginText contains states. I'd like to return a result in
the column Origin based on examining the columns OriginText and
StyleText.
I originally did a LOOKUP (with criteria located on a separate sheet –
Lookup_Vector: Sheet3!A2:A32 and Result_Vector: Sheet3!B2:B32) that
examined OriginText and returned "California" in the column Origin if
the text "CALIFORNIA" or the text "UNSPECIFIED" were found. It
returned "Other" if it was any other of a series of known geographies.
Unfortunately, after I did that, I discovered that some of the
"UNSPECIFIED" were *not* from California – and the data that indicate
that are in the StyleText column.
Those data are the text strings "2 1/4 in" "2 1/2 in" and "2 3/4 in"
I still need to get the results of the lookup I mentioned above, but
in addition I'd like the formula to do a LOOKUP, and if the lookup
value is "UNSPECIFIED" to evaluate the corresponding cell in the
column Origin, and if it contains one of those three text strings, to
return the word "Other"
Is there a way I can do a nested LOOKUP, a LOOKUP in conjunction with
IF and OR, or an INDEX and MATCH to return the answer desired in
column Origin?
Many, Many TIA,
Jocelyn