A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » Worksheet Functions
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

calculator Errors



 
 
Thread Tools Display Modes
  #1  
Old October 9th, 2005, 02:57 AM
Kat and the Calculator
external usenet poster
 
Posts: n/a
Default calculator Errors

When I enter an equation in c1 such as: =product(a1,b1), when a1 is 1000 and
b1 is .10, the answer in c1 should be 100, but it comes out to 102.04. Why?
please help.
Thank you,
Kat
  #2  
Old October 9th, 2005, 03:19 AM
Vasant Nanavati
external usenet poster
 
Posts: n/a
Default

Quite possibly because B1 is actually 0.10204 but is set to display only 2
decimal places.

--

Vasant



"Kat and the Calculator"
wrote in message ...
When I enter an equation in c1 such as: =product(a1,b1), when a1 is 1000
and
b1 is .10, the answer in c1 should be 100, but it comes out to 102.04.
Why?
please help.
Thank you,
Kat



  #3  
Old October 9th, 2005, 03:21 AM
Biff
external usenet poster
 
Posts: n/a
Default

Hi!

Are the values in either A1 or B1 calculated?

I suspect a rounding issue where the displayed value is not the true
underlying value.. Try this and see what you get:

=PRODUCT(ROUND(A1,0),ROUND(B1,2))

Biff

"Kat and the Calculator"
wrote in message ...
When I enter an equation in c1 such as: =product(a1,b1), when a1 is 1000
and
b1 is .10, the answer in c1 should be 100, but it comes out to 102.04.
Why?
please help.
Thank you,
Kat



  #4  
Old October 9th, 2005, 04:13 AM
Kat and the Calculator
external usenet poster
 
Posts: n/a
Default

thank you both, you were right. now i can sleep.

"Biff" wrote:

Hi!

Are the values in either A1 or B1 calculated?

I suspect a rounding issue where the displayed value is not the true
underlying value.. Try this and see what you get:

=PRODUCT(ROUND(A1,0),ROUND(B1,2))

Biff

"Kat and the Calculator"
wrote in message ...
When I enter an equation in c1 such as: =product(a1,b1), when a1 is 1000
and
b1 is .10, the answer in c1 should be 100, but it comes out to 102.04.
Why?
please help.
Thank you,
Kat




 




Thread Tools
Display Modes

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

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 05:18 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.