Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I am using COUNTA(a1:a20) formula. The colum that it is counting also
contains formulas. Some of the cell formulas are returning 0. Can I change the cell formulas to return a blank cell or nothing so that my COUNTA formula does not include that cell in its count? COUNTA(a1:a20) a2=a1, a3=a2 |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
One way to do this is to change the formulas to include IF formulas,
like this: IF(your original formula=0,"",your original formula) This will return an empty cell if the original formula yields a zero. |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Try this:
=SUMPRODUCT(--ISNUMBER(A1:A20)) "SallyGirl" wrote: I am using COUNTA(a1:a20) formula. The colum that it is counting also contains formulas. Some of the cell formulas are returning 0. Can I change the cell formulas to return a blank cell or nothing so that my COUNTA formula does not include that cell in its count? COUNTA(a1:a20) a2=a1, a3=a2 |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Thank you this was helpful!!
"SallyGirl" wrote: I am using COUNTA(a1:a20) formula. The colum that it is counting also contains formulas. Some of the cell formulas are returning 0. Can I change the cell formulas to return a blank cell or nothing so that my COUNTA formula does not include that cell in its count? COUNTA(a1:a20) a2=a1, a3=a2 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Need some comments on my Utility_Move class module. | Excel Worksheet Functions | |||
Stop renaming or moving sheet tabs | Excel Discussion (Misc queries) | |||
Formula checking multiple worksheets | Excel Worksheet Functions | |||
Grouped Sheets and Formating | Excel Discussion (Misc queries) | |||
Grand Totals @ Same Place | Excel Worksheet Functions |