Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
the cell A3 show 0 when their is no values in A1& A2 can it display a blank
if their is no values but a "0" if a "0" is entered in A1 or A2 =SUM(A1:A2) |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=if(OR(A1="",A2=""),"",SUM(A1:A2))
"Pat" wrote: the cell A3 show 0 when their is no values in A1& A2 can it display a blank if their is no values but a "0" if a "0" is entered in A1 or A2 =SUM(A1:A2) |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
in the excel options - advanced
there is an option to "Show a zero in cells that have zero value" uncheck that to display nothing i hope this helps. "Pat" wrote: the cell A3 show 0 when their is no values in A1& A2 can it display a blank if their is no values but a "0" if a "0" is entered in A1 or A2 =SUM(A1:A2) |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
"Pat" wrote:
the cell A3 show 0 when their is no values in A1& A2 can it display a blank if their is no values but a "0" if a "0" is entered in A1 or A2 =SUM(A1:A2) =if(A1&A2 = "", "", SUM(A1:A2)) |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Thank you! Unchecking that box took care of the issue I was having
referencing a column of dates in another workbook. When there is no date, it was displaying 1/0/00 because the cell value was blank, technically "zero". Unchecking it did the trick! "Joe@Phoenix" wrote: in the excel options - advanced there is an option to "Show a zero in cells that have zero value" uncheck that to display nothing i hope this helps. "Pat" wrote: the cell A3 show 0 when their is no values in A1& A2 can it display a blank if their is no values but a "0" if a "0" is entered in A1 or A2 =SUM(A1:A2) |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to return a blank formula cell if the reference is blank? | Excel Worksheet Functions | |||
Average Formula to display blank cell if named range is blank | Excel Worksheet Functions | |||
how to get excel to display blank if reference cell blank | Excel Worksheet Functions | |||
How do I make a blank cell with a date format blank? | Excel Worksheet Functions | |||
COPY A CONCATENATE CELL TO BLANK CELL PUTTING IN THE NEXT BLANK C. | Excel Discussion (Misc queries) |