Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 2
Default Round numbers in no of digits

How to convert this type of numbers in one formula
1145 =1150
1141 =1150
1149 =1150
12458=12460

  #2   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 2,059
Default Round numbers in no of digits

On Jun 10, 8:26*pm, gopi wrote:
How to convert this type of numbers in one formula
* * * * * * * * 1145 =1150
* * * * * * * * 1141 =1150
* * * * * * * * 1149 =1150
* * * * * * * * 12458=12460


Perhaps ROUNDUP(A1,-1), where A1 contains the number.

But note that 1140.0001 will round up to 1150. Is that acceptable?
  #3   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 100
Default Round numbers in no of digits

Hi,

If your number is in, say A1, try

=ROUNDUP(A1,-1)

This should round your number up to the next "ten"

Dave

url:http://www.ureader.com/msg/10355850.aspx
  #4   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 2,345
Default Round numbers in no of digits

Just another option:

=CEILING(A1,10)

--
HTH

Sandy
In Perth, the ancient capital of Scotland
and the crowning place of kings


Replace @mailinator.com with @tiscali.co.uk


"gopi" wrote in message
...
How to convert this type of numbers in one formula
1145 =1150
1141 =1150
1149 =1150
12458=12460




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 to force numbers to just 2 digits, not 15 ? Mark246 Excel Discussion (Misc queries) 5 April 4th 08 09:41 PM
How do I round a 4 digits number to it's nearest 10 Fabian Matrix Excel Worksheet Functions 2 December 30th 07 04:22 PM
Why does excel round off numbers greater than 16 digits? Dave Excel Discussion (Misc queries) 1 September 1st 07 08:25 PM
Sorting numbers with differing numbers of digits Trudy Excel Discussion (Misc queries) 5 March 4th 06 12:31 PM
Can you round numbers to display a specific set of numbers, for e. lbfries Excel Discussion (Misc queries) 3 April 20th 05 09:52 PM


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