Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
The problem is how to ask the system to count CAPITAL h's as opposed to LOWER
case h's. I am using COUNTIF but it's counting H and h as the same |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Suza, here is one way,
=SUMPRODUCT(--EXACT(A1:A10,"H")) -- Paul B Always backup your data before trying something new Please post any response to the newsgroups so others can benefit from it Feedback on answers is always appreciated! Using Excel 2002 & 2003 "Suza" wrote in message ... The problem is how to ask the system to count CAPITAL h's as opposed to LOWER case h's. I am using COUNTIF but it's counting H and h as the same |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Suza,
Try this =SUMPRODUCT(--(ISNUMBER(FIND("h",I1:I20)))) -- HTH Bob Phillips (remove nothere from email address if mailing direct) "Suza" wrote in message ... The problem is how to ask the system to count CAPITAL h's as opposed to LOWER case h's. I am using COUNTIF but it's counting H and h as the same |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
or =SUMPRODUCT(--(ISNUMBER(FIND("H",I1:I20))))
if you want capital h's <G -- HTH RP (remove nothere from the email address if mailing direct) "Bob Phillips" wrote in message ... Suza, Try this =SUMPRODUCT(--(ISNUMBER(FIND("h",I1:I20)))) -- HTH Bob Phillips (remove nothere from email address if mailing direct) "Suza" wrote in message ... The problem is how to ask the system to count CAPITAL h's as opposed to LOWER case h's. I am using COUNTIF but it's counting H and h as the same |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Formula format for Count or Countif funtion with two criterias | Excel Worksheet Functions | |||
Describe high/low range with CountIf (ex. count if >90 and <100 | Excel Worksheet Functions | |||
Describe high/low range with CountIf (ex. count if >90 and <100 | Excel Worksheet Functions | |||
want to count in two columns; countif (colA=x AND colB=y)? | Excel Worksheet Functions | |||
If two columns match then count one. How? Tried countif and sum . | Excel Worksheet Functions |