Re: another formula question
From: Ken Wright (ken.wright_at_NOSPAMntlworld.com)
Date: 02/27/05
- Next message: Roger Govier: "Re: another formula question"
- Previous message: Wild Jim: "Re: another formula question"
- In reply to: No: "another formula question"
- Next in thread: Fester: "Re: another formula question"
- Reply: Fester: "Re: another formula question"
- Reply: Fester: "Re: another formula question"
- Messages sorted by: [ date ] [ thread ]
Date: Sun, 27 Feb 2005 11:24:21 -0000
If both need to be blank then:-
=IF(AND(A1="",B1=""),"",A1+B1)
but if there is no chance that only one cell will contain data then
=IF(A1="","",A1+B1)
--
Regards
Ken....................... Microsoft MVP - Excel
Sys Spec - Win XP Pro / XL 97/00/02/03
----------------------------------------------------------------------------
It's easier to beg forgiveness than ask permission :-)
----------------------------------------------------------------------------
"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: Roger Govier: "Re: another formula question"
- Previous message: Wild Jim: "Re: another formula question"
- In reply to: No: "another formula question"
- Next in thread: Fester: "Re: another formula question"
- Reply: Fester: "Re: another formula question"
- Reply: Fester: "Re: another formula question"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|