
Use the LOOKUP function to get the indicator
for the current temperature
The following list contains indicators like icy, cold, warm, or hot for
different temperature ranges. Enter the current temperature in one
cell and let Excel determine the corresponding indicator with the
vector form of the LOOKUP function.
LOOKUP(lookup_value, lookup_vector, result_vector)
lookup_value: A value that will be searched for in the first
vector.
lookup_vector: A range containing only one row or one column.
result_vector: A range containing only one row or one column.
result_vector and lookup_vector must be the same size.
If LOOKUP can’t find the lookup_value, it matches ...