+ Reply to Thread
Results 1 to 5 of 5

VLookup referring to a dependent list not returning value

Hybrid View

  1. #1
    Registered User
    Join Date
    10-14-2019
    Location
    West Sussex, UK
    MS-Off Ver
    365
    Posts
    10

    VLookup referring to a dependent list not returning value

    Hi all

    I'm creating a despatch note for a client. On the Front worksheet it has a number of columns, The first Column is a product Category (Simple DV list). Then in 4th Column the client selects the product they wish to despatch, this was created using a dependant drop down list, in the subsequent columns I need it to return the weight of the item in column 5 and Product code in column 3 once a product is selected. I'm desperately trying to remember how I've done this in the past and I thought it was via VLOOKUP but whenever I try nothing is returned from the table array in a separate tab.

    Any idea's where I'm going wrong Please?
    thank you in advance.
    Last edited by LyndseyLeeVA; 10-18-2019 at 03:14 PM. Reason: Solved

  2. #2
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,825

    Re: VLookup referring to a dependant list not returning value

    Rather than us making stabs in the dark, as it could be any number of reasons, it would help if you attached a sample Excel workbook.

    To do this, click on Go Advanced (below the Edit Window) while you are composing a reply, then scroll down to and click on Manage Attachments and the Upload window will open. Click on Browse and navigate to (and double-click) the file icon that you want to attach, then click on Upload and then on Close this Window to return to the Edit window. When you have finished composing your post, click on Submit Post.

    Don't try to use the Paperclip icon, as it doesn't work in this forum.

    Hope this helps.

    Pete

  3. #3
    Registered User
    Join Date
    10-14-2019
    Location
    West Sussex, UK
    MS-Off Ver
    365
    Posts
    10

    Re: VLookup referring to a dependant list not returning value

    Thanks Pete.... Hope this works
    Attached Files Attached Files

  4. #4
    Forum Expert dosydos's Avatar
    Join Date
    12-09-2015
    Location
    Massachusetts
    MS-Off Ver
    365(PC) V:2308
    Posts
    1,474

    Re: VLookup referring to a dependant list not returning value

    when using a VLOOKUP formula the first column of the range needs to have what you are looking for. Your original formula range was from A:E. Product isnt in column A. So you need to change your vlookup to start with Column B as shown below

    =VLOOKUP(G32,Products!B2:E88,2,FALSE)

    as for the other columns just change the col index number accordingly.
    Weight
    =VLOOKUP(G32,Products!B:E,3,0)
    Last edited by dosydos; 10-18-2019 at 03:10 PM.

  5. #5
    Registered User
    Join Date
    10-14-2019
    Location
    West Sussex, UK
    MS-Off Ver
    365
    Posts
    10

    Re: VLookup referring to a dependant list not returning value

    Thank you Dosydos, OMG I'm such an idiot! I knew it would be something simple. I blame baby brain! Appreciate the time you took to help me thank 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. Replies: 0
    Last Post: 06-20-2019, 07:42 PM
  2. Replies: 2
    Last Post: 05-03-2019, 08:13 AM
  3. [SOLVED] dependent list using vlookup to show multiple dta
    By matchett64 in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 10-01-2015, 05:10 PM
  4. [SOLVED] Vlookup from a dependent drop down list
    By dmbalzer in forum Excel General
    Replies: 4
    Last Post: 06-25-2015, 02:46 PM
  5. Using vLookup based on results from a vLookup & returning an undetermined list
    By NormalityBan in forum Excel Formulas & Functions
    Replies: 15
    Last Post: 08-14-2014, 05:02 AM
  6. Dependent List maybe from VLookup
    By wwilli41 in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 12-10-2013, 04:50 PM
  7. Vlookup off of a changing Data-Validation dependent list
    By petersoa88 in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 09-17-2010, 12:59 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