PC Review


Reply
Thread Tools Rate Thread

Can result of formula not display if =0

 
 
=?Utf-8?B?Rm9ybXVsYSBSZXN1bHQgdG8gUmVhZCBObyBWYWx1
Guest
Posts: n/a
 
      14th Feb 2007
My formula reads: =SUM(B6+B22+B42+B57)
The Result reads: "0" because there are no values in Cells B6, B22, B42 and
B57 yet.
How can I write the formula so the cell shows no value if it equals zero?
 
Reply With Quote
 
 
 
 
=?Utf-8?B?ZGtpbm4=?=
Guest
Posts: n/a
 
      14th Feb 2007
you can try something like the following

=IF(SUM(B6+B22+B42+B57)=0,"",SUM(B6+B22+B42+B57))

if the sum = 0 it puts a blank otherwise it puts the sum total.

it's one workaround

David

"Formula Result to Read No Value-Not Zero" wrote:

> My formula reads: =SUM(B6+B22+B42+B57)
> The Result reads: "0" because there are no values in Cells B6, B22, B42 and
> B57 yet.
> How can I write the formula so the cell shows no value if it equals zero?

 
Reply With Quote
 
Bob Phillips
Guest
Posts: n/a
 
      14th Feb 2007
You don't need SUM and +, either

=SUM(B6,B22,B42,B57)

or

=B6+B22+B42+B57



--
---
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)



"Formula Result to Read No Value-Not Zero" <Formula Result to Read No
Value-Not (E-Mail Removed)> wrote in message
news:4B3232EA-A3B3-40C2-A7F6-(E-Mail Removed)...
> My formula reads: =SUM(B6+B22+B42+B57)
> The Result reads: "0" because there are no values in Cells B6, B22, B42
> and
> B57 yet.
> How can I write the formula so the cell shows no value if it equals zero?



 
Reply With Quote
 
=?Utf-8?B?S0xhbW0=?=
Guest
Posts: n/a
 
      17th Feb 2007
DKINN: Thank you. This works!

"dkinn" wrote:

> you can try something like the following
>
> =IF(SUM(B6+B22+B42+B57)=0,"",SUM(B6+B22+B42+B57))
>
> if the sum = 0 it puts a blank otherwise it puts the sum total.
>
> it's one workaround
>
> David
>
> "Formula Result to Read No Value-Not Zero" wrote:
>
> > My formula reads: =SUM(B6+B22+B42+B57)
> > The Result reads: "0" because there are no values in Cells B6, B22, B42 and
> > B57 yet.
> > How can I write the formula so the cell shows no value if it equals zero?

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Re: display result of formula GS Microsoft Excel Discussion 0 17th Jun 2011 10:04 PM
How do I display a formula result without losing the formula? mamajazz Microsoft Excel Misc 2 7th Nov 2008 03:07 PM
Display of formula result KerriBarsh Microsoft Excel Worksheet Functions 2 28th Jan 2008 07:33 PM
How do I display 0 if it is the end result for a formula =?Utf-8?B?UnViZW4wNjE0Nzk=?= Microsoft Excel Misc 4 6th Sep 2007 04:53 PM
Want to display financial formula result... not the formula =?Utf-8?B?QXJteSBHdXk=?= Microsoft Excel Worksheet Functions 2 5th Sep 2007 09:26 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 02:56 AM.