+ Reply to Thread
Results 1 to 6 of 6

Auto fill next column based on the selection from drop down

  1. #1
    Registered User
    Join Date
    09-17-2012
    Location
    Chennai
    MS-Off Ver
    Excel 2003
    Posts
    3

    Auto fill next column based on the selection from drop down

    Hi All,

    Here i would like to ask you a doubt.

    I have an excel sheet. i have done data validation (List). I am able to get the data.

    Here my problem is when i select one value or name i would like to get auto filled in the next column. This column also need data validation (list)

    How can i do that. Please help me as soon as possible.

  2. #2
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: Auto fill next column based on the selection from drop down

    Have a look here: Dependent Lists
    Where there is a will there are many ways.

    If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner

    Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.

  3. #3
    Registered User
    Join Date
    09-17-2012
    Location
    Chennai
    MS-Off Ver
    Excel 2003
    Posts
    3

    Re: Auto fill next column based on the selection from drop down

    Thank you for the quick reply. Please find attached excel.

    Here i explain my need. in the sheet i have 3 column (Sl.NO, Team, Company)
    When i select team as Red i should get company as general. If i select balck i would need all drop down to select the company. Can we do that?
    Attached Files Attached Files

  4. #4
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: Auto fill next column based on the selection from drop down

    I don't under the sheet3 set up... how do you relate Red with General. Red is at top and General is at bottom of next column. Also, why is Black all teams? what about the other teams?

    Did you read the article I linked you too? Did you understand it? Did you try it?

  5. #5
    Registered User
    Join Date
    09-17-2012
    Location
    Chennai
    MS-Off Ver
    Excel 2003
    Posts
    3

    Re: Auto fill next column based on the selection from drop down

    I read it. but it didn't help me. please ignore sheet 3. In this example Both column(Team and Company) having drop down list. I can select any value from both the cloumn. here i want automate only for team Red. All other teams i want to give the freedom to select from the drop down list. I hope you understood my need.

  6. #6
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: Auto fill next column based on the selection from drop down

    Use a named range for the companies in Sheet2, call that range, Company.

    Then use data validation formula in C2 and below cells of Sheet1:

    =IF(B2="Red",INDEX(Company,6,1),INDEX(Company,1,1):INDEX(Company,5,1))
    Attached Files Attached Files

+ 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