+ Reply to Thread
Results 1 to 6 of 6

VLOOKUP help aka if user chooses cell a1, then b1 equals x - Noob Alert

  1. #1
    Registered User
    Join Date
    07-19-2012
    Location
    Denver
    MS-Off Ver
    Excel 2010
    Posts
    3

    Cool VLOOKUP help aka if user chooses cell a1, then b1 equals x - Noob Alert

    Good people,

    I'm trying something I normally don't do.

    I'm creating drop down boxes with text, using the Data Validation (list). Now, I'm wondering if a formula can be created based on the selection of the drop down box.

    What I want is this: If cell D8 (drop down) equals D1, then choose E1, and if cell D8 (drop down) equals D2, then choose E2...so on and so forth with about 50 choices . Can this be accomplished?

    Basically, I want the user to choose the text in the drop box, and the next cell (column) be populated by what they choose automatically.

    Thanks!!
    Last edited by sidewaysscott; 07-19-2012 at 05:26 PM.

  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,728

    Re: Formula Assistance - Noob Alert

    Yes, you can do it with VLOOKUP, but before I can give you more details you should change your title to something more representative of what you want to do. Take a look at the Forum Rules above.

    Pete

  3. #3
    Forum Expert Ace_XL's Avatar
    Join Date
    06-04-2012
    Location
    UAE
    MS-Off Ver
    2016
    Posts
    6,074

    Re: Formula Assistance - Noob Alert

    In E8 use

    =vlookup(D8,$D$1:$E$7,2,false)

    Adapt ranges accordingly..Trust this is what you want
    Life's a spreadsheet, Excel!
    Say thanks, Click *

  4. #4
    Registered User
    Join Date
    07-19-2012
    Location
    Denver
    MS-Off Ver
    Excel 2010
    Posts
    3

    Re: VLOOKUP help aka if user chooses cell a1, then b1 equals x - Noob Alert

    Thanks Everyone! Ok, title has changed. Now, is the VLookup possible with a dropbox?

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

    Re: VLOOKUP help aka if user chooses cell a1, then b1 equals x - Noob Alert

    Did you try out Ace_XL's solution?

    Pete

  6. #6
    Registered User
    Join Date
    07-19-2012
    Location
    Denver
    MS-Off Ver
    Excel 2010
    Posts
    3

    Re: VLOOKUP help aka if user chooses cell a1, then b1 equals x - Noob Alert

    Quote Originally Posted by Pete_UK View Post
    Did you try out Ace_XL's solution?

    Pete

    Yes, Solved thanks!

+ 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