+ Reply to Thread
Results 1 to 4 of 4

Listing a number when picking a name - VLOOKUP not working

  1. #1
    Registered User
    Join Date
    12-16-2011
    Location
    Los Angeles
    MS-Off Ver
    Excel 2010
    Posts
    8

    Listing a number when picking a name - VLOOKUP not working

    Hey guys,

    I have a spreadsheet where I am trying to reference a lookup table in another sheet from a drop-down menu in my main page. For some reason the VLOOKUP function I am using is not working. I have tried many things:
    • Using [@ColumnName] or cell reference
    • Using Names or specific cell ranges
    • Using "--" to try and reduce problems with text matching
    • Using simple numbers as references to troubleshoot

    I really can't understand why this isn't working, can someone help?

    Thank you!
    Attached Files Attached Files

  2. #2
    Forum Guru MarvinP's Avatar
    Join Date
    07-23-2010
    Location
    Woodinville, WA
    MS-Off Ver
    Office 365
    Posts
    16,271

    Re: Listing a number when picking a name - VLOOKUP not working

    Hi Markkystyle,

    Try in Sheet1, Cell H3 the formula of:

    =VLOOKUP([@Director],Table4[#All],2,FALSE)

    Is that what you were looking for?
    One test is worth a thousand opinions.
    Click the * Add Reputation below to say thanks.

  3. #3
    Forum Guru
    Join Date
    05-24-2011
    Location
    India
    MS-Off Ver
    365
    Posts
    2,243

    Re: Listing a number when picking a name - VLOOKUP not working

    H3, copy down.

    =IFERROR(VLOOKUP([@Director],Table4,2,0),"")
    Regards,
    Haseeb Avarakkan

    __________________________________
    "Feedback is the breakfast of champions"

  4. #4
    Registered User
    Join Date
    12-16-2011
    Location
    Los Angeles
    MS-Off Ver
    Excel 2010
    Posts
    8

    Re: Listing a number when picking a name - VLOOKUP not working

    AMAZING! Thank you both for the feedback. I'm still a noob when it comes to some of these formulas.

+ 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