+ Reply to Thread
Results 1 to 5 of 5

Lookup Value based on 3 criteria

  1. #1
    Forum Contributor
    Join Date
    08-16-2012
    Location
    Sydney
    MS-Off Ver
    Excel 2019
    Posts
    209

    Lookup Value based on 3 criteria

    Hi,


    I am currently building a summary sheet where the data will be obtain from master spreadsheet. The problem I am facing is it requires me to use 3 lookup criteria.

    If you look at sheet 1, in order to populate value from cell B4 to D11, there are 3 criterias to be satisfied.
    first one is the month, cell A1, second is Sector, A4 to A11 and lastly the date, B3 to D4.

    i manage to use Hlookup Match, but i am unable to use OFFSET on top of that formula.
    Formula: copy to clipboard
    Please Login or Register  to view this content.


    I have attached the sample spreadsheet and any help would be gladly appreciated.

    Thanks
    Lex
    Attached Files Attached Files
    Last edited by lexusap; 03-22-2015 at 01:53 AM.

  2. #2
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    53,051

    Re: Lookup Value based on 3 criteria

    Try this, copied down and across...
    =INDEX(Sheet2!$B$4:$AQ$11,MATCH(Sheet1!$A4,Sheet2!$A$4:$A$11,0),MATCH(Sheet1!$A$1,Sheet2!$B$2:$AQ$2,0)+COLUMN(A1)-1)
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

  3. #3
    Forum Contributor
    Join Date
    08-16-2012
    Location
    Sydney
    MS-Off Ver
    Excel 2019
    Posts
    209

    Re: Lookup Value based on 3 criteria

    Hi,

    That works like Magic!

    Thanks so much. Will need to learn how to write this formula.

    Lex

  4. #4
    Forum Contributor
    Join Date
    08-16-2012
    Location
    Sydney
    MS-Off Ver
    Excel 2019
    Posts
    209

    Re: Lookup Value based on 3 criteria

    Hi,

    That works like Magic!

    Thanks so much. Will need to learn how to write this formula.

    Lex

  5. #5
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    53,051

    Re: Lookup Value based on 3 criteria

    you'r welcome. If this answered your question, please take a moment to mark the thread as "solved" - it helps keep things neat and tidy lol, and consider adding the reputation to those that helped (see points 2 & 3 below my 1st post to you)

+ 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] Lookup based on two criteria
    By Saturn in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 07-25-2013, 11:20 AM
  2. [SOLVED] Lookup Based on 2 Criteria
    By Maroota in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 09-17-2012, 10:48 AM
  3. Lookup based on 2 criteria
    By Barb R. in forum Excel Formulas & Functions
    Replies: 30
    Last Post: 09-06-2005, 12:05 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