+ Reply to Thread
Results 1 to 4 of 4

Regarding usage of ADDRESS with INDEX and MATCH

  1. #1
    Registered User
    Join Date
    04-15-2019
    Location
    Manila, Philippines
    MS-Off Ver
    2016
    Posts
    39

    Regarding usage of ADDRESS with INDEX and MATCH

    Say for example I was able to create a range using address:

    =ADDRESS(BF2,26)&":"&ADDRESS(BF3,26) --> this would result into $Z$384:$Z$1123

    I want to use this in MATCH

    =MATCH(BC7,$Z$384:$Z$1123,-1) ---> this would work

    =MATCH(BC7,ADDRESS(BF2,26)&":"&ADDRESS(BF3,26),-1) ---> this would NOT work

    how can I make the second case work?

  2. #2
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    28,152

    Re: Regarding usage of ADDRESS with INDEX and MATCH

    Try


    =MATCH(BC7,INDIRECT(ADDRESS(BF2,26)&":"&ADDRESS(BF3,26)),-1)

  3. #3
    Forum Expert Pepe Le Mokko's Avatar
    Join Date
    05-14-2009
    Location
    Belgium
    MS-Off Ver
    O365 v 2402
    Posts
    13,446

    Re: Regarding usage of ADDRESS with INDEX and MATCH

    Perhaps =MATCH(BC7,indirect(ADDRESS(BF2,26)&":"&ADDRESS(BF3,26)),-1)
    (untested)

  4. #4
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,460

    Re: Regarding usage of ADDRESS with INDEX and MATCH

    You could try this:

    =MATCH(BC7,INDIRECT(ADDRESS(BF2,26)&":"&ADDRESS(BF3,26)),-1)
    Ali


    Enthusiastic self-taught user of MS Excel who's always learning!
    Don't forget to say "thank you" in your thread to anyone who has offered you help.
    You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.

    Forum Rules (updated August 2023): please read them here.

+ 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. Need help in Index, Match usage to match multiple criteria in sum function
    By Summer0830 in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 03-26-2017, 02:47 AM
  2. How to dynamically address a row within index-match functions
    By necalabria in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 03-30-2016, 11:59 PM
  3. Replies: 3
    Last Post: 04-06-2014, 01:26 PM
  4. INDEX, MATCH: I want to get the first cell address where value is >= 2
    By angel1980 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 10-16-2013, 02:28 PM
  5. INDEX , MATCH ,INDIRECT Combined usage example - Pls
    By TKD in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 12-24-2012, 09:32 AM
  6. INDEX, MATCH & INDIRECT combined usage
    By TKD in forum Hello..Introduce yourself
    Replies: 1
    Last Post: 12-13-2012, 07:21 PM
  7. Lookup, index, match ,address ??????
    By James_C in forum Excel General
    Replies: 4
    Last Post: 07-31-2009, 09:06 AM

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