This must be simple but I can't find an answer. I want to use a function to search for a string (it happens to be "Red") in a range of cells (C3:C100).
I can use SEARCH or FIND to search in one cell but these don't work with a range.
I tried LOOKUP (& VLOOKUP & HLOOKUP) but they don't seem to work either, e.g:
=VLOOKUP("Red",C3:C100,1,FALSE) or
=VLOOKUP("Red",C3:C100,"YES",FALSE)
It must be easy but I'm at a loss. I'd appreciate some help!
Thanks, Chris
I can use SEARCH or FIND to search in one cell but these don't work with a range.
I tried LOOKUP (& VLOOKUP & HLOOKUP) but they don't seem to work either, e.g:
=VLOOKUP("Red",C3:C100,1,FALSE) or
=VLOOKUP("Red",C3:C100,"YES",FALSE)
It must be easy but I'm at a loss. I'd appreciate some help!
Thanks, Chris