Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Cheryl
 
Posts: n/a
Default How can I roundup to next 0 i.e. 71 to 80?

I need to round up to nearest whole number 0 i.e. 71 to 80, 57 to 60, 13 to
20 etc. There is no decimal places in the figures I am using.

Thanks,
  #2   Report Post  
Frank Kabel
 
Posts: n/a
Default

Hi
=ROUNDUP(A1,-1)

Also see:
http://www.xldynamic.com/source/xld.Rounding.html

"Cheryl" wrote:

I need to round up to nearest whole number 0 i.e. 71 to 80, 57 to 60, 13 to
20 etc. There is no decimal places in the figures I am using.

Thanks,

  #3   Report Post  
Sven
 
Posts: n/a
Default

=10*(ROUNDUP(CELL/10,0))

Where CELL is the number you need rounded.
It will first divide that number by 10 (so 71 becomes 7.1), then round
that number up (so 7.1 becomes 8), then re-multiply by 10 (so 8 becomes
80).

Cheers,Sven.

On Sat, 20 Nov 2004 01:51:03 -0800, Cheryl
wrote:

I need to round up to nearest whole number 0 i.e. 71 to 80, 57 to 60, 13
to
20 etc. There is no decimal places in the figures I am using.

Thanks,




--
Using Opera's revolutionary e-mail client: http://www.opera.com/m2/
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 roundup to the nearest 9 Amy New Users to Excel 1 December 29th 04 07:05 PM


All times are GMT +1. The time now is 03:26 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"