#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default Decimal Rounding

I'm having a rounding problem with my spreadsheet.

Spreadsheet A - info is enter

1,920.00
2,547.69

The amounts above are linked to Spreadsheet B, there I have the amounts
being multiplied by .09.

1,920 x .09 = 172.80 (this works great b/c I only want 2 decimal places)
2,547.69 x .09 = 229.2921 (this doesn't work, it throws my end numbers out
of wack)

How do I fix it so the bottom one rounds to only two places?? My formula
looks like this =SUM('[Pension.xls]Sheet1'!$C$9*0.09)

Thank you for your help.

Carrie

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 964
Default Decimal Rounding

=ROUND(SUM('[Pension.xls]Sheet1'!$C$9*0.09),2)

--


Regards,


Peo Sjoblom

"Urgent" wrote in message
...
I'm having a rounding problem with my spreadsheet.

Spreadsheet A - info is enter

1,920.00
2,547.69

The amounts above are linked to Spreadsheet B, there I have the amounts
being multiplied by .09.

1,920 x .09 = 172.80 (this works great b/c I only want 2 decimal places)
2,547.69 x .09 = 229.2921 (this doesn't work, it throws my end numbers out
of wack)

How do I fix it so the bottom one rounds to only two places?? My formula
looks like this =SUM('[Pension.xls]Sheet1'!$C$9*0.09)

Thank you for your help.

Carrie



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 73
Default Decimal Rounding

Look at ROUND( ) in Excel help.

--
If my posting was helpful, please click the "Yes" button.

ROCK ON!,

Scott


"Urgent" wrote:

I'm having a rounding problem with my spreadsheet.

Spreadsheet A - info is enter

1,920.00
2,547.69

The amounts above are linked to Spreadsheet B, there I have the amounts
being multiplied by .09.

1,920 x .09 = 172.80 (this works great b/c I only want 2 decimal places)
2,547.69 x .09 = 229.2921 (this doesn't work, it throws my end numbers out
of wack)

How do I fix it so the bottom one rounds to only two places?? My formula
looks like this =SUM('[Pension.xls]Sheet1'!$C$9*0.09)

Thank you for your help.

Carrie

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,058
Default Decimal Rounding

=ROUND(SUM('[Pension.xls]Sheet1'!$C$9*0.09),2)
--
Gary''s Student - gsnu200816
  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,346
Default Decimal Rounding

Hi,

If you are really looking at one cell as in your formula:

=SUM('[Pension.xls]Sheet1'!$C$9*0.09)

Then change this to read

=ROUND('[Pension.xls]Sheet1'!$C$9*0.09,2)

and drop the SUM

If this helps, please click the Yes button

Cheers,
Shane Devenshire


"Urgent" wrote:

I'm having a rounding problem with my spreadsheet.

Spreadsheet A - info is enter

1,920.00
2,547.69

The amounts above are linked to Spreadsheet B, there I have the amounts
being multiplied by .09.

1,920 x .09 = 172.80 (this works great b/c I only want 2 decimal places)
2,547.69 x .09 = 229.2921 (this doesn't work, it throws my end numbers out
of wack)

How do I fix it so the bottom one rounds to only two places?? My formula
looks like this =SUM('[Pension.xls]Sheet1'!$C$9*0.09)

Thank you for your help.

Carrie

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
rounding decimal places Cherie QLD Excel Discussion (Misc queries) 4 September 10th 08 05:24 AM
Rounding up for a decimal Sena Excel Worksheet Functions 4 July 9th 07 07:29 AM
Rounding to two even decimal places needhelp Excel Worksheet Functions 3 May 16th 07 12:49 AM
Decimal Place Rounding Aaron Excel Worksheet Functions 4 May 4th 07 02:58 AM
Rounding decimal Sturart Excel Worksheet Functions 1 February 16th 06 07:06 PM


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