Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to Copy and paste values only and make excel round numbers 1

Status
Not open for further replies.

RamziSaab

MIS
May 7, 2003
522
GB
I need to copy and paste a large amount of data as values only...but i also need excel to round the numbers to zero decimal places!!

any help would be appreciated

Cheers
 
Ramzi,

1) Enter the formula =ROUND(xxx,0) - where xxx refers to the cell to be rounded.

2) Copy the formula for each cell containing data.

3) Highlight the formulas, and use: Copy, and then Edit - Paste Special - Values.

Hope this helps.

Regards, ...Dale Watson dwatson@bsi.gov.mb.ca
 
Dale,

Thanks, exactly what i needed i can acutally put
=round((formula i want),0).

Thanks
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top