Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
My formula =IF(T2=1/1/2006,"D",IF(T2="","")) displays the D but COUNTA
totals all the formulae and not the values? |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Use
=COUNTIF(X:X,"D") -- HTH Bob Phillips (replace somewhere in email address with gmail if mailing direct) "Michell Major" wrote in message ... My formula =IF(T2=1/1/2006,"D",IF(T2="","")) displays the D but COUNTA totals all the formulae and not the values? |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Thanks so much!!
"Bob Phillips" wrote: Use =COUNTIF(X:X,"D") -- HTH Bob Phillips (replace somewhere in email address with gmail if mailing direct) "Michell Major" wrote in message ... My formula =IF(T2=1/1/2006,"D",IF(T2="","")) displays the D but COUNTA totals all the formulae and not the values? |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Use COUNT(range)-COUNTBLANK(range)
HTH Kostis Vezerides Michell Major wrote: My formula =IF(T2=1/1/2006,"D",IF(T2="","")) displays the D but COUNTA totals all the formulae and not the values? |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() Many Thanks "vezerid" wrote: Use COUNT(range)-COUNTBLANK(range) HTH Kostis Vezerides Michell Major wrote: My formula =IF(T2=1/1/2006,"D",IF(T2="","")) displays the D but COUNTA totals all the formulae and not the values? |
#6
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
If you look at the help for the COUNTA function you'll find that it does
count empty text (""), but not a totally empty cell. -- David Biddulph "Michell Major" wrote in message ... My formula =IF(T2=1/1/2006,"D",IF(T2="","")) displays the D but COUNTA totals all the formulae and not the values? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
COUNTA for a cell with a formula | Excel Worksheet Functions | |||
Counta | New Users to Excel | |||
COUNTA, COUNTIF? | Excel Worksheet Functions | |||
Unable to Copy COUNTA() with cell references | Excel Worksheet Functions | |||
COUNTA Function not working =COUNTA(C3:C69,"NH") | Excel Worksheet Functions |