+ Reply to Thread
Results 1 to 4 of 4

Thread: Dragging other worksheet formaula references

  1. #1
    Registered User
    Join Date
    12-15-2010
    Location
    England
    MS-Off Ver
    Excel 2007
    Posts
    2

    Dragging other worksheet formaula references

    I have developed a workbook to show vaious information throughout an entire year. I want this information to be transferred onto a master/cover sheet. I can reference the other worksheets onto it but when I drag the formulas it keeps the reference to sheet 1 all the time. I can manually change the formulas but this could take all week.


    Any tips or ideas appreciated

  2. #2
    Forum Moderator DonkeyOte's Avatar
    Join Date
    10-22-2008
    Location
    Suffolk, UK
    MS-Off Ver
    2002, 2007 & 2010
    Posts
    21,423

    Re: Dragging other worksheet formaula references

    You might consider using INDIRECT but it's Volatile and by the sounds of it that's probably worth avoiding in your model.

    Can you post a sample file to better illustrate your requirements ?

  3. #3
    Registered User
    Join Date
    12-15-2010
    Location
    England
    MS-Off Ver
    Excel 2007
    Posts
    2

    Re: Dragging other worksheet formaula references

    Attached

    I have had to remove some worksheets to keep the file size down.
    Attached Files Attached Files

  4. #4
    Forum Moderator DonkeyOte's Avatar
    Join Date
    10-22-2008
    Location
    Suffolk, UK
    MS-Off Ver
    2002, 2007 & 2010
    Posts
    21,423

    Re: Dragging other worksheet formaula references

    Manual links would be better IMO but in terms of a quick solution - example:

    A10 to A35 etc - enter the cell reference of interest as normal string (K10, K11 etc...)

    C10:
    =IFERROR(INDIRECT("'"&C$9&"'!"&$A10),"")
    applied to C10:BB35
    obviously you will want to adjust some of the above given they are not straightforward links (eg row 33)

+ 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.2.0