How do I ROUND() round off decimals of a column dataset?

G

Guest

After importing data with four decimals into my Excel worksheet, I want to
round off all data to one decimal. It is rather cumbersome to round each
datapoint one by one. Is there a quicker way?
 
M

Max

Try on a spare copy

Assuming your data is in col A, A1 down

Put in B1: =ROUND(A1,1)
Copy down

Select col B

Do a copy > paste special > values > ok
over col A (overwrite col A)

Delete col B
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top