Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Since I cannot figure out how to have =COUNTA exclude text in hidden rows,
how do I write a formula using =COUNTIF that would exclude any location containing an asterisk? |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Try this:
=COUNTIF(A1:A10,"<*~**") -- HTH, RD --------------------------------------------------------------------------- Please keep all correspondence within the NewsGroup, so all may benefit ! --------------------------------------------------------------------------- "Alice M." wrote in message ... Since I cannot figure out how to have =COUNTA exclude text in hidden rows, how do I write a formula using =COUNTIF that would exclude any location containing an asterisk? |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi,
Try this =COUNTIF(C11:C16,"<~*") -- Regards, Ashish Mathur Microsoft Excel MVP www.ashishmathur.com "Alice M." wrote in message ... Since I cannot figure out how to have =COUNTA exclude text in hidden rows, how do I write a formula using =COUNTIF that would exclude any location containing an asterisk? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
CountIF or COUNTA for specific text | Excel Worksheet Functions | |||
Is this possible: =counta(a1:a30) behind "text" same cell? | Excel Worksheet Functions | |||
Exclude text from sums | Excel Discussion (Misc queries) | |||
Exclude all but last text to the right | Excel Worksheet Functions | |||
COUNTA Function not working =COUNTA(C3:C69,"NH") | Excel Worksheet Functions |