Need "true" or "false"

V

Vicky

Hi All,

I need the column f2 to show whether it is true or false.....
Below is the scenario....
A1 B1 C1 D1 E1 F1(result)
s s s s s
s s y s y

I need the formula for F1 (result) so that from column A:E, if it is all
"s", the result should be "true", if column A:E, even i column has y, the
result should be "false"

Thanks in advance!!!

Vicky
 
D

Dave Peterson

Another one:

=countif(a1:e1,"S")=5


Hi All,

I need the column f2 to show whether it is true or false.....
Below is the scenario....
A1 B1 C1 D1 E1 F1(result)
s s s s s
s s y s y

I need the formula for F1 (result) so that from column A:E, if it is all
"s", the result should be "true", if column A:E, even i column has y, the
result should be "false"

Thanks in advance!!!

Vicky
 

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

Top