Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
JIM.H.
 
Posts: n/a
Default Q: check a range values

Hello,

I have Yes or No in the Range A1:A20. As a value in a cell, if there is at
least on No in the range I would like return At least One No otherwise
None. How should I d this?
Thanks,


  #2   Report Post  
 
Posts: n/a
Default Q: check a range values

Try this in Cell B1
=IF(COUNTIF(A1:A20,"No")1,"At least One No","")

JIM.H. wrote:
Hello,

I have Yes or No in the Range A1:A20. As a value in a cell, if there is at
least on No in the range I would like return "At least One No" otherwise
None. How should I d this?
Thanks,


  #3   Report Post  
Dave Peterson
 
Posts: n/a
Default Q: check a range values

I think you meant:

=IF(COUNTIF(A1:A20,"No")0,"At least One No","")
or
=IF(COUNTIF(A1:A20,"No")=1,"At least One No","")

or

=IF(COUNTIF(A1:A20,"No")1,"At least Two No's","") <vbg

wrote:

Try this in Cell B1
=IF(COUNTIF(A1:A20,"No")1,"At least One No","")

JIM.H. wrote:
Hello,

I have Yes or No in the Range A1:A20. As a value in a cell, if there is at
least on No in the range I would like return "At least One No" otherwise
None. How should I d this?
Thanks,


--

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
How do I check repeating sets of number in a range Tshidiso Excel Worksheet Functions 1 September 2nd 05 11:02 AM
copy exact values from RangeA to Range B which has extra rows guptasa@gossami .com Excel Discussion (Misc queries) 1 May 16th 05 09:21 AM
How many values appear more than once in a range? Bruce Norris Excel Worksheet Functions 12 April 5th 05 12:44 PM
Summary of values from a date range Redsmartie Excel Worksheet Functions 4 April 1st 05 06:00 PM
Checking ALL values in a range nospaminlich Excel Discussion (Misc queries) 13 February 10th 05 09:29 AM


All times are GMT +1. The time now is 07:22 PM.

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

About Us

"It's about Microsoft Excel"