Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3
Default Rounding problems when using excel

When using excel, I use rounded $#'s and need it to total as such. Example:
$2.35 rounds to $2.
$2.35 rounds to $2.=$4 excel totals =$5 do to the .35+.35=.70 rounding up to
$5
I am using this in a propsal and 2+2=5 that's my problem

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default Rounding problems when using excel

Hi renfrotim!

e.g.: A1 = $2.35
A2 = $2.35
A3 = =ROUND(A1+A2, 0) -- will return $5
A3 = =ROUND(A1, 0) + ROUND(A2, 0) -- will return $4

Regards
Ingolf

When using excel, I use rounded $#'s and need it to total as such. Example:
$2.35 rounds to $2.
$2.35 rounds to $2.=$4 excel totals =$5 do to the .35+.35=.70 rounding up to
$5
I am using this in a propsal and 2+2=5 that's my problem

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,345
Default Rounding problems when using excel

It sound like you are not rounding the numbers but actually formatting them
to show zero decimal places. Excel still uses the actual numbers, ie the
2.35's and SUMs these and because you have the total formatted to show only
whole numbers as well ,it shows 5.

To round the numbers to zero decimal places, (assuming that the answer is a
calculation):

=ROUND(<your formula,0)

Note however that this will make the number an integer and you will have
lost the original number.

If you want the total to be 5 with the other figures still 2.35 then use:

=SUM(ROUND(H1:H2,0))

and array enter it by holdingthe Ctrl & Shift keys pressed while you press
Enter.

Note that in this case although the 2.35's are still the same number, the
total is now cut down to be really only 4.

--
HTH

Sandy
In Perth, the ancient capital of Scotland
and the crowning place of kings


Replace @mailinator.com with @tiscali.co.uk


"renfrotim" wrote in message
...
When using excel, I use rounded $#'s and need it to total as such.
Example:
$2.35 rounds to $2.
$2.35 rounds to $2.=$4 excel totals =$5 do to the .35+.35=.70 rounding up
to
$5
I am using this in a propsal and 2+2=5 that's my problem




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 problems Ste101 Excel Worksheet Functions 6 July 26th 07 02:18 PM
I need a formula with rounding up & rounding down to the nearest . Tony Kay Excel Worksheet Functions 3 May 29th 07 11:13 PM
Problems: rounding & formatting Text/# combinations nastech Excel Discussion (Misc queries) 1 July 5th 06 06:51 PM
Problems: rounding & formatting Text/# combinations nastech Excel Discussion (Misc queries) 1 July 5th 06 06:51 PM
Rounding up/down problems ? Big Bad Nige Excel Worksheet Functions 2 April 5th 06 08:37 AM


All times are GMT +1. The time now is 10:29 AM.

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"