#1   Report Post  
Member
 
Posts: 36
Default Round Amount

We are using bahrain Currecny, Kindly Help me to get the below mentioned amount format
eg:
9.922 Round to : 9.925
9.949 Round to : 9.950
9.973 Round to : 9.975
9.988 Round to : 10.000

Pls Help me..
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 829
Default Round Amount

"Moideen" wrote:
We are using bahrain Currecny, Kindly Help me to get
the below mentioned amount format eg:
9.922 Round to : 9.925
9.949 Round to : 9.950
9.973 Round to : 9.975
9.988 Round to : 10.000


Looks like you want to round to the nearest 0.025. You can either of the
following formulas:

=MROUND(A1,0.025)
or
=ROUND(A1/0.025,0)*0.025

If you have Excel 2003, MROUND is in the Analysis ToolPak, which you must
enable. See the MROUND help page.

Note: I assume you want to round, not round up, because of your title. But
in fact, your examples are not sufficient to distinguish the two.

If indeed you actually want to round up (9.926 becomes 9.950 instead of
9.925), replace MROUND with CEILING, and replace ROUND with ROUNDUP.

  #3   Report Post  
Member
 
Posts: 36
Default

Quote:
Originally Posted by joeu2004[_2_] View Post
"Moideen" wrote:
We are using bahrain Currecny, Kindly Help me to get
the below mentioned amount format eg:
9.922 Round to : 9.925
9.949 Round to : 9.950
9.973 Round to : 9.975
9.988 Round to : 10.000


Looks like you want to round to the nearest 0.025. You can either of the
following formulas:

=MROUND(A1,0.025)
or
=ROUND(A1/0.025,0)*0.025

If you have Excel 2003, MROUND is in the Analysis ToolPak, which you must
enable. See the MROUND help page.

Note: I assume you want to round, not round up, because of your title. But
in fact, your examples are not sufficient to distinguish the two.

If indeed you actually want to round up (9.926 becomes 9.950 instead of
9.925), replace MROUND with CEILING, and replace ROUND with ROUNDUP.
Thank you very much.
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
Calculate the amount of time over a permitted amount (12 hours) Steve M Excel Discussion (Misc queries) 9 June 2nd 10 09:25 PM
How do I get a calculated amount to round to the nearest nickel? Raina Excel Worksheet Functions 3 July 24th 07 07:28 AM
how can i round a dollar amount to the nearest thousand? Karen Excel Worksheet Functions 1 January 22nd 07 08:06 PM
How can I calculate amount of time left based on amount spent? KLD Excel Worksheet Functions 3 May 23rd 06 04:20 PM
Round amount to nearest $10 after other formula calc. in same cell debtors Excel Worksheet Functions 2 March 24th 06 11:45 AM


All times are GMT +1. The time now is 03:49 PM.

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"