PC Review


Reply
Thread Tools Rate Thread

Decimal Rounding

 
 
Urgent
Guest
Posts: n/a
 
      26th Nov 2008
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 With Quote
 
 
 
 
Peo Sjoblom
Guest
Posts: n/a
 
      26th Nov 2008
=ROUND(SUM('[Pension.xls]Sheet1'!$C$9*0.09),2)

--


Regards,


Peo Sjoblom

"Urgent" <(E-Mail Removed)> wrote in message
news:4E49365D-C9E5-4DD5-B4B9-(E-Mail Removed)...
> 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 With Quote
 
porter444
Guest
Posts: n/a
 
      26th Nov 2008
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
>

 
Reply With Quote
 
Gary''s Student
Guest
Posts: n/a
 
      26th Nov 2008
=ROUND(SUM('[Pension.xls]Sheet1'!$C$9*0.09),2)
--
Gary''s Student - gsnu200816
 
Reply With Quote
 
Shane Devenshire
Guest
Posts: n/a
 
      26th Nov 2008
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 With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Rounding decimal Luigi Microsoft C# .NET 3 6th Nov 2008 10:43 AM
Rounding up for a decimal =?Utf-8?B?U2VuYQ==?= Microsoft Excel Worksheet Functions 4 9th Jul 2007 07:29 AM
Decimal Rounding Rob Microsoft VB .NET 1 5th Jul 2007 10:28 PM
Rounding decimal =?Utf-8?B?U3R1cmFydA==?= Microsoft Excel Worksheet Functions 1 16th Feb 2006 07:06 PM
Decimal Rounding =?Utf-8?B?Y2x5ZGU=?= Microsoft Access Getting Started 1 25th Nov 2003 08:07 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 01:31 PM.