Results 1 to 8 of 8

Thread: HELP - Vlookup based on 2 criteria.

  1. #1
    Junior Member
    Join Date
    Aug 2013
    Posts
    19
    Rep Power
    0

    HELP - Vlookup based on 2 criteria.

    Hi All,

    Require your valuable help for two criteria base vlookup.

    I have same numeric data sheet1 & sheet2, as PO number and line item number. In sheet2 I have one more column i.e."M" as delivery date.

    I want to pool this cell value in front of sheet1, based on PO number and line item number.

    Any help from your end will appreciate.

    Sample file is attached for your refrance.

    Thanks and regards

    Amar K
    Attached Files Attached Files

  2. #2

  3. #3
    Administrator Admin's Avatar
    Join Date
    Mar 2011
    Posts
    1,122
    Rep Power
    10
    Hi,

    In N2 and copied down,

    =K2&"|"&L2

    In T3 on Sheet1 and copied down,

    =IFERROR(INDEX(Sheet2!$M$2:$M$440,MATCH(Q3&"|"&R3, Sheet2!$N$2:$N$440,0)),"")

    Format the cell as date.
    Cheers !

    Excel Range to BBCode Table
    Use Social Networking Tools If You Like the Answers !

    Message to Cross Posters

    @ Home - Office 2010/2013/2016 on Win 10 (64 bit); @ Work - Office 2016 on Win 10 (64 bit)

  4. #4
    Junior Member
    Join Date
    Aug 2013
    Posts
    19
    Rep Power
    0
    Hi Admin

    Thanks for your prompt reply.

    THANKS A LOT, for solving my query. God bless you.

    Thanks for your cooperation, valuable suggestion and formula sharing.

    If this will bit enhance, as mentioned below. It will help me a lot

    I proceed as you instructed, still code face problem to pull the data. In which cell having no data (PO number), formula is calculating delivery date of the same.

    At row number 19, the numeric figure is 3100044866 and next cell having line item 5. While executing formula it show no result (i.e. blank cell)


    Regards

    Amar K

  5. #5
    Junior Member
    Join Date
    Aug 2013
    Posts
    19
    Rep Power
    0
    Thanks Analyst

    Your shared information is very useful. Thanks a lot

  6. #6
    Administrator Admin's Avatar
    Join Date
    Mar 2011
    Posts
    1,122
    Rep Power
    10
    I got 1/21/2014 in row # 19. Have you checked the ranges ? I can't upload the workbook as I'm at work now.

    I'll upload the workbook once I reached home.
    Cheers !

    Excel Range to BBCode Table
    Use Social Networking Tools If You Like the Answers !

    Message to Cross Posters

    @ Home - Office 2010/2013/2016 on Win 10 (64 bit); @ Work - Office 2016 on Win 10 (64 bit)

  7. #7
    Administrator Admin's Avatar
    Join Date
    Mar 2011
    Posts
    1,122
    Rep Power
    10
    Hi

    PFA.
    Attached Files Attached Files
    Cheers !

    Excel Range to BBCode Table
    Use Social Networking Tools If You Like the Answers !

    Message to Cross Posters

    @ Home - Office 2010/2013/2016 on Win 10 (64 bit); @ Work - Office 2016 on Win 10 (64 bit)

  8. #8
    Junior Member
    Join Date
    Aug 2013
    Posts
    19
    Rep Power
    0
    Hi ADMIN

    Regret for delayed replied.

    Yeah.. it working perfectly…. You resolve my query….

    Thanks a lot for your kindly cooperation and knowledge sharing

    God bless you

    Thanks

    Amar K

Similar Threads

  1. Summing Data based on certain criteria
    By Howardc in forum Excel Help
    Replies: 7
    Last Post: 01-30-2013, 07:12 PM
  2. Vlookup with multiple criteria
    By patsir in forum Excel Help
    Replies: 7
    Last Post: 08-27-2012, 11:15 AM
  3. Split data based on criteria
    By Mahesh.sreekakulam in forum Excel Help
    Replies: 3
    Last Post: 06-08-2012, 09:30 PM
  4. Lookup Based on Criteria
    By maruthi in forum Excel Help
    Replies: 2
    Last Post: 02-15-2012, 08:49 AM
  5. Find Value Based On Criteria
    By excel_learner in forum Excel Help
    Replies: 10
    Last Post: 07-30-2011, 10:27 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •