+ Reply to Thread
Results 1 to 5 of 5

How to Auto Fill certain cells

Hybrid View

  1. #1
    Registered User
    Join Date
    11-25-2012
    Location
    new york
    MS-Off Ver
    Excel 2003
    Posts
    5

    How to Auto Fill certain cells

    Hey guys I have a legue table like this. (Yellow highlighted)
    On the right side i have another small table for calculating odds. Now on the orange part there is a drop down menu which helps me to pick a team. I want Excel to Auto Fill the red fields right next to it with A.GOL and A.YEN (gray, maroon arrows) according to team i picked. How can i do this?

    Untitled.jpg

  2. #2
    Valued Forum Contributor
    Join Date
    05-19-2010
    Location
    Ontario, Canada
    MS-Off Ver
    Excel 2010
    Posts
    391

    Re: How to Auto Fill certain cells

    perhaps you could post a sample of your workbook rather than a picture of it --- click go advanced to upload a workbook

  3. #3
    Registered User
    Join Date
    11-27-2012
    Location
    South Africa
    MS-Off Ver
    Excel 2010
    Posts
    20

    Re: How to Auto Fill certain cells

    It sounds like all you want to do is vlookup the team you select in the orange box and populate the corresponding values in the red cells. Below is the code, if this is not what you are looking for, upload a sample workbook or provide more clarity

    In cell R5 type this

    Formula: copy to clipboard
    =vlookup($Q5,$A:$N,12,false)


    In cell S5 type this

    Formula: copy to clipboard
    =vlookup($Q5,$A:$N,13,false)


    You can copy this formula down for more teams if you want. Hope this is what you were looking for


    Regards,
    Byron

  4. #4
    Registered User
    Join Date
    11-25-2012
    Location
    new york
    MS-Off Ver
    Excel 2003
    Posts
    5

    Re: How to Auto Fill certain cells

    Thanks a lot Byron.
    Solved.

  5. #5
    Registered User
    Join Date
    11-27-2012
    Location
    South Africa
    MS-Off Ver
    Excel 2010
    Posts
    20

    Re: How to Auto Fill certain cells

    Glad I could help mate

+ 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