View Single Post
  #2   Report Post  
JE McGimpsey
 
Posts: n/a
Default

One way:

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

In article ,
"Peter B" wrote:

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?