+ Reply to Thread
Results 1 to 8 of 8

Using INDIRECT to make index/match formula reference multiple worksheets in same workbook

Hybrid View

  1. #1
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    53,044

    Re: Using INDIRECT to make index/match formula reference multiple worksheets in same workb

    you were really really close

    =INDEX(INDIRECT("'"&A6&"'!c4:c6"),MATCH(D6,INDIRECT("'"&A6&"'!$C$4:$C$6"),0))

    you had the match type (0) inside the 2nd indirect() function
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

  2. #2
    Registered User
    Join Date
    12-30-2012
    Location
    Louisville, KY
    MS-Off Ver
    Excel 2010
    Posts
    3

    Re: Using INDIRECT to make index/match formula reference multiple worksheets in same workb

    Thanks - that has certainly taken care of the "REF!" error, but the value returned is incorrect. I changed the formula as you suggested and it returned 7/14/2016 instead of Schedule.xlsxSchedule.xlsx

  3. #3
    Registered User
    Join Date
    01-10-2017
    Location
    USA
    MS-Off Ver
    Mac 2016
    Posts
    6

    Re: Using INDIRECT to make index/match formula reference multiple worksheets in same workb

    Hi. I am new to this thread, but I have a similar issue and can't figure it out. I am indexing and matching two different defined rows in a worksheet. The Criteria is the volume amount and if it goes above a certain number, the month it occurred is when I want to hire someone. I have it working on one worksheet. The issue is how I add an indirect to look at each of the other worksheets. The formula is listed below. The sheet names are Operating Pan '17, Operating Plan '18...etc. Any help on this would be helpful.

    =IFERROR(INDEX('Operating Plan ''17'!$D$2:$O$2,MATCH(INDEX('Operating Plan ''17'!$D$4:$O$4,MATCH(TRUE,'Operating Plan ''17'!$D$4:$O$4>=B28,0)),'Operating Plan ''17'!$D$4:$O$4,0)),"")

+ 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