+ Reply to Thread
Results 1 to 4 of 4

Indirect function to another workbook and autofill other cells

  1. #1
    Registered User
    Join Date
    02-11-2021
    Location
    Iowa, US
    MS-Off Ver
    O365
    Posts
    2

    Indirect function to another workbook and autofill other cells

    Help please! Needing to make this formula autofill and having a lot of troubles. It is pulling data from another open workbook.

    =INDIRECT("'[Touchbase Report_CC.xlsx]"&$A$1&"'!X89")

    A1 is where my sheet name is housed to lookup
    X89 is the cell I want it to find and the cell below to be X90


    Also, is there a way to get this to add values in another workbook, for instance, if I want it to add X89 with X110 is that possible in an indirect?

  2. #2
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,723

    Re: Indirect function to another workbook and autofill other cells

    Try it like this:

    =INDIRECT("'[Touchbase Report_CC.xlsx]"&$A$1&"'!X"&ROW(A89))

    then copy down.

    For your second part you could do this:

    =INDIRECT("'[Touchbase Report_CC.xlsx]"&$A$1&"'!X89") + =INDIRECT("'[Touchbase Report_CC.xlsx]"&$A$1&"'!X110")

    Hope this helps.

    Pete

  3. #3
    Registered User
    Join Date
    02-11-2021
    Location
    Iowa, US
    MS-Off Ver
    O365
    Posts
    2

    Re: Indirect function to another workbook and autofill other cells

    Thank you! That worked!

  4. #4
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,723

    Re: Indirect function to another workbook and autofill other cells

    Glad to help, Sarah, and thanks for the rep.

    If that takes care of your original question, please take a moment to select Thread Tools from the menu above and to the right of your first post in this thread, and mark the thread as SOLVED.

    Pete

+ 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. Alternative of INDIRECT function on CLOSED WORKBOOK - No VBA
    By dluhut in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 01-13-2017, 10:38 AM
  2. [SOLVED] Help with INDIRECT() Function Using Autofill
    By goodguygreg in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 03-15-2016, 10:49 PM
  3. [SOLVED] How to autofill across a row with an indirect function as part of a logical test?
    By unavailable in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 06-08-2015, 04:48 PM
  4. INDIRECT function for closed workbook
    By BogdanH in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 01-14-2013, 02:50 PM
  5. INDIRECT function - referencing another workbook
    By scubadiver007 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 10-08-2012, 12:11 PM
  6. Trying to autofill function while referencing a workbook
    By mweiss1215 in forum Excel General
    Replies: 1
    Last Post: 07-14-2011, 12:23 PM
  7. INDIRECT Function and Autofill
    By Neil Grantham in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 04-20-2005, 08:07 PM

Tags for this Thread

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