#1   Report Post  
Posted to microsoft.public.excel.newusers
brian thompson3001 via OfficeKB.com
 
Posts: n/a
Default Countif NOT

hi

how do i enter to count if not the letter "H" in a range. All will be
letters in the cells

thanks

--
Message posted via OfficeKB.com
http://www.officekb.com/Uwe/Forums.a...l-new/200603/1
  #2   Report Post  
Posted to microsoft.public.excel.newusers
Bob Umlas
 
Posts: n/a
Default Countif NOT

=COUNTIF(A1:A100,"<H")

"brian thompson3001 via OfficeKB.com" <u15682@uwe wrote in message
news:5cf44b63f3687@uwe...
hi

how do i enter to count if not the letter "H" in a range. All will be
letters in the cells

thanks

--
Message posted via OfficeKB.com
http://www.officekb.com/Uwe/Forums.a...l-new/200603/1



  #3   Report Post  
Posted to microsoft.public.excel.newusers
Domenic
 
Posts: n/a
Default Countif NOT

Try...

=COUNTIF(A2:A100,"?*")-COUNTIF(A2:A100,"H")

Hope this helps!

In article <5cf44b63f3687@uwe,
"brian thompson3001 via OfficeKB.com" <u15682@uwe wrote:

hi

how do i enter to count if not the letter "H" in a range. All will be
letters in the cells

thanks

  #4   Report Post  
Posted to microsoft.public.excel.newusers
brian thompson3001 via OfficeKB.com
 
Posts: n/a
Default Countif NOT

only thing is it counts the blank cell, and i want to count only if populated
other than "H"

regards

Bob Umlas wrote:
=COUNTIF(A1:A100,"<H")

hi

how do i enter to count if not the letter "H" in a range. All will be
letters in the cells

thanks


--
Message posted via http://www.officekb.com
  #5   Report Post  
Posted to microsoft.public.excel.newusers
Max
 
Posts: n/a
Default Countif NOT

Try: =SUMPRODUCT((A1:A100<"H")*(A1:A100<""))
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"brian thompson3001 via OfficeKB.com" <u15682@uwe wrote in message
news:5cf4942f9c7ce@uwe...
only thing is it counts the blank cell, and i want to count only if

populated
other than "H"

regards

Bob Umlas wrote:
=COUNTIF(A1:A100,"<H")

hi

how do i enter to count if not the letter "H" in a range. All will be
letters in the cells





  #6   Report Post  
Posted to microsoft.public.excel.newusers
Max
 
Posts: n/a
Default Countif NOT

only thing is it counts the blank cell, and i want to count only if
populated other than "H"


Try: =SUMPRODUCT((A1:A100<"H")*(A1:A100<""))


The earlier suggestion assumes case sensitivity is not an issue.
If it is, try:
=SUMPRODUCT((NOT(ISNUMBER(FIND("H",A1:A100)))*(A1: A100<"")))
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---


  #7   Report Post  
Posted to microsoft.public.excel.newusers
brian thompson3001 via OfficeKB.com
 
Posts: n/a
Default Countif NOT

thanks to you all

I used Max in the end

regards

Max wrote:
only thing is it counts the blank cell, and i want to count only if
populated other than "H"


Try: =SUMPRODUCT((A1:A100<"H")*(A1:A100<""))


The earlier suggestion assumes case sensitivity is not an issue.
If it is, try:
=SUMPRODUCT((NOT(ISNUMBER(FIND("H",A1:A100)))*(A1 :A100<"")))
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---


--
bnt

Message posted via http://www.officekb.com
  #8   Report Post  
Posted to microsoft.public.excel.newusers
Max
 
Posts: n/a
Default Countif NOT

You're welcome (from us) !
Thanks for posting back ..
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"brian thompson3001 via OfficeKB.com" <u15682@uwe wrote in message
news:5d0a521076b0c@uwe...
thanks to you all

I used Max in the end



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
Countif Formula /Sort Bug??? orcfodder Excel Discussion (Misc queries) 2 January 12th 06 10:04 AM
COUNTIF with Logic? Leonhardtk Excel Worksheet Functions 3 January 10th 06 11:09 PM
COUNTIF or not to COUNTIF on a range in another sheet Ellie Excel Worksheet Functions 4 September 15th 05 10:06 PM
Combining IF and COUNTIF based on two columns maxtrixx Excel Discussion (Misc queries) 5 March 31st 05 06:21 PM
Countif - Countif maswinney Excel Worksheet Functions 3 November 15th 04 11:06 PM


All times are GMT +1. The time now is 11:42 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"