+ Reply to Thread
Results 1 to 3 of 3

V lookup but with 2 columns, so what formula?

  1. #1
    Registered User
    Join Date
    06-05-2012
    Location
    United States
    MS-Off Ver
    Excel 2003
    Posts
    12

    V lookup but with 2 columns, so what formula?

    mock excel sheet upload.xlsx

    See attachment, trying to figure out a formula for Sheet one where you can get the backorderd quanity from sheet 2 by looking up that number from searching PO number and Item # and placing it in the right cell in sheet 1!!! I am familiar with Vlookup formula, But for this instant you cannot use it because it is two values (columns) I want to look up! PLEASE HELP.

  2. #2
    Registered User
    Join Date
    06-05-2012
    Location
    United States
    MS-Off Ver
    Excel 2003
    Posts
    12

    Re: V lookup but with 2 columns, so what formula?

    I am pretty sure it is a SUMIFS formula but I don't know how to apply it

  3. #3
    Valued Forum Contributor
    Join Date
    05-08-2012
    Location
    Georgia, USA
    MS-Off Ver
    Excel 2003, 2010
    Posts
    811

    Re: V lookup but with 2 columns, so what formula?

    I'm not sure what you are really asking but this formula works:
    In cell C4 enter the following formula
    =IF(ISNA(VLOOKUP(D$3,Sheet2!$D$4:$P$17,13,FALSE)),"",VLOOKUP(D3,Sheet2!$D$4:$P$17,13,FALSE))
    Copy the formula to the right to column X

    The first part of the formula takes care of a "non match",
    the rest of the formula does a "regular" lookup

    =====================
    If this solves your problem. Change the title to include [SOLVED]
    and please click on the star at the bottom of this message

    Kirk
    Click on star (*) below if this helps

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

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