+ Reply to Thread
Results 1 to 3 of 3

autofill with drop down selection

  1. #1
    Registered User
    Join Date
    09-30-2013
    Location
    oakland, ca
    MS-Off Ver
    Excel 2003
    Posts
    16

    autofill with drop down selection

    sorry i didn't know how else to title it. tried searching for autofill on the forum but it wasn't what i'm trying to solve.

    i have a drop down list (data validation) of names. the names are in column A, and there are 3 name types (position, cell, email) on columns B, C, and D.

    i'm trying to have the user select a name from a drop list, then autofill the corresponding name types.

    A B C D
    (name) (position) (cell) (email)


    john president 12 abc
    dave accounting 34 def
    steve operation 56 ghi


    select name: john
    position: autofill B
    cell: autofill C
    email: autofill D


    **so the user selects "john", and below, autofill B, autofill C, and autofill D

    any help is appreciated!

    i've attached a file
    Attached Files Attached Files

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

    Re: autofill with drop down selection

    In B12
    =INDEX($B$3:$B$7,MATCH($B$11,name,0))

    In B13
    =INDEX($C$3:$C$7,MATCH($B$11,name,0))

    In B14
    =INDEX($D$3:$D$7,MATCH($B$11,name,0))
    Life's a spreadsheet, Excel!
    Say thanks, Click *

  3. #3
    Registered User
    Join Date
    09-30-2013
    Location
    oakland, ca
    MS-Off Ver
    Excel 2003
    Posts
    16

    Re: autofill with drop down selection

    thanks!!! works perfectly!!!

    simple and elegant!

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Autofill a cell based on selection in drop down menu
    By fyrfytr265 in forum Excel General
    Replies: 4
    Last Post: 01-30-2014, 10:35 AM
  2. Replies: 3
    Last Post: 07-31-2013, 11:53 AM
  3. Autolock Cells from a Drop Down List Selection and a Calendar Selection
    By John Anderson in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 02-04-2013, 10:54 AM
  4. Autofill cell based on drop-down selection
    By littlebird6180 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 10-06-2012, 03:09 PM
  5. [SOLVED] Autofill text based on drop-down selection in different cells (VBA)
    By GarryR in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 04-04-2012, 09:43 AM

Tags for this Thread

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