PC Review


Reply
Thread Tools Rate Thread

Despite formula I use (for example SUM) result is always zero.

 
 
Anida
Guest
Posts: n/a
 
      23rd Apr 2010
Despite formula I use (for example the most simple SUM) it always shows me
zero result even it should show a lot more. Values in other cells (cells that
I sum) are in number format. Why this happens??
 
Reply With Quote
 
 
 
 
Max
Guest
Posts: n/a
 
      24th Apr 2010
This quick fix might suffice for you
Instead of using: =SUM(A2:A5)
use this, array-enter it, ie press CTRL+SHIFT+ENTER to confirm the formula:
=SUM(A2:A5+0)
The "+0" will coerce all text numbers (if any) within the source range
(A2:A5) to real numbers w/o impacting their intrinsic values, and return the
desired results. Happy? hit the YES below
--
Max
Singapore
---
"Anida" wrote:
> Despite formula I use (for example the most simple SUM) it always shows me
> zero result even it should show a lot more. Values in other cells (cells that
> I sum) are in number format. Why this happens??

 
Reply With Quote
 
Anida
Guest
Posts: n/a
 
      26th Apr 2010
When I put =isnumber(a2) it shows me true, and for =istext false. What next?

"David Biddulph" wrote:

> It doesn't matter whether the cells are FORMATTED to DISPLAY as number;
> what matters is whether the CONTENTS are numbers. My guess is that they are
> text that might look like a number. If one of your numbers is in A2, what
> do the formulae =ISTEXT(A2) and =ISNUMBER(A2) show?
> --
> David Biddulph
>
>
> "Anida" <(E-Mail Removed)> wrote in message
> news:4D40D583-5C85-4470-A427-(E-Mail Removed)...
> > Despite formula I use (for example the most simple SUM) it always shows me
> > zero result even it should show a lot more. Values in other cells (cells
> > that
> > I sum) are in number format. Why this happens??

>
>
> .
>

 
Reply With Quote
 
Dave Peterson
Guest
Posts: n/a
 
      26th Apr 2010
Make sure that calculation is set to automatic.

In xl2003 menus:
tools|options|calculation tab

And your range to sum does include A2, right?

Anida wrote:
>
> When I put =isnumber(a2) it shows me true, and for =istext false. What next?
>
> "David Biddulph" wrote:
>
> > It doesn't matter whether the cells are FORMATTED to DISPLAY as number;
> > what matters is whether the CONTENTS are numbers. My guess is that they are
> > text that might look like a number. If one of your numbers is in A2, what
> > do the formulae =ISTEXT(A2) and =ISNUMBER(A2) show?
> > --
> > David Biddulph
> >
> >
> > "Anida" <(E-Mail Removed)> wrote in message
> > news:4D40D583-5C85-4470-A427-(E-Mail Removed)...
> > > Despite formula I use (for example the most simple SUM) it always shows me
> > > zero result even it should show a lot more. Values in other cells (cells
> > > that
> > > I sum) are in number format. Why this happens??

> >
> >
> > .
> >


--

Dave Peterson
 
Reply With Quote
 
Dave Peterson
Guest
Posts: n/a
 
      26th Apr 2010
And any chance that the sum is 0? Maybe you have positive, negative and zero
values in the range?

And one more thing to check.

Type these two formulas in separate cells:
=count(A1:a10)
=counta(a1:a10)

(change A1:A10 to the range you're summing.)

=count() will count the numbers in the range.
=counta() will count numbers, strings, even formulas that evaluate to "" in the
range.

Anida wrote:
>
> When I put =isnumber(a2) it shows me true, and for =istext false. What next?
>
> "David Biddulph" wrote:
>
> > It doesn't matter whether the cells are FORMATTED to DISPLAY as number;
> > what matters is whether the CONTENTS are numbers. My guess is that they are
> > text that might look like a number. If one of your numbers is in A2, what
> > do the formulae =ISTEXT(A2) and =ISNUMBER(A2) show?
> > --
> > David Biddulph
> >
> >
> > "Anida" <(E-Mail Removed)> wrote in message
> > news:4D40D583-5C85-4470-A427-(E-Mail Removed)...
> > > Despite formula I use (for example the most simple SUM) it always shows me
> > > zero result even it should show a lot more. Values in other cells (cells
> > > that
> > > I sum) are in number format. Why this happens??

> >
> >
> > .
> >


--

Dave Peterson
 
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
Formula result does not match displayed result lothar Microsoft Excel Worksheet Functions 1 23rd Jun 2008 05:05 AM
Formula Bar F9 Result differs from cell result??? Aaron Microsoft Excel Worksheet Functions 3 15th May 2008 06:32 PM
Advanced formula - Return result & Show Cell Reference of result =?Utf-8?B?SXJ2?= Microsoft Excel Worksheet Functions 7 6th May 2006 03:36 AM
Median result used in formula gives incorrect result =?Utf-8?B?dmxhdGhhbQ==?= Microsoft Excel Worksheet Functions 4 21st Sep 2005 04:26 PM
VBA Formula Result Different Than Manual Formula Result ob3ron02 Microsoft Excel Programming 1 19th Oct 2004 05:25 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 03:32 AM.