I have a handful of cells in several spreadsheets that contain "=AVERAGE()" and when I try to copy them into another spreadsheet I just copy the function and get "#REF!"

Is there anyway to copy Values? If it matters I'm using csv files.

link|improve this question
feedback

migrated from stackoverflow.com May 23 '11 at 23:01

This question came from our site for professional and enthusiast programmers.

1 Answer

up vote 3 down vote accepted

Copy them, then Right click -> Paste special, tick "Numbers" and hit enter.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.