+ Reply to Thread
Results 1 to 3 of 3

Win and loss streak

  1. #1
    Registered User
    Join Date
    01-28-2012
    Location
    Ohio
    MS-Off Ver
    Excel 2003
    Posts
    1

    Win and loss streak

    basketball.xls

    i want to add 2 columns on the standings page a last 10 w/l and win/loss streak

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

    Re: help with last 10 and win'loss streak

    Hi wongum and welcome to the forum,

    You are making it very hard to track your stats, based on your results page. I'd suggest changing the way you keep these results. I'd have these columns:
    Game#, Team, W/L, PF, PA

    Then when you enter your data you would have two rows for each game, like:
    1, Legends, W, 96, 95
    1, A & T, L, 95, 96
    1, Pistols, W, 98, 75
    1, C-Ment, L, 75, 98

    If you keep your data like the above your standing sheet would be much easier to produce. Also, you could produce a better results sheet using Pivot Tables or AutoFilters.
    One test is worth a thousand opinions.
    Click the * Add Reputation below to say thanks.

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

    Re: help with last 10 and win'loss streak

    Hi Wongum

    For Win/Lost Streak.
    Result sheet.
    D75 =IF(MAX(D12:D74)=0,"",MAX(D12:D74)).
    Next F75 =IF(MAX(F12:F74)=0,"",MAX(F12:F74)).
    Next put AC8 Type> Legends. Then type Win in AC10 and Lost in AE10

    This for Win Streak
    Next AD12 =IF(B12="","",IF(D12=D$75,1,"-")) Then copy down to AD74.
    Next AC12 =IF(AD12=1,D12&"-"&F12&" "&B12&""&"","") Then copy down to AC74

    This for Lost Streak
    Next AF12=IF(B12="","",IF(F12=F$75,1,"-")) Then copy down to AF74.
    Next AE12 =IF(AF12=1,D12&"-"&F12&" "&B12&""&"","") Then copy down to AE74

    If that what you looking for. Do the rest of the teams.

    Cheer
    Last edited by micope21; 01-30-2012 at 04:22 AM.

+ 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