Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Excel incorrectly calculated a formula. Why, how do I fix it?
|
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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? |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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? |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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? |
#6
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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? |
#7
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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? |
#8
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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? |
#9
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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? |
#10
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=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? |
#11
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
When Excel incorrectly Calculates | Excel Discussion (Misc queries) | |||
Subtotaling Problems (Excel incorrectly grouping items) | Excel Discussion (Misc queries) | |||
How can I fix values in cells calculated by formula in Excel | Excel Worksheet Functions | |||
How do I create a viewable formula using calculated fields?)Excel | Excel Discussion (Misc queries) | |||
Formula counts incorrectly | Excel Discussion (Misc queries) |