Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi Guys,
I want to count cells which contain the text "75%". The problem is that Excel does not recognise it as a text (also after having changed the format)It counts only values above 75% if you enter this formel: countif(A1:A10,"75%"). But I want to count the cells with "75%". Thanks in advance ------------------------------------------------ ~~ Message posted from http://www.ExcelTip.com/ ~~ View and post usenet messages directly from http://www.ExcelForum.com/ |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
This may help:
=SUMPRODUCT((A1:A10="75%")*1) -- Jim Rech Excel MVP |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
=COUNTIF(A1:A10,"*75%*")
if you are looking for the text string "75%" -- Regards, Tom Ogilvy "chrismania" wrote in message ... Hi Guys, I want to count cells which contain the text "75%". The problem is that Excel does not recognise it as a text (also after having changed the format)It counts only values above 75% if you enter this formel: countif(A1:A10,"75%"). But I want to count the cells with "75%". Thanks in advance ------------------------------------------------ ~~ Message posted from http://www.ExcelTip.com/ ~~ View and post usenet messages directly from http://www.ExcelForum.com/ |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Text "comparison" operator for "contains" used in an "IF" Function | Excel Worksheet Functions | |||
Difficulty "countif"-ing number of "L1" or "L2" on an autofiltered | Excel Worksheet Functions | |||
Excel - Golf - how to display "-2" as "2 Under" or "4"as "+4" or "4 Over" in a calculation cell | Excel Discussion (Misc queries) | |||
can I nest COUNTIF functions(C5:C8,"apples") AND (D5:D8,"green") | Excel Worksheet Functions | |||
use "countif" function to count cells by colour | Excel Worksheet Functions |