+ Reply to Thread
Results 1 to 3 of 3

Auto Populate Cells Dependent on Information in Previous Cell

  1. #1
    Registered User
    Join Date
    07-20-2010
    Location
    St. Louis, Missouri
    MS-Off Ver
    Excel 2003
    Posts
    2

    Auto Populate Cells Dependent on Information in Previous Cell

    Hello,

    I do not have much experience with Microsoft Excel so please be very specific with responses. I have Excel 2003.

    Question: How do I make a cell auto populate based on the information selected in a previous cell.

    Example: Let's say I had 10 players on a soccer team and players names were submitted in column A. Column B had information such as "goals" "assists" "minutes" etc.

    I would like Column C to auto populate with the players statistics in Column C based on the name chosen in Column A.

    Furthermore I would like to be able to select one, two, or many things in column B to auto populate column C.

    Example if "Joe" selected from Column A and if "Goals" selected from column B:



    Joe Goals 4

    or

    Example if "Joe" in Column A and if "Goals" "Assists" and "Minutes" selected in B

    Joe Goals 4
    Assists 9
    Minutes 130

    Any information is greatly appreciated!
    Last edited by senescu; 07-20-2010 at 06:10 PM.

  2. #2
    Registered User
    Join Date
    06-01-2010
    Location
    Canada
    MS-Off Ver
    Excel 2003
    Posts
    47

    Re: Auto Populate Cells Dependent on Information in Previous Cell

    Hi Senescu,

    So, in column B you have all the info together? Assists goals and time?

    I suggest separating this data by column..

    ex:Column A = Name; Columb B = Goals, Column C = Assists and Column D = Time

    Either way, though, to do exactly what you want (specify which information is displayed), I think VBA is required.

    However, there may be a simpler way depending on how your information is organized...


    Can you post your worksheet?

  3. #3
    Registered User
    Join Date
    06-05-2010
    Location
    Fl, Usa
    MS-Off Ver
    Excel 2001
    Posts
    19

    Re: Auto Populate Cells Dependent on Information in Previous Cell

    Take a look at using VLOOKUP. or INDEX & MATCH
    No macros needed.
    Here's 3 examples.
    One using VLOOKUP you Just enter the name and it shows all the player stats.

    the second using INDEX & MATCH, you enter players name and what stat you want from drop down menus.

    the third using INDEX & MATCH & INDIRECT and named ranges, you enter players name and what stat you want from drop down menus.
    Attached Files Attached Files
    Last edited by spreadcore; 07-23-2010 at 11:04 AM.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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