+ Reply to Thread
Results 1 to 3 of 3

contents of cell is based on what I choose in a drop down menu

  1. #1
    Registered User
    Join Date
    06-17-2009
    Location
    Limerick, Ireland
    MS-Off Ver
    Excel 2000
    Posts
    4

    contents of cell is based on what I choose in a drop down menu

    Hi there,

    I have attached an excel file so you very helpful guys can maybe help me!

    In Cell A2, I have a drop down list option where I can choose from a set of players. The players are displayed using Data - Validation, and are stored further down the page.

    The first player is stored in cell A100 and in cell B100 is the players height.

    The problem I have is that when a user selects a player in the drop down lists, I want to display his height in the Height column - so if I select Manual Almunia in the drop down list, then 6ft0 would need to be displayed in the Height cell in the same row

    Any ideas people?

    Thanks

    Damien.
    Attached Files Attached Files

  2. #2
    Registered User
    Join Date
    12-22-2003
    Location
    Texas
    Posts
    90

    Re: contents of cell is based on what I choose in a drop down menu

    try using a vlookup for the height. this is the formula i put in the height column (cell c2)


    =VLOOKUP(A2,$A$100:$B$113,2,FALSE)
    Barrfly

  3. #3
    Registered User
    Join Date
    06-17-2009
    Location
    Limerick, Ireland
    MS-Off Ver
    Excel 2000
    Posts
    4

    Re: contents of cell is based on what I choose in a drop down menu

    thanks Barryfly, that worked perfectly!

+ 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