+ Reply to Thread
Results 1 to 6 of 6

Team history

  1. #1
    Forum Contributor
    Join Date
    10-27-2013
    Location
    Ireland
    MS-Off Ver
    Microsoft 365
    Posts
    403

    Team history

    I'm trying to set up a database of the history of our local club Example - Our team, have met Team 1 twice (See team info)

    What i want is when i select the team from the drop down list i want it to show all meetings between the 2 teams in the
    team info sheet

    the team info sheet gets all the information it need from the Team Database -

    the team sheet (Which will be hidden) is where i enter the teams that have been played against and will reflect in the drop down list

    i have currently entered 10 teams but this will increase as i enter team names in time....

    Probs are -

    I cant get the date to come from the team database to team info

    cant get the team database info to come to the team info sheet

    All help appreciated thank u
    Attached Files Attached Files

  2. #2
    Forum Guru
    Join Date
    08-05-2004
    Location
    NJ
    MS-Off Ver
    365
    Posts
    13,582

    Re: Team history

    On Team Database, you have Score (score of team in Col A), Our team (score of your team) and then "For" and "Against" What are those 2 columns? fouls?

    What exactly are you trying to get on Team Info sheet? Do you want the sum of the stats against that team or do you just want to pull, row by row, the results from that team? Looks like the first in which case, you won't be pulling the date unless you want all the dates that you played that team also?
    ChemistB
    My 2?

    substitute commas with semi-colons if your region settings requires
    Don't forget to mark threads as "Solved" (Edit First post>Advanced>Change Prefix)
    If I helped, Don't forget to add to my reputation (click on the little star at bottom of this post)

    Forum Rules: How to use code tags, mark a thread solved, and keep yourself out of trouble

  3. #3
    Forum Contributor
    Join Date
    10-27-2013
    Location
    Ireland
    MS-Off Ver
    Microsoft 365
    Posts
    403

    Re: Team history

    For is goals scored by our team - Against is goals scored against out team

    in the team info sheet i want the date with the corresponding result

    Example - Played team 1 on 15/5 lost 1 - 0 so on the team info sheet in the date column it will show the date and the corresponding scores that were entered in the team database

  4. #4
    Forum Contributor
    Join Date
    10-27-2013
    Location
    Ireland
    MS-Off Ver
    Microsoft 365
    Posts
    403

    Re: Team history

    Anyone got any other ideas?

  5. #5
    Forum Guru
    Join Date
    08-05-2004
    Location
    NJ
    MS-Off Ver
    365
    Posts
    13,582

    Re: Team history

    I used this arrayed formula in Team Info A5 copied down and across to E5

    =IFERROR(INDEX('Team Database'!B$2:B$7, SMALL(IF('Team Database'!$A$2:$A$7=$G$1, ROW('Team Database'!$A$2:$A$7)-ROW($A$2)+1), ROWS($A$1:$A1))),"")
    ...confirmed by pressing CTRL+SHIFT+ENTER to activate the array, not just ENTER. You will know the array is active when you see curly braces { } appear around your formula. If you do not CTRL+SHIFT+ENTER you will get an error or a clearly incorrect answer. Press F2 on that cell and try again.
    See attached
    Attached Files Attached Files

  6. #6
    Valued Forum Contributor
    Join Date
    03-20-2011
    Location
    UK
    MS-Off Ver
    Excel 2007/10/16
    Posts
    840

    Re: Team history

    Hi

    As you on excel 2010? You can use Aggregate without Ctrl+Shift+Enter Array formula? Only work excel 2010 onward, Won't work if you on excel 2003 or 2007

    A5
    Formula: copy to clipboard
    Please Login or Register  to view this content.
    enter then copy cross and down

    D5
    Formula: copy to clipboard
    Please Login or Register  to view this content.
    Enter copy down

    F5
    Formula: copy to clipboard
    Please Login or Register  to view this content.
    Enter then copy down and cross

    IF AGGREGATE does not work for you?

    The use this
    Formula: copy to clipboard
    Please Login or Register  to view this content.
    This is Array formula, Press same time Ctrl+Shift+Enter till you see like this {}

    See the files
    Attached Files Attached Files
    To help you by my post? it would be nice to click on to say "Thank you".
    If you are happy with a solution to your problem?
    Click Thread Tools above your first post,
    select "Mark your thread as Solved".

+ 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. Total Team Members with correct Team Leader
    By PrimalByte in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 05-05-2015, 04:23 PM
  2. Replies: 0
    Last Post: 11-11-2013, 10:50 AM
  3. Replies: 2
    Last Post: 12-06-2012, 06:02 PM
  4. Changes History
    By Sitting-Bull in forum Excel - New Users/Basics
    Replies: 3
    Last Post: 01-18-2012, 05:50 PM
  5. Clear History
    By dk in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 04-26-2006, 02:55 PM
  6. [SOLVED] font history
    By Reza Ghasemzadeh in forum Excel General
    Replies: 2
    Last Post: 11-19-2005, 08:20 PM
  7. [SOLVED] IE history
    By Lee in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 04-09-2005, 01:09 AM

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