+ Reply to Thread
Results 1 to 2 of 2

How do I quickly duplicate a formula but from different worksheets?

  1. #1
    Registered User
    Join Date
    02-09-2009
    Location
    Socal, US
    MS-Off Ver
    Excel 2007
    Posts
    15

    Question How do I quickly duplicate a formula but from different worksheets?

    Please Login or Register  to view this content.
    Above is a formula that is pulled from sheet 1 of a different file. The formula is in one cell, but I want to copy the formula from sheet 2,3,4,5,etc.
    I tried to pull the formulated cell down the column to copy the formula hoping that the sequence would begin auto populating but it did not. Does anyone know how to populate the formula down a column without having to manually go back and change 1' to 2' and 1' to 3' and 1' to 4', etc?
    Thank you,
    BW
    Last edited by hayden1616; 04-21-2009 at 07:01 PM.

  2. #2
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: How do I quickly duplicate a formula but from different worksheets?

    You will have to use INDIRECT:

    e.g.

    =INDIRECT("'[Loan Commission Report.xls]"&ROWS($A$1:$A1)&"'!$G$43")

    but that will only work with open workbooks...

    if they have to be closed, then you can download the Morefunc.xll addin and use INDIRECT.EXT instead of INDIRECT.

    http://download.cnet.com/Morefunc/30...-10423159.html
    Where there is a will there are many ways.

    If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner

    Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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