Home |
Search |
Today's Posts |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Say we are adding A1 thru A10, but if any are blank, report 0 instead:
=IF(COUNTBLANK(A1:A10)0,0,SUM(A1:A10)) So you will see 0 until all the data is filled in. -- Gary''s Student - gsnu200829 "chrisnsmith" wrote: How do you get a formula that contains empty cells to ingnore the formula and return a value of 0 (zero) |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
formulas showing up in an empty cell by themselves | Excel Discussion (Misc queries) | |||
Excel - Autom. Filter "Empty / Non Empty cells" should come first | Excel Discussion (Misc queries) | |||
When I SUM cells & 1 is empty I need the result to be empty not 0 | Excel Discussion (Misc queries) | |||
How can I convert empty strings to empty cells? | Excel Discussion (Misc queries) | |||
Empty space in formulas. | Excel Worksheet Functions |