T
Trying to lookup based on a condition of
I have three columns A, B and C.
I want too look up the value in C where A and B match different values.
Example:
A, B ,C
apple, color, green
apple , price, 30
lemon, taste, tangy
lemon, price 20
I want to lookup A=apple B=price to return the price 30.
I want too look up the value in C where A and B match different values.
Example:
A, B ,C
apple, color, green
apple , price, 30
lemon, taste, tangy
lemon, price 20
I want to lookup A=apple B=price to return the price 30.