Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
=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
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Countif Formula /Sort Bug??? | Excel Discussion (Misc queries) | |||
COUNTIF with Logic? | Excel Worksheet Functions | |||
COUNTIF or not to COUNTIF on a range in another sheet | Excel Worksheet Functions | |||
Combining IF and COUNTIF based on two columns | Excel Discussion (Misc queries) | |||
Countif - Countif | Excel Worksheet Functions |