Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3
Default Round to multiple of 5

I am having trouble with formula to round results to a multiple of 5

Current formula results return the following values and I want to round them
to the nearest multiple of .05

Current Desired
Result Result
$25.61 = $25.60
$25.83 = $25.85
$26.06 = $26.05
$26.28 = $26.30
$26.50 = $26.50
$26.72 =$ 26.70

Appreciate any help. Thank you


  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,440
Default Round to multiple of 5

=MROUND(A1,0.05)

If you get a #NAME error:

ToolsAdd-Ins, check Analysis Toolpak

--
Kind regards,

Niek Otten
Microsoft MVP - Excel

"JmyCrikitt" wrote in message ...
|I am having trouble with formula to round results to a multiple of 5
|
| Current formula results return the following values and I want to round them
| to the nearest multiple of .05
|
| Current Desired
| Result Result
| $25.61 = $25.60
| $25.83 = $25.85
| $26.06 = $26.05
| $26.28 = $26.30
| $26.50 = $26.50
| $26.72 =$ 26.70
|
| Appreciate any help. Thank you
|
|


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 11,501
Default Round to multiple of 5

with you number in a1 maybe this

=ROUND(A1/0.05,0)*0.05

Mike

"JmyCrikitt" wrote:

I am having trouble with formula to round results to a multiple of 5

Current formula results return the following values and I want to round them
to the nearest multiple of .05

Current Desired
Result Result
$25.61 = $25.60
$25.83 = $25.85
$26.06 = $26.05
$26.28 = $26.30
$26.50 = $26.50
$26.72 =$ 26.70

Appreciate any help. Thank you


  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 5,651
Default Round to multiple of 5

On Thu, 28 Feb 2008 12:28:06 -0800, JmyCrikitt
wrote:

I am having trouble with formula to round results to a multiple of 5

Current formula results return the following values and I want to round them
to the nearest multiple of .05

Current Desired
Result Result
$25.61 = $25.60
$25.83 = $25.85
$26.06 = $26.05
$26.28 = $26.30
$26.50 = $26.50
$26.72 =$ 26.70

Appreciate any help. Thank you



=ROUND(A1/0.05,0)*0.05

--ron
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
How do I round numbers to the nearest multiple of 10 or 5? Wasatch Excel Worksheet Functions 5 May 3rd 23 07:43 PM
How do I get MROUND to only round up to the next multiple. gmac Excel Worksheet Functions 4 April 3rd 23 01:28 PM
Replacing formula with round multiple times andyhofer Excel Discussion (Misc queries) 1 January 17th 08 09:42 PM
Can you round up numbers to the nearest multiple of ten? Tilly Excel Worksheet Functions 3 June 5th 06 03:52 PM
multiple and round Heather Gilroy Excel Worksheet Functions 2 July 22nd 05 06:38 PM


All times are GMT +1. The time now is 03:29 AM.

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"