+ Reply to Thread
Results 1 to 6 of 6

vlookup help needed

Hybrid View

rodgerdooter vlookup help needed 08-31-2015, 02:02 PM
popipipo Re: vlookup help needed 08-31-2015, 02:12 PM
Pete_UK Re: vlookup help needed 08-31-2015, 02:12 PM
rodgerdooter Re: vlookup help needed 08-31-2015, 02:19 PM
Pete_UK Re: vlookup help needed 08-31-2015, 02:39 PM
rodgerdooter Re: vlookup help needed 08-31-2015, 02:47 PM
  1. #1
    Registered User
    Join Date
    06-23-2015
    Location
    oswestry, england
    MS-Off Ver
    2010
    Posts
    63

    vlookup help needed

    i need help putting in a vlookup formula please

    i use a despatch log to record the vehichles leaving my depot every day ( time , pallets , etc etc )

    we now for security reasons have to record the driver and his drivers licence number

    i have all the names and licence numbers saved on my first sheet and am using them list style on my second sheet

    is there a way i can select the driver and the licence number will automatically fill ??

    i have posted an example
    Attached Files Attached Files

  2. #2
    Forum Expert
    Join Date
    12-11-2011
    Location
    Netherlands
    MS-Off Ver
    office 365
    Posts
    3,667

    Re: vlookup help needed

    Try this formula:
    =IFERROR(VLOOKUP(I1,names!$N$2:$O$21,2,0),"")
    Willem
    English is not my native language sorry for errors
    Please correct me if I'm completely wrong

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

    Re: vlookup help needed

    As you haven't got any headings, it's not very clear. Which column do you want to put the names in, and where does the licence number go? Do you want to select the driver from a drop-down list?

    Pete

  4. #4
    Registered User
    Join Date
    06-23-2015
    Location
    oswestry, england
    MS-Off Ver
    2010
    Posts
    63

    Re: vlookup help needed

    sorry , ive copied some headers in now

    the drivers section is column I , which is a drop down box selection from the names tab
    the licence numbers are going in column J , which is also a drop down selection from the names tab

    i would like it if the the drivers licence number would fill automatically when a driver is selected
    Attached Files Attached Files

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

    Re: vlookup help needed

    First of all, set up a named range for your names, as follows:

    Select the cells N1 to N16 on the names sheet, then click on the Formulas tab of the Ribbon then in the Defined Names group click on Create from Selection, ensure Top row is checked and click OK. This will use the entry from N1 as the name. Then on the data tab, select the cells I2 to I26, click on the Data tab | Data Validation, then select List under Allow and in the Source box you should type =Shunter

    Then in J2 you can enter this formula:

    =IFERROR(VLOOKUP(I2,names!$N$2:$O$16,2,0)&"","")

    and copy this down.

    Hope this helps.

    Pete

  6. #6
    Registered User
    Join Date
    06-23-2015
    Location
    oswestry, england
    MS-Off Ver
    2010
    Posts
    63

    Re: vlookup help needed

    great
    thanks for your help guys

+ 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. Vlookup needed?
    By jeanettemjones216 in forum Excel - New Users/Basics
    Replies: 3
    Last Post: 06-16-2014, 10:08 AM
  3. Urgent help needed: Vlookup within a Vlookup
    By jozz90 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 08-15-2013, 07:57 AM
  4. Vlookup of IF - help needed
    By jezrp in forum Excel General
    Replies: 3
    Last Post: 06-08-2012, 10:36 AM
  5. 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
  6. Replies: 5
    Last Post: 07-29-2009, 07:53 AM
  7. vlookup help needed
    By Steven J in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-05-2005, 10:05 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