Excel Formulas

D

designci

I am trying to create a formula that averages numbers in a specific cells on
multiple worksheets within the same workbook. Once I set up the template (or
Total page), I would like to be able to copy that page to another workbook
and have it function in the same way. However, I am unable to get the
formulas to copy from one workbook to another without the reference to the
original workbook. I am sure that there is a simple way of creating the
initial formula that would allow me to copy that worksheet from one workbook
to another, but keep the reference only to the workbook that is current.

This is taking hours to try to correct and figure out. Help is appreciated!
 
B

Bill Kuunders

Two ways.

save the original first
Change all formula's to text by adding the ' at the front and change them
back to formula's in the new book.

Or
after copying and moving the sheet use Edit > Replace to remove the
workbook name (replace with "").
 
D

Dave Peterson

I do this...

Select the worksheet to copy
Select all the cells on the worksheet and convert all the formulas to text.
I use:
Edit|replace
what: =
with: $$$$$=
replace all

Then I can copy the worksheet to the new location and reverse my actions (in
both the original and copied worksheet).

Edit|Replace
what: $$$$$=
with: =
replace all
 

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

Similar Threads

Excel Protection 2
Continue Excel to New Uear 9
Excel Highlighting duplicates 0
Excel Move or Copy Stopped Working? 0
Excel Count If Formula Question 1
Excel Rainfall Formula 2
copying worksheets 2
Excel Formula - Count Dates from another Sheet 8

Top