+ Reply to Thread
Results 1 to 12 of 12

Copy full page of formulas linked to specific workbook to a new book

  1. #1
    Registered User
    Join Date
    03-20-2014
    Location
    United States
    MS-Off Ver
    Excel 2013
    Posts
    6

    Smile Copy full page of formulas linked to specific workbook to a new book

    Hi.
    I'm having an issue with a sheet of formulas that i made in (let's say) Sheet 2! based on the information in Sheet 1!. Now i want to copy this whole sheet 2! as is into a new sheet of information, Sheet 2! shall do the same calculations based on sheet 1! info from the 'current' workbook.
    So far i have to manually redo all formulas to link them to the info of sheet 1! of the new sheet.
    Is there a way to tell the formula to always refer to "SHEET 1" of the CURRENT book?
    Thanks in advance!!!

  2. #2
    Forum Contributor
    Join Date
    12-16-2013
    Location
    Canada
    MS-Off Ver
    Excel 2010
    Posts
    109

    Re: Copy full page of formulas linked to specific workbook to a new book

    I personally run into the same problem myself. I have all kinds of formulas on one sheet and would like to use the same formulas on another sheet.

    What I have done, is I always have a Notebook file open. You are able to copy the formulas from you excel sheet to a Notebook file and then copy them from the notebook to the next excel file without creating weird and wonderful references.

    http://www.easyexcelanswers.com

  3. #3
    Registered User
    Join Date
    03-20-2014
    Location
    United States
    MS-Off Ver
    Excel 2013
    Posts
    6

    Re: Copy full page of formulas linked to specific workbook to a new book

    Thanks so much for your help.
    My problem is that the excel file is more than 30MB large. And every time i paste in or modify any formula it takes over 3 minutes for the change to take effect.
    What would help is a certain way to tell him in the formula 'take this workbook name as a reference'....

  4. #4
    Forum Expert Tony Valko's Avatar
    Join Date
    12-31-2011
    Location
    Pittsburgh
    MS-Off Ver
    2002, 2007:2013
    Posts
    18,890

    Re: Copy full page of formulas linked to specific workbook to a new book

    Quote Originally Posted by Sourpickle View Post
    Now i want to copy this whole sheet 2! as is into a new sheet of information
    Can't you just create a copy of the sheet then rename it?

    Select the sheet in question
    Right click the sheet tab>Move or copy...
    Check: Create a copy
    OK
    Biff
    Microsoft MVP Excel
    Keep It Simple Stupid

    Let's Go Pens. We Want The Cup.

  5. #5
    Registered User
    Join Date
    03-20-2014
    Location
    United States
    MS-Off Ver
    Excel 2013
    Posts
    6

    Re: Copy full page of formulas linked to specific workbook to a new book

    Quote Originally Posted by Tony Valko View Post
    Can't you just create a copy of the sheet then rename it?
    Do you mean 'Copy the workbook & put in the new info in sheet 1!"?

    I need it for a certain report based on bi-weekly sales, it's new info every period...

  6. #6
    Forum Expert Tony Valko's Avatar
    Join Date
    12-31-2011
    Location
    Pittsburgh
    MS-Off Ver
    2002, 2007:2013
    Posts
    18,890

    Re: Copy full page of formulas linked to specific workbook to a new book

    In other words...

    You want to use this same sheet in a different file?

    Maybe this...

    Create a copy as I suggested in my other reply.

    With the sheet still in its original file...

    Press the key combo of CTRL H. This will open the Find/Replace userform.
    Find what: =
    Replace with: some character that will be unique that is not already in any cells on the sheet, like maybe the power symbol ^

    Then, move the sheet to the new file and reverse the above steps:

    Find what: ^
    Replace with: =

    The formulas should now refer to sheets in the new file.

  7. #7
    Registered User
    Join Date
    03-20-2014
    Location
    United States
    MS-Off Ver
    Excel 2013
    Posts
    6

    Re: Copy full page of formulas linked to specific workbook to a new book

    The way it worked best for me was by creating an INDIRECT formula. I designated a cell where i enter the name of the page (ex: Sheet1) and the INDIRECT function always includes that as the reference.
    For an example: I needed the minimum amount of column O, I designated Cell "H29" as the name of the previous sheet.

    The formula went like: = MIN ( INDIRECT ( H29 & " !O:O" , TRUE ) ).

    That way if the name of SHEET1 ever changes, all i have to do is update the name in cell H29.

    BTW, Is there a way to enter a certain sheet name through a formula???

  8. #8
    Forum Expert Tony Valko's Avatar
    Join Date
    12-31-2011
    Location
    Pittsburgh
    MS-Off Ver
    2002, 2007:2013
    Posts
    18,890

    Re: Copy full page of formulas linked to specific workbook to a new book

    Quote Originally Posted by Sourpickle View Post
    The way it worked best for me was by creating an INDIRECT formula. I designated a cell where i enter the name of the page (ex: Sheet1) and the INDIRECT function always includes that as the reference.
    For an example: I needed the minimum amount of column O, I designated Cell "H29" as the name of the previous sheet.

    The formula went like: = MIN ( INDIRECT ( H29 & " !O:O" , TRUE ) ).

    That way if the name of SHEET1 ever changes, all i have to do is update the name in cell H29.
    Yeah, that'll work as long as you don't have too many formulas using INDIRECT.

    BTW, Is there a way to enter a certain sheet name through a formula???
    Can you be more specific?

  9. #9
    Registered User
    Join Date
    03-20-2014
    Location
    United States
    MS-Off Ver
    Excel 2013
    Posts
    6

    Re: Copy full page of formulas linked to specific workbook to a new book

    Quote Originally Posted by Tony Valko View Post
    Can you be more specific?
    Sure. Is there a function to that will return the name of any pages?
    Ex: I have a SHEET1 with info there, then i have SHEET2. I want a formula to tell me the name of my other sheet ("Sheet1")?

  10. #10
    Forum Expert Tony Valko's Avatar
    Join Date
    12-31-2011
    Location
    Pittsburgh
    MS-Off Ver
    2002, 2007:2013
    Posts
    18,890

    Re: Copy full page of formulas linked to specific workbook to a new book

    Sorry, don't understand.

  11. #11
    Registered User
    Join Date
    03-20-2014
    Location
    United States
    MS-Off Ver
    Excel 2013
    Posts
    6

    Re: Copy full page of formulas linked to specific workbook to a new book

    It's okay. The above formula worked just fine for me.
    Thanks so so much!!!

  12. #12
    Forum Expert Tony Valko's Avatar
    Join Date
    12-31-2011
    Location
    Pittsburgh
    MS-Off Ver
    2002, 2007:2013
    Posts
    18,890

    Re: Copy full page of formulas linked to specific workbook to a new book

    Looks like you solved the problem yourself! Thanks for the feedback.


    If your question has been solved please mark the thread as being solved.

    In the menu bar above the very first post select Thread Tools, then select Mark this thread as solved.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [SOLVED] How to create a link, to send via email one specific page of a work book with a click??
    By jetlee in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 04-28-2013, 02:32 PM
  2. [SOLVED] copy data from a closed workbook to a specific page in a new book
    By twiggywales in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 12-18-2012, 10:35 AM
  3. Replies: 0
    Last Post: 09-13-2012, 11:24 AM
  4. Replies: 2
    Last Post: 07-18-2012, 08:21 AM
  5. Hardcoding a page full of formulas
    By Brice112 in forum Excel General
    Replies: 2
    Last Post: 06-22-2012, 05:00 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1