A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » General Discussion
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Formula: If 2 values (in a range of six) are >3 then TRUE, FALSE



 
 
Thread Tools Display Modes
  #1  
Old October 10th, 2005, 10:06 AM
IFfunction
external usenet poster
 
Posts: n/a
Default Formula: If 2 values (in a range of six) are >3 then TRUE, FALSE

I would like to write an IF formula with the condition:
IF two or more values in a range of six values are 3 then state "true"

I only know how to conditon "if one number in a range is 3 then true. How
to do it when you want to know if there are at least two numbers that show 3?

  #2  
Old October 10th, 2005, 10:31 AM
Niek Otten
external usenet poster
 
Posts: n/a
Default

=COUNTIF(A1:A6,"3")2

Or, if you require Text instead of Booleans,

=IF(COUNTIF(A1:A6,"3")2,"True","False")

Kind regards,

Niek Otten

"IFfunction" wrote in message
...
I would like to write an IF formula with the condition:
IF two or more values in a range of six values are 3 then state "true"

I only know how to conditon "if one number in a range is 3 then true. How
to do it when you want to know if there are at least two numbers that show
3?



  #3  
Old October 10th, 2005, 10:34 AM
Bob Phillips
external usenet poster
 
Posts: n/a
Default

As an example

=IF(COUNTIF(A1:E1,"3")1,"true","")

--
HTH

Bob Phillips

"IFfunction" wrote in message
...
I would like to write an IF formula with the condition:
IF two or more values in a range of six values are 3 then state "true"

I only know how to conditon "if one number in a range is 3 then true. How
to do it when you want to know if there are at least two numbers that show

3?



 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Applying formula to only NON-EMPTY cells in range Tasi General Discussion 5 March 29th, 2005 10:48 PM
Creating an EXCEL COUNTIF formula for a range of values Pat Walsh General Discussion 5 January 21st, 2005 02:57 PM
Problem copying formula to range of cells Ellen Setting up and Configuration 4 November 20th, 2004 12:52 AM
Formula cell references when sorting values in another worksheet Frank Kabel Worksheet Functions 0 March 30th, 2004 11:27 AM
is there a formula that can count a range of cells with text? Frank Kabel Worksheet Functions 0 March 11th, 2004 08:04 PM


All times are GMT +1. The time now is 03:36 PM.


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