+ Reply to Thread
Results 1 to 6 of 6

Determine wins and loses by series

  1. #1
    Forum Moderator jeffreybrown's Avatar
    Join Date
    02-19-2009
    Location
    Cibolo, TX
    MS-Off Ver
    Office 365
    Posts
    10,316

    Determine wins and loses by series

    Looking for some formula help with calculating wins and loses based on a series of games with a team.

    In the example, Team A was played twice and both series' were won. In the case of Team B, one series was lost and one series was won.

    Results in column G.

    Any thoughts?
    Attached Files Attached Files
    HTH
    Regards, Jeff

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

    Re: Determine wins and loses by series

    Hi Jeff,

    I'm not sure what you are after, as you already seem to have a COUNTIFS formula in the summary table in cols J and K.

    Am I missing something?

    Pete

  3. #3
    Forum Moderator jeffreybrown's Avatar
    Join Date
    02-19-2009
    Location
    Cibolo, TX
    MS-Off Ver
    Office 365
    Posts
    10,316

    Re: Determine wins and loses by series

    Hi Pete,

    Yes, I have the summary table counting up the values in column G, but I'm looking for a formula in column G to replicate the results which were placed manually.

  4. #4
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    28,151

    Re: Determine wins and loses by series

    Helper in H

    in H2

    =IF(C1=C2,H1,MAX($H$1:H1)+1)

    in G2

    =IF(H2<>H1,IF(COUNTIFS(H:H,H2,D:D,"W")>COUNTIFS(H:H,H2,D:D,"L"),"Won Series","Lost Series"),"")
    Attached Files Attached Files

  5. #5
    Forum Moderator jeffreybrown's Avatar
    Join Date
    02-19-2009
    Location
    Cibolo, TX
    MS-Off Ver
    Office 365
    Posts
    10,316

    Re: Determine wins and loses by series

    Thank you John this works great.

  6. #6
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    28,151

    Re: Determine wins and loses by series

    You're very welcome.

+ 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. determine data series on x and y value axis in scatterplot
    By nmoelg in forum Excel Charting & Pivots
    Replies: 1
    Last Post: 04-17-2015, 11:15 AM
  2. Determine selected series on chart
    By DPTaylor in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 03-27-2014, 01:55 AM
  3. [SOLVED] Print array code for a series of pages that will also determine print area required?
    By matrixpom in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 11-04-2012, 11:46 PM
  4. Track wins, loses, win average and Standings
    By coondawg68 in forum Excel General
    Replies: 0
    Last Post: 07-07-2011, 06:58 AM
  5. determine lead/lag times between series
    By henryh2 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 08-07-2008, 08:48 PM
  6. [SOLVED] How do I determine a winning % based on wins, losses, and ties?
    By rolly g in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 01-26-2006, 05:45 PM
  7. How do I determine statistical relationship between two series
    By Supermani in forum Excel Charting & Pivots
    Replies: 1
    Last Post: 03-30-2005, 04: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