Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 70
Default Need "true" or "false"

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
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,533
Default Need "true" or "false"

Hi Vicky

Look at this:

=IF(COUNTIF(A1:E1,"=s")=5,TRUE,FALSE)

Regards,
Per

"Vicky" skrev i meddelelsen
...
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


  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,276
Default Need "true" or "false"

Hi Vicky

=IF(AND(A1="S",B1="S",C1="S",D1="S",E1="S"),"True" ,"False")

"Vicky" wrote:

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

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 70
Default Need "true" or "false"

It works perfectly,

Thanks a lot!!!!
vicky

"Eduardo" wrote:

Hi Vicky

=IF(AND(A1="S",B1="S",C1="S",D1="S",E1="S"),"True" ,"False")

"Vicky" wrote:

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

  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default Need "true" or "false"

Another one:

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



Vicky wrote:

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


--

Dave Peterson
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Disable autoformat of "true" and "false" text drs207 Excel Discussion (Misc queries) 6 April 14th 23 05:33 PM
=IF(VLOOKUP(C11,Group,2,FALSE)=D11,"True","Not Valid") and =IF(D1 Milky Excel Worksheet Functions 1 August 20th 08 08:38 PM
Excel - Golf - how to display "-2" as "2 Under" or "4"as "+4" or "4 Over" in a calculation cell Steve Kay Excel Discussion (Misc queries) 2 August 8th 08 01:54 AM
change "true" and "false" to "availble" and "out of stock" inthestands Excel Worksheet Functions 2 July 19th 07 07:05 PM
Count occurences of "1"/"0" (or"TRUE"/"FALSE") in a row w. conditions in the next BCB New Users to Excel 7 May 13th 06 10:02 PM


All times are GMT +1. The time now is 04:39 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"