+ Reply to Thread
Results 1 to 7 of 7

Creating Tables from a main table that is updating from an external source.

  1. #1
    Registered User
    Join Date
    10-20-2011
    Location
    london
    MS-Off Ver
    Excel 2007
    Posts
    98

    Creating Tables from a main table that is updating from an external source.

    The blue section in this example sheet feeds prices externally.

    Table to Table.xlsx

    I want to create tables of each team where the Conditions column is TRUE.

    Not sure how to go about it?

    Many Thanks

  2. #2
    Forum Expert Fotis1991's Avatar
    Join Date
    10-11-2011
    Location
    Athens(The homeland of the Democracy!). Greece
    MS-Off Ver
    Excel 1997!&2003 & 2007&2010
    Posts
    13,744

    Re: Creating Tables from a main table that is updating from an external source.

    Do you mean?

    In G14 and copy down and across, this ARRAY formula.

    =IFERROR(INDEX(A$2:A$100,SMALL(IF($D$2:$D$100=TRUE,ROW(A$2:A$100)-1),ROW(A1))),"")
    Regards

    Fotis.

    -This is my Greek whisper to Europe.

    --Remember, saying thanks only takes a second or two. Click the little star * below, to give some Rep if you think an answer deserves it.

    Advanced Excel Techniques: http://excelxor.com/

    --KISS(Keep it simple Stupid)

    --Bring them back.

    ---See about Acropolis of Athens.

    --Visit Greece.

  3. #3
    Forum Guru MarvinP's Avatar
    Join Date
    07-23-2010
    Location
    Woodinville, WA
    MS-Off Ver
    Office 365
    Posts
    16,167

    Re: Creating Tables from a main table that is updating from an external source.

    Hi beat,

    This has a simple Advanced Filter solution.
    http://www.contextures.com/xladvfilter01.html
    One test is worth a thousand opinions.
    Click the * Add Reputation below to say thanks.

  4. #4
    Registered User
    Join Date
    10-20-2011
    Location
    london
    MS-Off Ver
    Excel 2007
    Posts
    98

    Re: Creating Tables from a main table that is updating from an external source.

    I cant use advanced filter because its externally updating and changing

    Fotis the red table need to be all arsenal

    That formula dragged down doesnt do that


    Basically I want to create a table for each team using functions and where the condition is true

  5. #5
    Forum Expert Fotis1991's Avatar
    Join Date
    10-11-2011
    Location
    Athens(The homeland of the Democracy!). Greece
    MS-Off Ver
    Excel 1997!&2003 & 2007&2010
    Posts
    13,744

    Re: Creating Tables from a main table that is updating from an external source.

    ..Fotis the red table need to be all arsenal

    That formula dragged down doesnt do that
    A ha..Ok. But this one does..

    =IFERROR(INDEX(A$2:A$100,SMALL(IF($A$2:$A$100&$D$2:$D$100="ARSENAL"&TRUE,ROW(A$2:A$100)-1),ROW(A1))),"")

  6. #6
    Registered User
    Join Date
    10-20-2011
    Location
    london
    MS-Off Ver
    Excel 2007
    Posts
    98

    {SOLVED} Creating Tables from a main table that is updating from an external source.

    Your a Hero

  7. #7
    Forum Expert Fotis1991's Avatar
    Join Date
    10-11-2011
    Location
    Athens(The homeland of the Democracy!). Greece
    MS-Off Ver
    Excel 1997!&2003 & 2007&2010
    Posts
    13,744

    Re: Creating Tables from a main table that is updating from an external source.

    ........................

+ 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