Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I am using this formula to count the number of rows in Column C with text.
=SUMPRODUCT(((LEN(C4:C500)=4)+0)*(ISTEXT(C4:C500)) ) I need, instead, for this formula to count the number of rows in Column C with specific text i.e. the text €śPUSH€ť. Can you help? |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=countif(c:c,"push")
will count the number of cells in column C that have push in them. Rock wrote: I am using this formula to count the number of rows in Column C with text. =SUMPRODUCT(((LEN(C4:C500)=4)+0)*(ISTEXT(C4:C500)) ) I need, instead, for this formula to count the number of rows in Column C with specific text i.e. the text €śPUSH€ť. Can you help? -- Dave Peterson |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
This is absolutely perfect! Thank you.
"Dave Peterson" wrote: =countif(c:c,"push") will count the number of cells in column C that have push in them. Rock wrote: I am using this formula to count the number of rows in Column C with text. =SUMPRODUCT(((LEN(C4:C500)=4)+0)*(ISTEXT(C4:C500)) ) I need, instead, for this formula to count the number of rows in Column C with specific text i.e. the text €œPUSH€. Can you help? -- Dave Peterson . |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
count of number of rows within a range with a certain text | Excel Worksheet Functions | |||
count number of rows with 2 matching text cells | Excel Worksheet Functions | |||
Count the number of times specific text appears in a column | Excel Worksheet Functions | |||
Count number of text values in a specific row | Excel Worksheet Functions | |||
Function to Count Number of Consecutive Rows with a Specific Criteria? | Excel Worksheet Functions |