Re: another formula question
From: Wild Jim (nigel_at_nbbriggs2004.screaming.net)
Date: 02/27/05
- Next message: Ken Wright: "Re: another formula question"
- Previous message: No: "another formula question"
- In reply to: No: "another formula question"
- Next in thread: Ken Wright: "Re: another formula question"
- Messages sorted by: [ date ] [ thread ]
Date: Sun, 27 Feb 2005 11:23:56 -0000
Try using an =if formula
so instead of +A1+B1, use: =if(A1+B1<>0,A1+B1,"")
in this formula, the if statement checks whether A1+B1 is not equal to zero.
If it isn't, it puts in the value A1+B1, if it does equal zero, it puts in a
blank space ie "".
Hope that helps.
"No" <no@isp.com> wrote in message
news:1123apvnlka5m33@corp.supernews.com...
> I know how to do a basic formula that adds 2 cells but when I drag that
> formula down to copy it to other cells where there is no total due to no
> data entered yet it shows $0.00.
>
> besides +A1+B1 is there anything else that I can add to the formula
so
> that the cell is blank untill there is a total to display, in other words,
> get rid of the $0.00 in all the cells
>
>
- Next message: Ken Wright: "Re: another formula question"
- Previous message: No: "another formula question"
- In reply to: No: "another formula question"
- Next in thread: Ken Wright: "Re: another formula question"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|