Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() In column A:A I have names, but these names are a result of a formula.. When I use counta it counts the names plus the "blank" rows that fallow which contain a formula. How can i have it count only names not formulas. Thanx in advance. |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=COUNTIF(A1:A10,"''")
"Jman" wrote: In column A:A I have names, but these names are a result of a formula.. When I use counta it counts the names plus the "blank" rows that fallow which contain a formula. How can i have it count only names not formulas. Thanx in advance. |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
For some odd reason i am getting a "0" after i enter the formula, yet i have
about 23 names it that column. "Mike" wrote: =COUNTIF(A1:A10,"''") "Jman" wrote: In column A:A I have names, but these names are a result of a formula.. When I use counta it counts the names plus the "blank" rows that fallow which contain a formula. How can i have it count only names not formulas. Thanx in advance. |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Ok it works.. it was missing the third quotation mark at the end. """)
Thanks much... "Mike" wrote: =COUNTIF(A1:A10,"''") "Jman" wrote: In column A:A I have names, but these names are a result of a formula.. When I use counta it counts the names plus the "blank" rows that fallow which contain a formula. How can i have it count only names not formulas. Thanx in advance. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Count if criteria extracts from 2 cells both with formulas | Excel Discussion (Misc queries) | |||
Count blank cells and cells with text | Excel Discussion (Misc queries) | |||
Count single Text in cells with multiple text entries | Excel Discussion (Misc queries) | |||
How do I count cells with text but ignore cells with spaces? | Excel Discussion (Misc queries) | |||
count cells containing text | Excel Worksheet Functions |