ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   Rounding off or Converting Numbers (https://www.excelbanter.com/excel-discussion-misc-queries/171866-rounding-off-converting-numbers.html)

hsaryfm

Rounding off or Converting Numbers
 
How to convert 0.1 to 1

or

5.11125 to 6.000

Tyro[_2_]

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




Chip Pearson

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



Tyro[_2_]

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




RagDyeR

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




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

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com