I need a formula that looks at the value in cell A1 (which will be a stock ticker), and then references a table with stock tickers in column B and text in column C.
The table goes from B1:C5
It needs to find a row in column B1:B5 with the same ticker as A1 and also a text value I specify in column C1:C5
Ticker Text
B C
ABC Red
ABC Blue
ABC Green
ABC Yellow
ABC Orange
Cell A1 has the Ticker ABC
The formula will be in cell A2
The formula will look for a row with ABC and the text “Yellow”
If it finds a match, it puts the word “Yes” in A2, if not it puts the word “No”.
Is there an easy way to do this?
Thanks.
Bookmarks