Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel,microsoft.public.excel.misc,microsoft.public.excel.programming,microsoft.public.excel.worksheet.functions,microsoft.public.excel.worksheetfunctions
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel,microsoft.public.excel.misc,microsoft.public.excel.programming,microsoft.public.excel.worksheet.functions,microsoft.public.excel.worksheetfunctions
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel,microsoft.public.excel.misc,microsoft.public.excel.programming,microsoft.public.excel.worksheet.functions,microsoft.public.excel.worksheetfunctions
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel,microsoft.public.excel.misc,microsoft.public.excel.programming,microsoft.public.excel.worksheet.functions,microsoft.public.excel.worksheetfunctions
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel,microsoft.public.excel.misc,microsoft.public.excel.programming,microsoft.public.excel.worksheet.functions,microsoft.public.excel.worksheetfunctions
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() 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
![]()
Posted to microsoft.public.excel,microsoft.public.excel.misc,microsoft.public.excel.programming,microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Rounding to the nearest 50 cents | Excel Discussion (Misc queries) | |||
Rounding dollar amounts up/down when cents aren't part of the fact | Excel Worksheet Functions | |||
Currency Rounding to nearest 5 cents | Excel Discussion (Misc queries) | |||
Rounding to nearest 5 cents in excel | Excel Worksheet Functions | |||
rounding to closest 5 cents | Excel Worksheet Functions |