Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default Rounding off or Converting Numbers

How to convert 0.1 to 1

or

5.11125 to 6.000
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,091
Default Rounding off or Converting Numbers

If the number is in A1, then in B1 =ROUNDUP(A1,0)

tyro

"hsaryfm" wrote in message
...
How to convert 0.1 to 1

or

5.11125 to 6.000



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 7,247
Default Rounding off or Converting Numbers

See the ROUNDUP function. E.g.,

=ROUNDUP(0.1,0)
returns 1
=ROUNDUP(5.111,0)
returns 6.

ROUNDUP moves away from zero, which is not necessarily the same as rounding
toward positive. E.g.,

=ROUNDUP(-5.123,0)
returns -6, not -5


--
Cordially,
Chip Pearson
Microsoft MVP - Excel, 10 Years
Pearson Software Consulting
www.cpearson.com
(email on the web site)

"hsaryfm" wrote in message
...
How to convert 0.1 to 1

or

5.11125 to 6.000


  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,091
Default Rounding off or Converting Numbers

If the number is in A1, then in B1 =ROUNDUP(A1,0)

tyro

"hsaryfm" wrote in message
...
How to convert 0.1 to 1

or

5.11125 to 6.000



  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,572
Default Rounding off or Converting Numbers

Try this:

=CEILING(A1,1)

--
HTH,

RD

---------------------------------------------------------------------------
Please keep all correspondence within the NewsGroup, so all may benefit !
---------------------------------------------------------------------------
"hsaryfm" wrote in message
...
How to convert 0.1 to 1

or

5.11125 to 6.000


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
Time -Converting Rounding displaying Yeah Excel Discussion (Misc queries) 1 July 23rd 06 12:46 AM
Time -Converting Rounding displaying [email protected] Excel Discussion (Misc queries) 1 July 22nd 06 05:56 AM
Converting positive numbers to negative numbers Treg67 Excel Worksheet Functions 4 July 17th 06 03:57 PM
Converting numbers formatted as text to numbers Bill Excel Discussion (Misc queries) 1 July 19th 05 07:10 PM
Rounding Numbers jack aubrey Excel Discussion (Misc queries) 1 April 18th 05 07:10 PM


All times are GMT +1. The time now is 12:54 PM.

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"