Thread: Can IF do this?
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
D.P. Roberts D.P. Roberts is offline
external usenet poster
 
Posts: 8
Default Can IF do this?

I'd like to have a function in cell A1 that does the following:

If Column C contains the text string "xyz" in any of its cells, display
"true"; if not, display "false"

Is this possible?