#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 17
Default Round-Up question

How can I round a cell up to the nearest multiple of 20, or 25?
I want 53 to round up to 60 and 77 to round up to 100.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,276
Default Round-Up question

Hi
if you want to round up to multiple of 20 use

=CEILING(A1,20)

Multiple of 25

=CEILING(A1,25)

if this helps please click yes thanks

"PFLY" wrote:

How can I round a cell up to the nearest multiple of 20, or 25?
I want 53 to round up to 60 and 77 to round up to 100.

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,696
Default Round-Up question

to the nearest 20 would be =ROUNDUP(A2/20,0)*20 to the nearest 25 would be
=ROUNDUP(A1/25,0)*25. Not sure where you want to change your multiples, but
just an IF statement...

"PFLY" wrote:

How can I round a cell up to the nearest multiple of 20, or 25?
I want 53 to round up to 60 and 77 to round up to 100.

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
Round up or down to $X.X9 or up to $X.X5 GoBucks[_2_] Excel Worksheet Functions 10 April 12th 09 02:36 AM
round up #.#0 and #.#5 ramzi New Users to Excel 6 July 22nd 08 02:27 PM
Round 1.45 down to 1.25 and 1.57 down to 1.50 joker007 Excel Worksheet Functions 2 October 3rd 07 01:25 AM
How do I get a sum to round? tcarman Excel Discussion (Misc queries) 3 August 21st 06 05:16 PM
How do I ROUND() round off decimals of a column dataset? Højrup Excel Worksheet Functions 2 January 12th 05 10:50 AM


All times are GMT +1. The time now is 11:04 AM.

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"