Check if table contains text

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a table with some functions that returns a text; "Buy" or "".
I would like to check rows in a column to check if any (one or more) of the
functions has returned "Buy". Any suggestions on what kind of function I
should use?
 
One way:

=IF(COUNTIF(A:A,"Buy")>0, "one or more Buys","no Buys")
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top