ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   rounding currency amounts (https://www.excelbanter.com/excel-discussion-misc-queries/253292-rounding-currency-amounts.html)

sruarg

rounding currency amounts
 
i would like to round a currency amount to the next $ 0.05 (five cents)

eg 30.63 to be 30.65 or 40.48 to be 40.50

מיכאל (מיקי) אבידן

rounding currency amounts
 
Try using the CEILING Function.
Micky


"sruarg" wrote:

i would like to round a currency amount to the next $ 0.05 (five cents)

eg 30.63 to be 30.65 or 40.48 to be 40.50


Jeff Jensen

rounding currency amounts
 
Next five cents:
=ROUNDUP(A1/0.05,0)*0.05

Nearest five cents:
=ROUND(A1/0.05,0)*0.05

"sruarg" wrote:

i would like to round a currency amount to the next $ 0.05 (five cents)

eg 30.63 to be 30.65 or 40.48 to be 40.50


Lars-ke Aspelin[_2_]

rounding currency amounts
 
On Wed, 13 Jan 2010 13:13:01 -0800, sruarg
wrote:

i would like to round a currency amount to the next $ 0.05 (five cents)

eg 30.63 to be 30.65 or 40.48 to be 40.50


Try this formula:

=MROUND(A1+0.2499, 0.05)

Hope this helps / Lars-ke

Jeff Jensen

rounding currency amounts
 
I forgot something...

Next five cents:
=ROUNDUP(A1/0.05,0)*0.05
=CEILING(A1,0.05)

Nearest five cents:
=ROUND(A1/0.05,0)*0.05

"Jeff Jensen" wrote:

Next five cents:
=ROUNDUP(A1/0.05,0)*0.05

Nearest five cents:
=ROUND(A1/0.05,0)*0.05

"sruarg" wrote:

i would like to round a currency amount to the next $ 0.05 (five cents)

eg 30.63 to be 30.65 or 40.48 to be 40.50



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

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