Copying worksheets with formulae between workbooks

  • Thread starter Thread starter Paul
  • Start date Start date
P

Paul

I need to copy some worksheets from one spreadsheet to another and I want the
formulae that I have written in the original s/s to copy exactly to the next
s/s, WITHOUT adding in a reference to the original worksheet.

e.g. if I write '=formula' in spreadsheet1.xls I want it to copy across as
'=formula' as opposed to '=[spreadsheet1.xls]formula'

I could use find and replace to get rid of all the unwanted references but I
get 'formula is too long' errors as a direct result of the fact that excel
has added the unwanted reference!!

Help!!
 
Maybe you could try:
Edit|links|change source

I like to do this:
I change all the formulas to plain old text in the original worksheet:
Select all the cells
edit|replace
what: =
with: $$$$$=
replace all

Then do the copy|paste

Then go back to both the pasted and original worksheet and change my strings
back to formulas:
Edit|replace
what: $$$$$=
with: =
replace all

You may get the same "formula is too long" with this technique--but it couldn't
hurt to try.
I need to copy some worksheets from one spreadsheet to another and I want the
formulae that I have written in the original s/s to copy exactly to the next
s/s, WITHOUT adding in a reference to the original worksheet.

e.g. if I write '=formula' in spreadsheet1.xls I want it to copy across as
'=formula' as opposed to '=[spreadsheet1.xls]formula'

I could use find and replace to get rid of all the unwanted references but I
get 'formula is too long' errors as a direct result of the fact that excel
has added the unwanted reference!!

Help!!
 

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

Back
Top