+ Reply to Thread
Results 1 to 4 of 4

VLookup help - to get a value when 3 item match 3 on another sheet

  1. #1
    Registered User
    Join Date
    02-02-2018
    Location
    Norwich
    MS-Off Ver
    2016
    Posts
    9

    VLookup help - to get a value when 3 item match 3 on another sheet

    Good morning,

    I have been trying this all morning and can get it to work.

    On the first sheet I have set three drop downs from columns on sheet 2.

    I want to display coloumn 6 from the second sheet when all these three match, but it wont work !

    I have done this

    =VLOOKUP(B7&C7&D7,Labels.!C5:E35,6,0)

    Please can someone tell me what im doing wrong to save my sanity !!!

    Thanks
    Ben

  2. #2
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (both in England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2504 (Windows 11 Home 24H2 64-bit)
    Posts
    91,019

    Re: VLookup help - to get a value when 3 item match 3 on another sheet

    =VLOOKUP(B7&C7&D7,Labels.!C5:E35,6,0)
    There are not six columns in the lookup table (C, D, E = 3).

    B7&C7&D7 needs to match something in column C of the lookup table - does it?

    There are instructions at the top of the page explaining how to attach your sample workbook.

    A good sample workbook has just 10-20 rows of representative data that has been desensitised. It also has expected results mocked up, relevant cells highlighted and a few explanatory notes.
    Ali


    Enthusiastic self-taught user of MS Excel who's always learning!
    Don't forget to say "thank you" in your thread to anyone who has offered you help. It's a universal courtesy.
    You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.

    NB:
    as a Moderator, I never accept friendship requests.
    Forum Rules (updated August 2023): please read them here.

  3. #3
    Registered User
    Join Date
    02-02-2018
    Location
    Norwich
    MS-Off Ver
    2016
    Posts
    9

    Re: VLookup help - to get a value when 3 item match 3 on another sheet

    So sorry i think I have misunderstood v lookup completely.

    I have attached my sheet, as you can see I have created 3 dropdown on sheet1 from the data on sheet2.

    I wanted to display column 6 from sheet 2 when these 3 dropdowns are populated.

    I hope im making some sense !

    Ben
    Attached Files Attached Files

  4. #4
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    30,884

    Re: VLookup help - to get a value when 3 item match 3 on another sheet

    Try

    =IFERROR(INDEX(Labels!$F$5:$F$50,MATCH(B7&C7&D7,Labels!$D$5:$D$50&Labels!$C$5:$C$50&Labels!$E$5:$E$50,0)),"")

    Enter with Ctrl+Shift+Enter

    I removed full stop from "Labels" tab

    Or

    =IFERROR(INDEX(Labels!$F$5:$F$50,AGGREGATE(15,6,ROW($A$1:$A$50)/(Labels!$D$5:$D$50=$B7)/(Labels!$C$5:$C$50=$C7)/(Labels!$E$5:$E$50=$D7),ROWS($1:1))),"")

    Normal entry
    Last edited by JohnTopley; 01-09-2022 at 09:36 AM.
    If that takes care of your original question, please select Thread Tools from the menu link above and mark this thread as SOLVED.

+ 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. Match Item with Invoice and Replace any missing Item AUTO
    By majidsiddique in forum Excel General
    Replies: 17
    Last Post: 01-15-2019, 03:43 AM
  2. How to Match Item Price with Item Automatically
    By sunilvdkn in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 07-24-2018, 05:03 AM
  3. [SOLVED] Find item(s) in a cell and match to item(s) in a list
    By seleseped in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 04-11-2017, 12:06 PM
  4. [SOLVED] Vba to match item description and copy/paste item code to other sheet
    By Sintek in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 01-31-2017, 11:29 AM
  5. Replies: 1
    Last Post: 06-18-2015, 08:45 AM
  6. [SOLVED] vlookup list in sheet2 and count from sheet how many times item is entered formula / vba
    By KK1234 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 04-12-2014, 02:12 PM
  7. Match Item Number to Sales Data on Another Sheet?
    By schweitzerc in forum Excel General
    Replies: 7
    Last Post: 06-14-2010, 02:01 PM

Tags for this Thread

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