+ Reply to Thread
Results 1 to 4 of 4

Dynamic Index Match formula using named ranges

  1. #1
    Registered User
    Join Date
    06-11-2019
    Location
    Southern California
    MS-Off Ver
    2016
    Posts
    4

    Dynamic Index Match formula using named ranges

    Hello All!

    I am trying to enhance my index match formula that I am currently using. I created a few "databases" of numbers, using named ranges created by a dynamic offset formula: (DB2018, DB2019). I have tried using an Indirect function but it doesn't seem to work since I'm not referencing a worksheet or cell. I would like this to work so that if my date in column A is 12/2018, the formula would know to use the range "DB2018".

    Is something like this possible?

    Thanks in advance!

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

    Re: Dynamic Index Match formula using named ranges

    Attach a sample workbook (not a picture or pasted copy). Make sure there is just enough data to demonstrate your need. Include a BEFORE sheet and an AFTER sheet in the workbook if needed to show the process you're trying to complete or automate. Make sure your desired results are shown, mock them up manually if necessary.

    Remember to desensitize the data.

    Click on GO ADVANCED and then scroll down to Manage Attachments to open the upload window.

  3. #3
    Registered User
    Join Date
    06-11-2019
    Location
    Southern California
    MS-Off Ver
    2016
    Posts
    4

    Post Re: Dynamic Index Match formula using named ranges

    Attached is a file to help illustrate what I am trying to achieve

    Thanks!

  4. #4
    Forum Guru
    Join Date
    03-02-2006
    Location
    Los Angeles, Ca
    MS-Off Ver
    WinXP/MSO2007;Win10/MSO2016
    Posts
    12,598

    Re: Dynamic Index Match formula using named ranges

    I deleted your named ranges and replaced them with:
    DB_2018 ='DB2018'!$B$11:INDEX('DB2018'!$1:$1048576,MATCH("ZZZZZ",'DB2018'!$B:$B),COUNTA('DB2018'!$9:$9)+1)
    DB_2019 ='DB2019'!$B$11:INDEX('DB2019'!$1:$1048576,MATCH("ZZZZZ",'DB2019'!$B:$B),COUNTA('DB2019'!$9:$9)+1)
    LineItems ='Output Sheet'!$H$55:$H$71

    ,
    On OUPUT SHEET, H8:J19, L8:N19 entered:
    Please Login or Register  to view this content.
    However, your sheet design with all those skipped rows and columns make it very difficult to just drag/fill the formulas...
    Ben Van Johnson

+ 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. Index match with named ranges
    By russwongg in forum Excel General
    Replies: 11
    Last Post: 10-19-2016, 04:45 AM
  2. [SOLVED] index match function using a table and named ranges
    By jugdish in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 04-23-2015, 03:59 PM
  3. INDEX MATCH MATCH/OFFSET MATCH MATCH with named ranges
    By Andrew-Mark in forum Excel General
    Replies: 3
    Last Post: 02-27-2015, 10:56 PM
  4. #REF! Error in INDEX/MATCH Equation with Named Ranges
    By shawnvon in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 01-24-2015, 08:24 PM
  5. [SOLVED] Index Match Formula in VBA, that utilises Workbook dynamic named ranges
    By JamieW in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 01-13-2014, 09:39 AM
  6. Utilizing Match & Index with two named ranges
    By purdue7997 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 09-08-2009, 04:55 PM
  7. Named Ranges and INDEX/MATCH
    By jasoncw in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 06-19-2007, 09:33 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