Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 4
Default Excel incorrectly calculated a formula. Why? How?

Excel incorrectly calculated a formula. Why, how do I fix it?
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 4
Default Excel incorrectly calculated a formula. Why? How?

my formula says =sum(C3-(G1:G5))
It comes up and says 0, when it should say 149.26

HELP

" wrote:

Excel incorrectly calculated a formula. Why, how do I fix it?

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 4,339
Default Excel incorrectly calculated a formula. Why? How?

A few more details might be helpful ....

what was the formula, what was the data and what was the result?


" wrote:

Excel incorrectly calculated a formula. Why, how do I fix it?

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 964
Default Excel incorrectly calculated a formula. Why? How?

Try writing it like this:

=C3-SUM(G1:G5)

HTH,
Elkar


" wrote:

my formula says =sum(C3-(G1:G5))
It comes up and says 0, when it should say 149.26

HELP

" wrote:

Excel incorrectly calculated a formula. Why, how do I fix it?

  #5   Report Post  
Posted to microsoft.public.excel.misc
bj bj is offline
external usenet poster
 
Posts: 1,397
Default Excel incorrectly calculated a formula. Why? How?

you probably need
=C3-sum(G1:G5)

" wrote:

my formula says =sum(C3-(G1:G5))
It comes up and says 0, when it should say 149.26

HELP

" wrote:

Excel incorrectly calculated a formula. Why, how do I fix it?



  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 4,339
Default Excel incorrectly calculated a formula. Why? How?

=C3-SUM(G1:G5)

" wrote:

my formula says =sum(C3-(G1:G5))
It comes up and says 0, when it should say 149.26

HELP

" wrote:

Excel incorrectly calculated a formula. Why, how do I fix it?

  #7   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 4
Default Excel incorrectly calculated a formula. Why? How?

I tried this and still get the same wrong answer of 0.


"Elkar" wrote:

Try writing it like this:

=C3-SUM(G1:G5)

HTH,
Elkar


" wrote:

my formula says =sum(C3-(G1:G5))
It comes up and says 0, when it should say 149.26

HELP

" wrote:

Excel incorrectly calculated a formula. Why, how do I fix it?

  #8   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 7,247
Default Excel incorrectly calculated a formula. Why? How?

It is very possible that the cells with the values are text, not numeric.


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting
www.cpearson.com
(email on the web site)

" wrote in
message ...
I tried this and still get the same wrong answer of 0.


"Elkar" wrote:

Try writing it like this:

=C3-SUM(G1:G5)

HTH,
Elkar


" wrote:

my formula says =sum(C3-(G1:G5))
It comes up and says 0, when it should say 149.26

HELP

" wrote:

Excel incorrectly calculated a formula. Why, how do I fix it?


  #9   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 4,339
Default Excel incorrectly calculated a formula. Why? How?

What is in C3 and G1:G5?

" wrote:

I tried this and still get the same wrong answer of 0.


"Elkar" wrote:

Try writing it like this:

=C3-SUM(G1:G5)

HTH,
Elkar


" wrote:

my formula says =sum(C3-(G1:G5))
It comes up and says 0, when it should say 149.26

HELP

" wrote:

Excel incorrectly calculated a formula. Why, how do I fix it?

  #10   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 964
Default Excel incorrectly calculated a formula. Why? How?

What is your data in C3 and in G1:G5?

Are G1:G5 formatted as Text? If so, the SUM function won't recognize them.
Try formatting as Number or General.

How is the cell formatted where you are entering the formula? Try changing
it to "General" and see what happens.

Are Automatic Calculations turned on?
TOOLS--OPTIONS--CALCULATION Tab--Check "Automatic"

HTH,
Elkar


" wrote:

I tried this and still get the same wrong answer of 0.


"Elkar" wrote:

Try writing it like this:

=C3-SUM(G1:G5)

HTH,
Elkar


" wrote:

my formula says =sum(C3-(G1:G5))
It comes up and says 0, when it should say 149.26

HELP

" wrote:

Excel incorrectly calculated a formula. Why, how do I fix it?



  #11   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,231
Default Excel incorrectly calculated a formula. Why? How?

wrote...
my formula says =sum(C3-(G1:G5))
It comes up and says 0, when it should say 149.26

....

What does =COUNT(C3,G1:G5) return?

  #12   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 4
Default Excel incorrectly calculated a formula. Why? How?

C3 has "1139.28" G1 = "400.00" G2= "280.00" G3 = "65.00" G4 =" 206.52"
G5="38.5" so therefore, G1:G5 = 990.02, and 1139.28-990.02=149.26.

I tried all of the formatting suggestions, every cell is now formatted as
number.

"Elkar" wrote:

What is your data in C3 and in G1:G5?

Are G1:G5 formatted as Text? If so, the SUM function won't recognize them.
Try formatting as Number or General.

How is the cell formatted where you are entering the formula? Try changing
it to "General" and see what happens.

Are Automatic Calculations turned on?
TOOLS--OPTIONS--CALCULATION Tab--Check "Automatic"

HTH,
Elkar


" wrote:

I tried this and still get the same wrong answer of 0.


"Elkar" wrote:

Try writing it like this:

=C3-SUM(G1:G5)

HTH,
Elkar


" wrote:

my formula says =sum(C3-(G1:G5))
It comes up and says 0, when it should say 149.26

HELP

" wrote:

Excel incorrectly calculated a formula. Why, how do I fix it?

  #13   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 964
Default Excel incorrectly calculated a formula. Why? How?

If the numbers were formatted as text, then simply changing the format might
not be enough. Now that you've set the new format to Number, re-enter the
numbers. You can just select each cell and hit F2 then ENTER. This will
ensure that the old text value is replaced with a number.

HTH,
Elkar


" wrote:

C3 has "1139.28" G1 = "400.00" G2= "280.00" G3 = "65.00" G4 =" 206.52"
G5="38.5" so therefore, G1:G5 = 990.02, and 1139.28-990.02=149.26.

I tried all of the formatting suggestions, every cell is now formatted as
number.

"Elkar" wrote:

What is your data in C3 and in G1:G5?

Are G1:G5 formatted as Text? If so, the SUM function won't recognize them.
Try formatting as Number or General.

How is the cell formatted where you are entering the formula? Try changing
it to "General" and see what happens.

Are Automatic Calculations turned on?
TOOLS--OPTIONS--CALCULATION Tab--Check "Automatic"

HTH,
Elkar


" wrote:

I tried this and still get the same wrong answer of 0.


"Elkar" wrote:

Try writing it like this:

=C3-SUM(G1:G5)

HTH,
Elkar


" wrote:

my formula says =sum(C3-(G1:G5))
It comes up and says 0, when it should say 149.26

HELP

" wrote:

Excel incorrectly calculated a formula. Why, how do I fix it?

  #14   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,231
Default Excel incorrectly calculated a formula. Why? How?

Elkar wrote...
If the numbers were formatted as text, then simply changing the
format might not be enough. . . .


Not 'might', isn't.

. . . Now that you've set the new format to Number, re-enter the
numbers. You can just select each cell and hit F2 then ENTER.

....

Or copy a blank cell, select the other cells (C3 and G1:G5), and run
the menu command Edit Paste Special, Add.

" wrote...
C3 has "1139.28" G1 = "400.00" G2= "280.00" G3 = "65.00"
G4 =" 206.52" G5="38.5" so therefore, G1:G5 = 990.02, . . .

....

You mean G1:G5 sum to 990.02. Does =SUM(G1:G5) return 990.02? You're
confusing the matter by displaying these cells' values in double
quotes unless you mean they're text that just happens to look like
numbers.

One more thing you need to check. Run the menu command Tools Options
to display the Options dialog. Click on the Transition tab. You may
need to uncheck Transition formula evaluation.

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
When Excel incorrectly Calculates Illya Teideman Excel Discussion (Misc queries) 8 March 8th 07 08:02 PM
Subtotaling Problems (Excel incorrectly grouping items) Bobbie @ NPH Excel Discussion (Misc queries) 2 April 4th 06 01:15 AM
How can I fix values in cells calculated by formula in Excel Leigh Excel Worksheet Functions 1 January 19th 06 07:36 PM
How do I create a viewable formula using calculated fields?)Excel JohnH Excel Discussion (Misc queries) 4 December 7th 05 05:57 AM
Formula counts incorrectly was Excel Discussion (Misc queries) 2 June 15th 05 09:18 PM


All times are GMT +1. The time now is 12:51 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"