+ Reply to Thread
Results 1 to 5 of 5

Vlookup Help needed

  1. #1
    Forum Contributor
    Join Date
    05-13-2012
    Location
    Atlanta, GA
    MS-Off Ver
    Excel 2010
    Posts
    378

    Question Vlookup Help needed

    Hello everyone,

    I need some help. I can't seem to find the correct formula to retrieve the data I want. I have 2 spreadsheets. One is named "Picked Report" and the other is named "CheckIn". I want to pull the data from column K in the Picked report to the respective record on the Checkin worksheet. I need to look up the the Order number(which is common ID factor in both worksheets) and Item Number/Name (which is also on both sheets). So I need a formula that will look up the order number and then the item number and if those match, then retrieve the data point in column K. I am trying to capture this data point in column D of the Checkin worksheet.

    What is the best way to do this?

    I have attached a copy of the data sets for your assistance.

    Thanks!!!!!
    Attached Files Attached Files

  2. #2
    Forum Expert
    Join Date
    07-06-2004
    Location
    Northern California
    MS-Off Ver
    2K, 2003, 2010, O365
    Posts
    1,490

    Re: Vlookup Help needed

    The first match appears to be in row 572 in CheckIn. If the formula should be in E572,

    =INDEX('Picked Report'!K$2:K$3859,MATCH(TRUE,IF('Picked Report'!$B$2:$B$3859=A572,'Picked Report'!$F$2:$F$3859=B572),0))

    This is an array formula, so type it, then hold down [Ctrl] and [Shift] keys before pressing [Enter].

  3. #3
    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
    52,926

    Re: Vlookup Help needed

    It would have been helpful if you used th same headings in each sheet, as well as in your text above. Order number is fine, but I see no Item number/name on either sheet...assume that to be INV ITEM NAME (sht1) and PaerNumber (sht2)?

    That being said, try this regular formula in F2, copied down...
    =IFERROR(INDEX('Picked Report'!$K$2:$K$3859,MATCH(CheckIn!A2&" "&CheckIn!B2,INDEX('Picked Report'!$B$2:$B$3859&" "&'Picked Report'!$F$2:$F$3859,0),0)),"")
    1st match appears in row 139, then 572 onwards
    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

  4. #4
    Forum Contributor
    Join Date
    05-13-2012
    Location
    Atlanta, GA
    MS-Off Ver
    Excel 2010
    Posts
    378

    Re: Vlookup Help needed

    FDibbins...that formula worked great! Thanks!

  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
    52,926

    Re: Vlookup Help needed

    Happy to help

+ 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] Vlookup Help Needed
    By ILspeed3 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 09-04-2014, 01:50 PM
  2. Urgent help needed: Vlookup within a Vlookup
    By jozz90 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 08-15-2013, 07:57 AM
  3. Complex Vlookup/ VBA function or Macro Needed For "if contains text then vlookup"
    By alfykunable in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 01-09-2012, 03:48 AM
  4. VLOOKUP help needed
    By 1.zer0 in forum Excel General
    Replies: 3
    Last Post: 01-27-2011, 08:02 AM
  5. Replies: 5
    Last Post: 07-29-2009, 07:53 AM
  6. [SOLVED] Help needed on VLOOKUP
    By Dr Phibes in forum Excel General
    Replies: 6
    Last Post: 04-13-2006, 05:10 AM
  7. VLOOKUP help needed!
    By MartinC in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 01-12-2006, 08:50 AM

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