+ Reply to Thread
Results 1 to 8 of 8

Index - match - indirect

  1. #1
    Registered User
    Join Date
    03-29-2016
    Location
    Orlando, FL
    MS-Off Ver
    2010
    Posts
    5

    Index - match - indirect

    This INDEX and MATCH formula work fine
    =INDEX('FLEX SMOOTH'!$B$3:$B$27,MATCH(Sheet1!$C$9,'FLEX SMOOTH'!$A$3:$A$27,0))

    It is looking for numeric value input at Sheet1 C9 in the sheet FLEX SMOOTH A2:A27. It then returns a corresponding text string from FLEX SMOOTH B3:B27

    There are now 4 other sheets with similar information in the same ranges. I have used a drop down at Sheet1 C6 to filter the sheets then want to use INDIRECT BUT this sysntax just gives me a #REF!

    =INDEX(INDIRECT("'"&C6&"'!$B$3:$B$27"),MATCH(Sheet1!$C$9,INDIRECT("'"&C6&"'!$A$3:$A$27"),0))

    Very grateful for any assistance. Thanks in advance.

    Jayze

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

    Re: Index - match - indirect

    What sheet is the formula entered on?

    Maybe you need the sheet name with C6?

    Sheet1!C6
    Biff
    Microsoft MVP Excel
    Keep It Simple Stupid

    Let's Go Pens. We Want The Cup.

  3. #3
    Registered User
    Join Date
    03-29-2016
    Location
    Orlando, FL
    MS-Off Ver
    2010
    Posts
    5

    Re: Index - match - indirect

    The formula is on Sheet1 ....with the drop down

    Tried your suggestion, still no go. Thanks.

    =INDEX(INDIRECT("'"&Sheet1!$C$6&"'!$B$3:$B$27"),MATCH(Sheet1!$C$9,INDIRECT("'"&Sheet1!$C$6&"'!$A$3:$A$27"),0))

  4. #4
    Forum Guru Jonmo1's Avatar
    Join Date
    03-08-2013
    Location
    Bryan, TX
    MS-Off Ver
    Excel 2010
    Posts
    9,763

    Re: Index - match - indirect

    If that's returning #REF! error, that pretty much means the sheet named in C6 doesn't actually exist.
    Check for exact spelling and extra spaces in BOTH the cell C6, and the actual tab names.

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

    Re: Index - match - indirect

    The formula is syntactically correct.

    I guess we'll need to see the file to find the problem.

  6. #6
    Valued Forum Contributor
    Join Date
    01-16-2012
    Location
    England
    MS-Off Ver
    MS 365
    Posts
    1,394

    Re: Index - match - indirect

    JAYZE

    Attached does what I understand you want?

    In Sheet1, you specify the sheet you want to use in C6, and what you want to match in C9, and the formula pulls up the correct number in E6 (should have highlighted that, sorry).

    Ochimus
    Attached Files Attached Files
    Last edited by Ochimus; 03-30-2016 at 12:02 PM.

  7. #7
    Registered User
    Join Date
    03-29-2016
    Location
    Orlando, FL
    MS-Off Ver
    2010
    Posts
    5

    Re: Index - match - indirect

    Thanks Everyone. Tony Valko nailed it!
    The was a discrepancy between the sheet name and the named range. DOH!

  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: Index - match - indirect

    Good deal. Thanks for the feedback!

+ 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] Help with indirect index match
    By BRISBANEBOB in forum Excel General
    Replies: 2
    Last Post: 09-23-2014, 08:42 PM
  2. Help with Index, indirect, and match
    By chachacharest in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 07-08-2014, 05:08 PM
  3. Index? Indirect? Match?
    By CpnVenice in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 03-13-2013, 02:43 PM
  4. Problem with INDEX, INDIRECT, MATCH, MATCH
    By JO505 in forum Excel General
    Replies: 5
    Last Post: 09-01-2011, 05:51 PM
  5. Index/Indirect/Match Help
    By robertsclark in forum Excel General
    Replies: 2
    Last Post: 04-20-2011, 10:24 AM
  6. Using INDEX/MATCH with indirect
    By jdpjtp910 in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 11-15-2010, 11:39 AM
  7. using index/match & Indirect
    By jwongsf in forum Excel Formulas & Functions
    Replies: 13
    Last Post: 02-14-2009, 10:14 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