+ Reply to Thread
Results 1 to 4 of 4

MATCH changing range without volatile INDIRECT()

  1. #1
    Registered User
    Join Date
    10-03-2014
    Location
    Wisconsin
    MS-Off Ver
    2013
    Posts
    15

    MATCH changing range without volatile INDIRECT()

    Hi all,

    My formula is as follows:

    {=IFERROR(INDEX('Summary'!$2:$2,MATCH(X2,INDIRECT("'Summary'!J"&MATCH(R2,'Summary'!A:A,0)&":V"&MATCH(R2,'Summary'!A:A,0)),1)+9),"")}

    It works to do what I need it to, but are you all aware of an alternative to using INDIRECT()? It seems to be slowing things down pretty substantially. In essence, I'm retrieving a row number using MATCH and want to MATCH "X2" within a range in that same row (J:V).

    The formula is repeated 45,000 times in the sheet, so avoiding the volatility of INDIRECT() would be amazing.

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

    Re: MATCH changing range without volatile INDIRECT()

    Try

    =IFERROR(INDEX('Summary'!$2:$2,MATCH(X2,INDEX('Summary'!$J:$V,MATCH(R2,'Summary'!A:A,0),0),1)+9),"")

  3. #3
    Registered User
    Join Date
    10-03-2014
    Location
    Wisconsin
    MS-Off Ver
    2013
    Posts
    15

    Re: MATCH changing range without volatile INDIRECT()

    Quote Originally Posted by Jonmo1 View Post
    Try

    =IFERROR(INDEX('Summary'!$2:$2,MATCH(X2,INDEX('Summary'!$J:$V,MATCH(R2,'Summary'!A:A,0),0),1)+9),"")
    Absolutely perfect! Thank you!

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

    Re: MATCH changing range without volatile INDIRECT()

    You're welcome.

+ 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. Volatile formula with index/match dynamic range
    By asgersax in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 01-16-2013, 05:37 PM
  2. Volatile INDIRECT
    By wjsok85 in forum Excel Programming / VBA / Macros
    Replies: 10
    Last Post: 07-23-2010, 07:53 AM
  3. Replacement for using Indirect (Volatile)
    By jeffreybrown in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 10-31-2009, 09:54 AM
  4. Replies: 2
    Last Post: 04-25-2009, 06:36 AM
  5. is there a NON-volatile version of INDIRECT ??
    By spiderman in forum Excel General
    Replies: 1
    Last Post: 02-04-2005, 01:06 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