+ Reply to Thread
Results 1 to 5 of 5

Problem with index match formula with multiple criteria s - help

  1. #1
    Registered User
    Join Date
    08-31-2014
    Location
    London
    MS-Off Ver
    2013
    Posts
    21

    Problem with index match formula with multiple criteria s - help

    Hi,


    I work in financial services calculating fees and i am looking for a formula which will allow me to pick up daily prices based on product and date. The catch is my data doesn't include weekends, which means if it's not available the price will be the last reported price for the product

    I tried to use an INDEX Match formula with two matches but doesn't seem to work

    Attached is my spreadsheet. In the Queries tab is my data set, there are four products, with dates and prices and my formula is on the Calculations tab in column D and it's coming up with #REF which means it doesn't work.

    =INDEX(DailyNAVs[aum_NAV],MATCH([@Date],DailyNAVs[DateValue],1),MATCH(Calculations!$I$3,DailyNAVs[aum_ISIN],1))

    Hope someone can assist

    thanks
    Attached Files Attached Files

  2. #2
    Forum Expert JBeaucaire's Avatar
    Join Date
    03-21-2004
    Location
    Bakersfield, CA
    MS-Off Ver
    2010, 2016, Office 365
    Posts
    33,492

    Re: Problem with index match formula with multiple criteria s - help

    Try this:

    =INDEX(DailyNAVs[aum_NAV],MATCH(Calculations!$I$3&"-"&[@Date], INDEX(DailyNAVs[aum_ISIN]&"-"&DailyNAVs[DateValue], 0),1))
    _________________
    Microsoft MVP 2010 - Excel
    Visit: Jerry Beaucaire's Excel Files & Macros

    If you've been given good help, use the icon below to give reputation feedback, it is appreciated.
    Always put your code between code tags. [CODE] your code here [/CODE]

    ?None of us is as good as all of us? - Ray Kroc
    ?Actually, I *am* a rocket scientist.? - JB (little ones count!)

  3. #3
    Forum Contributor
    Join Date
    04-01-2009
    Location
    Irvine, CA
    MS-Off Ver
    Excel 2010
    Posts
    280

    Re: Problem with index match formula with multiple criteria s - help

    Without a helper column you need to use an array formula to get the results you are looking for...

    Please Login or Register  to view this content.
    Enter the formula using Ctrl+Shift+Enter to get the array brackets {} around the formula.

  4. #4
    Registered User
    Join Date
    08-31-2014
    Location
    London
    MS-Off Ver
    2013
    Posts
    21

    Re: Problem with index match formula with multiple criteria s - help

    Thank you so much. It worked. I can't believe there is a formula out there for this, i've done it the long way for years! Really appreciate the help
    Last edited by vba_newbie83; 09-06-2014 at 08:11 AM.

  5. #5
    Forum Expert JBeaucaire's Avatar
    Join Date
    03-21-2004
    Location
    Bakersfield, CA
    MS-Off Ver
    2010, 2016, Office 365
    Posts
    33,492

    Re: Problem with index match formula with multiple criteria s - help

    As it appears you've reached a conclusion, I've marked this thread SOLVED for you.
    FYI, this is done through the Thread Tools located above the first post in this thread. Thanks.

+ 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 formula for multiple criteria
    By nellyc in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 09-03-2014, 12:03 PM
  2. [SOLVED] Index match formula for multiple criteria
    By nellyc in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 12-03-2013, 11:02 AM
  3. Excel 2007 : Index, Match, Large Formula: Multiple Criteria, Multiple Ranges
    By SimpleJack in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 07-19-2013, 08:54 AM
  4. Excel 2007 : Index Match Multiple Criteria Formula
    By paddyboy in forum Excel General
    Replies: 17
    Last Post: 03-17-2012, 12:01 AM
  5. Index/Match formula with multiple criteria
    By dta1984 in forum Excel General
    Replies: 7
    Last Post: 11-21-2011, 01:29 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