Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel,microsoft.public.excel.misc,microsoft.public.excel.programming,microsoft.public.excel.worksheet.functions,microsoft.public.excel.worksheetfunctions
external usenet poster
 
Posts: 1
Default rounding to 5 cents

What is the easiest way to round the results of the calculations to the
whole 5 cents i.e. 5.22 will result in 5.20, 5.24 in 5.25, 5.27 in 5.25,
5.28 in 5.30 etc.

Thanks for any suggestions.

Tony


  #2   Report Post  
Posted to microsoft.public.excel,microsoft.public.excel.misc,microsoft.public.excel.programming,microsoft.public.excel.worksheet.functions,microsoft.public.excel.worksheetfunctions
external usenet poster
 
Posts: 2,337
Default rounding to 5 cents

Did you try the archives? or google?

--
Don Guillett
SalesAid Software
Granite Shoals, TX

"Tony" wrote in message
...
What is the easiest way to round the results of the calculations to the
whole 5 cents i.e. 5.22 will result in 5.20, 5.24 in 5.25, 5.27 in 5.25,
5.28 in 5.30 etc.

Thanks for any suggestions.

Tony




  #3   Report Post  
Posted to microsoft.public.excel,microsoft.public.excel.misc,microsoft.public.excel.programming,microsoft.public.excel.worksheet.functions,microsoft.public.excel.worksheetfunctions
bw bw is offline
external usenet poster
 
Posts: 74
Default rounding to 5 cents

Don,

Thanks a lot for you informative, intelligent and insightful response to Tony's question!!!
With your excellent suggestions, we can close down the newsgroups all together, and
just use "google".

Many of us come here to get the personal attention from the many experts who come
here to assist those of us who are beginners, laymen, or in some cases, experts who also
need help.

I appologize to Tony for your inconsiderate and uninformed response to his question.

Bernie


On Tue, 29 Jul 2003 07:12:43 -0500, "Don Guillett" wrote:
Did you try the archives? or google?

--
Don Guillett
SalesAid Software
Granite Shoals, TX

"Tony" wrote in message
...
What is the easiest way to round the results of the calculations to the
whole 5 cents i.e. 5.22 will result in 5.20, 5.24 in 5.25, 5.27 in 5.25,
5.28 in 5.30 etc.

Thanks for any suggestions.

Tony







  #4   Report Post  
Posted to microsoft.public.excel,microsoft.public.excel.misc,microsoft.public.excel.programming,microsoft.public.excel.worksheet.functions,microsoft.public.excel.worksheetfunctions
external usenet poster
 
Posts: 7,247
Default rounding to 5 cents

Tony,

Try the MROUND function. E.g.,
=MROUND(A1,0.25)

See Help for more details.

--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com



"Tony" wrote in message
...
What is the easiest way to round the results of the calculations

to the
whole 5 cents i.e. 5.22 will result in 5.20, 5.24 in 5.25, 5.27

in 5.25,
5.28 in 5.30 etc.

Thanks for any suggestions.

Tony




  #5   Report Post  
Posted to microsoft.public.excel,microsoft.public.excel.misc,microsoft.public.excel.programming,microsoft.public.excel.worksheet.functions,microsoft.public.excel.worksheetfunctions
external usenet poster
 
Posts: 1
Default rounding to 5 cents

I think Chip meant:

=MROUND(A1,0.05)

and if you haven't got MROUND, you'll find it in the Analysis Toolpak
add-in. Without the add-in, one possibility:

=0.05*INT((A1+.025)/.05)


"Chip Pearson" wrote in message
...
Tony,

Try the MROUND function. E.g.,
=MROUND(A1,0.25)

See Help for more details.

--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com



"Tony" wrote in message
...
What is the easiest way to round the results of the calculations

to the
whole 5 cents i.e. 5.22 will result in 5.20, 5.24 in 5.25, 5.27

in 5.25,
5.28 in 5.30 etc.

Thanks for any suggestions.

Tony








  #6   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4
Default rounding to 5 cents


Tony,

Try the following link

http://j-walk.com/ss/excel/files/cellmath.htm.

I have found great use for this free utility from John
Walkenbach's excellent website.

Regards,

Mike


-----Original Message-----
What is the easiest way to round the results of the

calculations to the
whole 5 cents i.e. 5.22 will result in 5.20, 5.24 in

5.25, 5.27 in 5.25,
5.28 in 5.30 etc.

Thanks for any suggestions.

Tony


.

  #7   Report Post  
Posted to microsoft.public.excel,microsoft.public.excel.misc,microsoft.public.excel.programming,microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 11
Default rounding to 5 cents

Check out the CEILING worksheet function.

From the Help file:
Returns number rounded up, away from zero, to the nearest
multiple of significance. For example, if you want to avoid
using pennies in your prices and your product is priced at
$4.42, use the formula =CEILING(4.42,0.05) to round prices
up to the nearest nickel.

Hope this helps,
James dot Becker at NCR dot com
~
~
~
:wq!

"Tony" wrote in message
...
What is the easiest way to round the results of the calculations to the
whole 5 cents i.e. 5.22 will result in 5.20, 5.24 in 5.25, 5.27 in 5.25,
5.28 in 5.30 etc.

Thanks for any suggestions.

Tony




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 to the nearest 50 cents Jerid B Excel Discussion (Misc queries) 4 February 8th 07 05:43 PM
Rounding dollar amounts up/down when cents aren't part of the fact PhenyxFire Excel Worksheet Functions 3 August 28th 06 03:54 PM
Currency Rounding to nearest 5 cents Daniel Sloan Excel Discussion (Misc queries) 3 July 20th 06 08:42 AM
Rounding to nearest 5 cents in excel usnst Excel Worksheet Functions 3 January 17th 06 12:27 AM
rounding to closest 5 cents lk Excel Worksheet Functions 5 March 29th 05 01:28 PM


All times are GMT +1. The time now is 05:45 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"