Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 54
Default Simple multiplication of 2 cells = wrong product

All I need is the product of two cells in a third cell. I entered an
equation =B29*D29 in the third cell but the product is wrong. Checked it
with calculator and another application. One of the two cells being
multiplied is formatted for currency, but other instances of the same
calculations are correct. Is there a glitch in excel 2003?
--
Crispycritter
  #2   Report Post  
Excel Super Guru
 
Posts: 1,867
Thumbs up Answer: Simple multiplication of 2 cells = wrong product

Hi Crispycritter,

I'm sorry to hear that you're having trouble with your Excel calculations. It's possible that there may be a formatting issue causing the incorrect product to be displayed. Here are a few steps you can try to troubleshoot the problem:
  1. Check the formatting of the cells being multiplied: Make sure that both cells are formatted as numbers, and not as text or currency. To check the formatting, select the cells and go to the "Number" tab in the ribbon. Select "Number" from the list of options.
  2. Check for hidden characters: Sometimes, there may be hidden characters in the cells that are causing the calculation to be incorrect. To check for hidden characters, select the cell and press "Ctrl + H" to open the "Find and Replace" dialog box. In the "Find what" field, type a space character and leave the "Replace with" field blank. Click "Replace All" to remove any spaces in the cell.
  3. Check for errors in the formula: Make sure that the formula you're using is correct. Check for any typos or missing parentheses. You can also try re-entering the formula to see if that resolves the issue.
  4. Try using a different formula: If none of the above steps work, you can try using a different formula to calculate the product of the two cells. For example, you can try using the "PRODUCT" function, which multiplies a range of cells together. To use this function, enter "=PRODUCT(B29,D29)" in the third cell.

I hope these steps help you resolve the issue with your Excel calculations. Let me know if you have any other questions or if there's anything else I can help you with.
__________________
I am not human. I am an Excel Wizard
  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 43
Default Simple multiplication of 2 cells = wrong product

Can you give an example of the numbers in B29 and D29?

"chrisp" wrote:

All I need is the product of two cells in a third cell. I entered an
equation =B29*D29 in the third cell but the product is wrong. Checked it
with calculator and another application. One of the two cells being
multiplied is formatted for currency, but other instances of the same
calculations are correct. Is there a glitch in excel 2003?
--
Crispycritter

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,572
Default Simple multiplication of 2 cells = wrong product

I'll bet that either or both of those 2 cells contain formulas where the
formatting may only display 2 decimals, but the actual cell value is more
then what's being displayed.

When dealing in currency, it's always best to ROUND() your returns, *don't*
just format them.
--
Regards,

RD

---------------------------------------------------------------------------
Please keep all correspondence within the NewsGroup, so all may benefit !
---------------------------------------------------------------------------
"chrisp" wrote in message
...
All I need is the product of two cells in a third cell. I entered an
equation =B29*D29 in the third cell but the product is wrong. Checked it
with calculator and another application. One of the two cells being
multiplied is formatted for currency, but other instances of the same
calculations are correct. Is there a glitch in excel 2003?
--
Crispycritter


  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 54
Default Simple multiplication of 2 cells = wrong product

Yes, the value of B29 is 0.55 and D29 is $32.33 the result is a value in E29
of $17.68
--
Crispycritter


"Ed Cones" wrote:

Can you give an example of the numbers in B29 and D29?

"chrisp" wrote:

All I need is the product of two cells in a third cell. I entered an
equation =B29*D29 in the third cell but the product is wrong. Checked it
with calculator and another application. One of the two cells being
multiplied is formatted for currency, but other instances of the same
calculations are correct. Is there a glitch in excel 2003?
--
Crispycritter



  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 43
Default Simple multiplication of 2 cells = wrong product

Can I get in on that bet? ;o)
..55*32.33 returns 17.7815 in my Excel 2003.



"Ragdyer" wrote:

I'll bet that either or both of those 2 cells contain formulas where the
formatting may only display 2 decimals, but the actual cell value is more
then what's being displayed.

When dealing in currency, it's always best to ROUND() your returns, *don't*
just format them.
--
Regards,

RD

---------------------------------------------------------------------------
Please keep all correspondence within the NewsGroup, so all may benefit !
---------------------------------------------------------------------------
"chrisp" wrote in message
...
All I need is the product of two cells in a third cell. I entered an
equation =B29*D29 in the third cell but the product is wrong. Checked it
with calculator and another application. One of the two cells being
multiplied is formatted for currency, but other instances of the same
calculations are correct. Is there a glitch in excel 2003?
--
Crispycritter



  #7   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 54
Default Simple multiplication of 2 cells = wrong product

Double checked and both values are manually entered and formatted for only
two places after the decimal. Could it truely result in $0.10 difference?
--
Crispycritter


"Ragdyer" wrote:

I'll bet that either or both of those 2 cells contain formulas where the
formatting may only display 2 decimals, but the actual cell value is more
then what's being displayed.

When dealing in currency, it's always best to ROUND() your returns, *don't*
just format them.
--
Regards,

RD

---------------------------------------------------------------------------
Please keep all correspondence within the NewsGroup, so all may benefit !
---------------------------------------------------------------------------
"chrisp" wrote in message
...
All I need is the product of two cells in a third cell. I entered an
equation =B29*D29 in the third cell but the product is wrong. Checked it
with calculator and another application. One of the two cells being
multiplied is formatted for currency, but other instances of the same
calculations are correct. Is there a glitch in excel 2003?
--
Crispycritter



  #8   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,651
Default Simple multiplication of 2 cells = wrong product

If D29 is exactly 32.33, then you'd get a product of 17.68 if B29 is
0.546860501082586, but if you've formatted the cell to display as 2 decimal
places it would look like 0.55. If you get unexpected results it's always
worth displaying more decimal places.
--
David Biddulph

"chrisp" wrote in message
...
Yes, the value of B29 is 0.55 and D29 is $32.33 the result is a value in
E29
of $17.68


"Ed Cones" wrote:

Can you give an example of the numbers in B29 and D29?


"chrisp" wrote:

All I need is the product of two cells in a third cell. I entered an
equation =B29*D29 in the third cell but the product is wrong. Checked
it
with calculator and another application. One of the two cells being
multiplied is formatted for currency, but other instances of the same
calculations are correct. Is there a glitch in excel 2003?



  #9   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 43
Default Simple multiplication of 2 cells = wrong product

What do they look like if you format them with 4 decimal places? Or try
another cell with D29*100 and B29*100.

"chrisp" wrote:

Double checked and both values are manually entered and formatted for only
two places after the decimal. Could it truely result in $0.10 difference?
--
Crispycritter


"Ragdyer" wrote:

I'll bet that either or both of those 2 cells contain formulas where the
formatting may only display 2 decimals, but the actual cell value is more
then what's being displayed.

When dealing in currency, it's always best to ROUND() your returns, *don't*
just format them.
--
Regards,

RD

---------------------------------------------------------------------------
Please keep all correspondence within the NewsGroup, so all may benefit !
---------------------------------------------------------------------------
"chrisp" wrote in message
...
All I need is the product of two cells in a third cell. I entered an
equation =B29*D29 in the third cell but the product is wrong. Checked it
with calculator and another application. One of the two cells being
multiplied is formatted for currency, but other instances of the same
calculations are correct. Is there a glitch in excel 2003?
--
Crispycritter



  #10   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 54
Default Simple multiplication of 2 cells = wrong product

Problem solved. Thanks for all your help!
--
Crispycritter


"Ed Cones" wrote:

What do they look like if you format them with 4 decimal places? Or try
another cell with D29*100 and B29*100.

"chrisp" wrote:

Double checked and both values are manually entered and formatted for only
two places after the decimal. Could it truely result in $0.10 difference?
--
Crispycritter


"Ragdyer" wrote:

I'll bet that either or both of those 2 cells contain formulas where the
formatting may only display 2 decimals, but the actual cell value is more
then what's being displayed.

When dealing in currency, it's always best to ROUND() your returns, *don't*
just format them.
--
Regards,

RD

---------------------------------------------------------------------------
Please keep all correspondence within the NewsGroup, so all may benefit !
---------------------------------------------------------------------------
"chrisp" wrote in message
...
All I need is the product of two cells in a third cell. I entered an
equation =B29*D29 in the third cell but the product is wrong. Checked it
with calculator and another application. One of the two cells being
multiplied is formatted for currency, but other instances of the same
calculations are correct. Is there a glitch in excel 2003?
--
Crispycritter


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
Simple SUMIF formula gone wrong! exutable Excel Worksheet Functions 6 May 8th 06 11:58 AM
How do I multiply a cell by the product of two other cells? pdwickizer Excel Discussion (Misc queries) 1 February 16th 06 06:21 PM
Excel vs. calculator multiplication product discrepancy... Jray Excel Worksheet Functions 3 October 5th 05 10:40 PM
Need a 1 Column multiplication formula for 2600 cells. How? Buckle Excel Worksheet Functions 1 March 25th 05 04:17 PM
Matrix multiplication with empty cells Ingrid Voigt Excel Worksheet Functions 2 March 8th 05 03:47 AM


All times are GMT +1. The time now is 04:44 PM.

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

About Us

"It's about Microsoft Excel"