+ Reply to Thread
Results 1 to 3 of 3

Drop-down selection automatically enters next cell?

  1. #1
    Registered User
    Join Date
    05-26-2010
    Location
    Berne
    MS-Off Ver
    Excel 2003
    Posts
    2

    Drop-down selection automatically enters next cell?

    Hi,
    I have a simple question. I am working with one drop-down list containing projects name and I would like Excel to automatically enter the next cell’s content which corresponds to the project type once the project is chosen from the list.
    Anyway to do that?

    Thanks a lot,
    Oli

  2. #2
    Valued Forum Contributor ratcat's Avatar
    Join Date
    03-07-2008
    Location
    Rural NSW, Australia
    MS-Off Ver
    Vista 2007
    Posts
    1,111

    Re: Drop-down selection automatically enters next cell?

    G'day and welcome to the forum,

    First you'll need a list of the 'Projects' with the list of 'Project type' next to it

    Example

    Please Login or Register  to view this content.


    Then use the Vlookup formula to collect the required result.

    If the data validation (drop down list) is located at cell D5 and you need the corresponding information at E5 you can write the vlookup formula like this.

    =VLOOKUP(D5,Y1:Z5,2,FALSE)

    HTH

    RC
    Have I made you happy ??? If yes, please make me happy by pressing the http://www.excelforum.com/images/buttons/reputation-40b.png Add Reputation button in my post.
    Please don't forget to do the same to other contributors of this forum.

    Thanks
    I don't void confusion, I create it

  3. #3
    Registered User
    Join Date
    05-26-2010
    Location
    Berne
    MS-Off Ver
    Excel 2003
    Posts
    2

    Re: Drop-down selection automatically enters next cell?

    Perfect, thanks a lot for the answer!

+ 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