Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2
Default Formula total wrong

I have a simple multiplication formula in two work sheets and they both come
up with differrent answeres which are both wrong. Whats going on?
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,440
Default Formula total wrong

Impossible to say without your formulas, the values of the input cells and the results

--
Kind regards,

Niek Otten
Microsoft MVP - Excel

"CamiLin" wrote in message ...
|I have a simple multiplication formula in two work sheets and they both come
| up with differrent answeres which are both wrong. Whats going on?


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2
Default Formula total wrong

=Sum(A8*C8)
12 x $197.58 Should be $2,370.96
One workbook comes out to $2,370.93 the other $2,370.98


"Niek Otten" wrote:

Impossible to say without your formulas, the values of the input cells and the results

--
Kind regards,

Niek Otten
Microsoft MVP - Excel

"CamiLin" wrote in message ...
|I have a simple multiplication formula in two work sheets and they both come
| up with differrent answeres which are both wrong. Whats going on?



  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,651
Default Formula total wrong

Well to start with you don't need the SUM() function. All you need is
=A8*C8. The SUM function is for *adding*, not for multiplying.
Secondly, I guess that what you have in the cells isn't exactly what you've
seen.
If the 12 is exact, 2370.93/12 is 197.5775 and 2370.98/12 is 197.58166667.
If you are only displaying the content of your cells to 2 decimal places,
either of those would look like 197.58. If you want to see what's really
there, extend the number of decimal places in your cell formatting. If you
want to round the number before multiplying it, you can use the ROUND
function, or you could use Tools/ Options/ Calculation/ Precision as
Displayed, but the latter gives scope for confusion elsewhere.
--
David Biddulph

"CamiLin" wrote in message
...
=Sum(A8*C8)
12 x $197.58 Should be $2,370.96
One workbook comes out to $2,370.93 the other $2,370.98


"Niek Otten" wrote:

Impossible to say without your formulas, the values of the input cells
and the results

--
Kind regards,

Niek Otten
Microsoft MVP - Excel

"CamiLin" wrote in message
...
|I have a simple multiplication formula in two work sheets and they both
come
| up with differrent answeres which are both wrong. Whats going on?





  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,047
Default Formula total wrong

why not use =a8*c8?

--
regards from Brazil
Thanks in advance for your feedback.
Marcelo



"CamiLin" escreveu:

=Sum(A8*C8)
12 x $197.58 Should be $2,370.96
One workbook comes out to $2,370.93 the other $2,370.98


"Niek Otten" wrote:

Impossible to say without your formulas, the values of the input cells and the results

--
Kind regards,

Niek Otten
Microsoft MVP - Excel

"CamiLin" wrote in message ...
|I have a simple multiplication formula in two work sheets and they both come
| up with differrent answeres which are both wrong. Whats going on?





  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 5,651
Default Formula total wrong

On Wed, 20 Feb 2008 08:57:03 -0800, CamiLin
wrote:

I have a simple multiplication formula in two work sheets and they both come
up with differrent answeres which are both wrong. Whats going on?


Most likely, what you think is in the cell is not really what is in the cell.

Excel does operations on the cell contents. Depending on the formatting, this
may not be the same as what is displayed in the cell. This can be especially
the case if the cells contain formulas.
--ron
  #7   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,047
Default Formula total wrong

or =product(a8,c8)
--
regards from Brazil
Thanks in advance for your feedback.
Marcelo



"CamiLin" escreveu:

I have a simple multiplication formula in two work sheets and they both come
up with differrent answeres which are both wrong. Whats going on?

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
Sum Function with wrong total shown TDLambert Excel Worksheet Functions 2 May 10th 07 01:24 PM
My autosum total is incorrect - what is wrong? Missing the obvious? Excel Discussion (Misc queries) 1 September 3rd 06 04:38 AM
total and subtotal positions wrong in excel Mary Buck Excel Discussion (Misc queries) 1 September 15th 05 07:18 PM
Pivot Table Grand Total wrong when using Formulas John P Excel Discussion (Misc queries) 2 July 19th 05 12:06 AM
Subtotal of Subtotal displays Grand Total in wrong row Thomas Born Excel Worksheet Functions 5 January 6th 05 01:46 PM


All times are GMT +1. The time now is 05:56 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"