+ Reply to Thread
Results 1 to 4 of 4

Auto filling into another cell when a drop down item is chosen

  1. #1
    Registered User
    Join Date
    04-24-2012
    Location
    Seattle, Washington
    MS-Off Ver
    Excel 2003
    Posts
    2

    Auto filling into another cell when a drop down item is chosen

    When I choose a product description from a drop down list I would like the product code to auto fill into a different cell on the same line?
    For example the result I am trying to acheive: Drop down list A1 = Descripton auto fills to J1 = Item code.

  2. #2
    Forum Expert Cutter's Avatar
    Join Date
    05-24-2004
    Location
    Ontario,Canada
    MS-Off Ver
    Excel 2010
    Posts
    6,451

    Re: Auto filling into another cell when a drop down item is chosen

    You would need a table somewhere that had the Descriptions and Items. Then you could use functions like VLOOKUP() or INDEX() with MATCH() to retrieve the data from that table.

  3. #3
    Registered User
    Join Date
    04-24-2012
    Location
    Seattle, Washington
    MS-Off Ver
    Excel 2003
    Posts
    2

    Re: Auto filling into another cell when a drop down item is chosen

    I am a real rookie at this, any chance you could share an formula example?

  4. #4
    Forum Expert Cutter's Avatar
    Join Date
    05-24-2004
    Location
    Ontario,Canada
    MS-Off Ver
    Excel 2010
    Posts
    6,451

    Re: Auto filling into another cell when a drop down item is chosen

    If I had a sample file to work with I'd be more than happy to supply an actual formula.
    Here are links that provide examples of the VLOOKUP() function:
    http://office.microsoft.com/en-us/ex...in=HP010079186
    http://www.excelfunctions.net/ExcelVlookup.html

    VLOOKUP() is the most commonly used function for what you seem to be asking. The one drawback with it is that the value you are looking up (your Description) in the table must be to the left of the value you want to retrieve (your Item). If your setup is such that the value to be retrieved (Item) is to the left then you would go with the INDEX() - MATCH() combination.

    If you need further help provide a small sample file (without personal data) which clearly shows your setup with a few examples of what you want to achieve.
    Last edited by Cutter; 04-24-2012 at 05:20 PM.

+ 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