+ Reply to Thread
Results 1 to 6 of 6

How to auto populate a table by entering a single value in one cell

  1. #1
    Registered User
    Join Date
    01-14-2013
    Location
    United States
    MS-Off Ver
    Excel 2010
    Posts
    9

    How to auto populate a table by entering a single value in one cell

    I have a table containing various information including a version #. If I select a version # how do I get the table to auto populate based on its value. When I select 01 through 05 I would like everything below it blue to auto populate based on the information located on the tab Sheet1. See attached file.Burning Hot 7 - Configuration Sheet.xls
    Last edited by jayc2111; 11-10-2015 at 12:57 PM.

  2. #2
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    25,416

    Re: How to auto populate a table by entering a single value in one cell

    Put this formula in B10:

    =IF($B$9="","",IFERROR(INDEX(Sheet1!$B$7:$G$11,MATCH($B$9,GameVersion,0),MATCH(A10&"*",Sheet1!$B$6:$G$6,0)),""))

    then copy down.

    You will need to format the last two cells as a percentage with 2 dp, and note also that you have a space at the end of Max Bet in cell A11, which you will have to remove.

    Hope this helps.

    Pete

  3. #3
    Forum Expert Sam Capricci's Avatar
    Join Date
    06-14-2012
    Location
    Palm Harbor, Florida
    MS-Off Ver
    16.95 for Mac MS 365
    Posts
    8,690

    Re: How to auto populate a table by entering a single value in one cell

    just use a bunch of vlookup formulas, see attached.
    Attached Files Attached Files
    Make contributors happy, click on the "* Add Reputation" as a way to say thank you.
    Sam Capricci

  4. #4
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    25,416

    Re: How to auto populate a table by entering a single value in one cell

    @Sambo

    you can use just one formula in B10:

    =VLOOKUP($B$9,Sheet1!$A$7:$G$11,ROWS($1:2),FALSE)

    and copy this down.

    Hope this helps.

    Pete

  5. #5
    Forum Expert Sam Capricci's Avatar
    Join Date
    06-14-2012
    Location
    Palm Harbor, Florida
    MS-Off Ver
    16.95 for Mac MS 365
    Posts
    8,690

    Re: How to auto populate a table by entering a single value in one cell

    Pete, thanks, didn't even think of that way.

  6. #6
    Registered User
    Join Date
    01-14-2013
    Location
    United States
    MS-Off Ver
    Excel 2010
    Posts
    9

    Re: How to auto populate a table by entering a single value in one cell

    Thank you......worked perfectly!

+ 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. Drop Down, Single Answer, Auto Populate
    By simple? in forum Excel General
    Replies: 4
    Last Post: 10-11-2015, 05:26 AM
  2. Replies: 14
    Last Post: 03-20-2015, 05:24 PM
  3. Replies: 1
    Last Post: 03-20-2014, 09:48 AM
  4. [SOLVED] Auto Populate cell based on auto filter selection from table in same sheet
    By missydanni in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 12-02-2013, 05:03 PM
  5. [SOLVED] Single form to populate a table
    By Heat in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 03-05-2013, 09:17 PM
  6. Replies: 3
    Last Post: 03-24-2012, 08:18 PM
  7. [SOLVED] Entering array in single cell
    By nospaminlich in forum Excel General
    Replies: 6
    Last Post: 02-11-2005, 01:06 PM

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