ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   Round to the nearset 10th (https://www.excelbanter.com/excel-discussion-misc-queries/123450-round-nearset-10th.html)

Ed

Round to the nearset 10th
 
Hello, Im working with a currency where the smallest coin is $0.10, how do I
set up a formula where if for example I get $12.71 it will round down to
$12.70 but if I get $12.76 it will round up to $12.80?

thanks!

[email protected]

Round to the nearset 10th
 
Ed wrote:
Hello, Im working with a currency where the smallest coin is $0.10, how do I
set up a formula where if for example I get $12.71 it will round down to
$12.70 but if I get $12.76 it will round up to $12.80?


Ostensibly, that is what ROUND(A1, 1) does. You might need to format
as Currency with 2 decimal places to see $12.70

However, the question is: what do you want $12.85 to round to?

ROUND() will result in $12.90. But some people want $12.85 to round
down to $12.80, while $12.75 rounds up to $12.80 (so-called banker's
rounding).


bigwheel

Round to the nearset 10th
 
How about =ROUND(A1,1)

"Ed" wrote in message
...
Hello, Im working with a currency where the smallest coin is $0.10, how do
I
set up a formula where if for example I get $12.71 it will round down to
$12.70 but if I get $12.76 it will round up to $12.80?

thanks!




Teethless mama

Round to the nearset 10th
 
ROUND(A1,1)

"Ed" wrote:

Hello, Im working with a currency where the smallest coin is $0.10, how do I
set up a formula where if for example I get $12.71 it will round down to
$12.70 but if I get $12.76 it will round up to $12.80?

thanks!



All times are GMT +1. The time now is 06:30 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com