• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Rounding up to 1 decimal point

jk51

Member
Hi,

Help please.

For example: cell is
52.37 - 60.51 and the format is general.

I want to round up to 1d.p. like this 52.4 - 60.5

I got a list of 1000 rows of this column. How to do it using formula to do all round up to 1 d.p. in one go.

Thank you.

Mr Singh
 
In an adjacent cell say B1
=ROUNDUP(A1,1)

Copy down

If you just want the values, copy the new data and paste it as values ontop of the original data
 
Hi Hui,

Thank you for your reply.
1 cell is 52.37 - 60.51
Output is 52.4 - 60.5
I still got an error using your formula '#VALUE'.

Bw

Mr Singh
 
Goto the Name Manager
add a New Name
Test: =EVALUATE(Sheet1!$A$2:$A$1000)
apply
close Name Manager
Goto B2:
=Test Enter
Copy B2 Down
 
Back
Top