+ Reply to Thread
Results 1 to 14 of 14

Current Streak (Win, Loss or Draw) formula needed?

  1. #1
    Registered User
    Join Date
    04-09-2015
    Location
    Sydney, Australia
    MS-Off Ver
    2007
    Posts
    7

    Current Streak (Win, Loss or Draw) formula needed?

    Hi guys,

    New member, first post, go easy on me please!

    I am after a formula that calculates a current streak whether it be win, loss or draw.

    I would also like it to not take in to consideration the games that the result is currently "To Be Played" (once a game is played it changes to either "Won", "Lost" or "Draw").

    Any help would be appreciated!

  2. #2
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    44,053

    Re: Current Streak (Win, Loss or Draw) formula needed?

    Hi there... and welcome to the Excel Forum.

    You haven't told us very miuch, have you!! Anyhow - does this come anywhere close??
    Attached Files Attached Files
    Glenn




    None of us get paid for helping you... we do this for fun. So DON'T FORGET to say "Thank You" to all who have freely given some of their time to help YOU.

    Temporary addition of accented to illustrate ongoing problem to the TT: L? fh?ile P?draig sona dhaoibh

  3. #3
    Valued Forum Contributor
    Join Date
    04-12-2012
    Location
    India
    MS-Off Ver
    Excel 2007, 2010, 2013, 2016, 2019, Office 365, Google Spreadhsheet
    Posts
    640

    Re: Current Streak (Win, Loss or Draw) formula needed?

    Hi There,

    Welcome to the Excel Forum.

    Lets assume you have value in Column A and wanted to get the result in E2, F2 & G2.

    win loss.png
    Attached Files Attached Files
    Thanks,
    Anil Dhawan


    Click *Add Reputation to say "Thanks" and don't forget to mark threads as "Solved" (Thread Tools->Mark thread as Solved) if you are satisfied.

    Don't stop when you are tired. STOP when you are done!

  4. #4
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    44,053

    Re: Current Streak (Win, Loss or Draw) formula needed?

    Modification to take account (ignore) To be played
    Attached Files Attached Files

  5. #5
    Registered User
    Join Date
    04-09-2015
    Location
    Sydney, Australia
    MS-Off Ver
    2007
    Posts
    7

    Re: Current Streak (Win, Loss or Draw) formula needed?

    Hi, thank you but not quite what i'm looking for...

    See the attached shhet, I basically want the cell B1 to say "1 Loss" as that is the current streak. If we win the next say 3 games, I want it to say "3 Wins".

    I also want it to ignore Game Results that say "To Be Played" as they won't be part of the current streak.

    Streaks.xlsx

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

    Re: Current Streak (Win, Loss or Draw) formula needed?

    Hi

    G2
    Formula: copy to clipboard
    Please Login or Register  to view this content.
    This is array formula? Press same time Ctrl+Shift+Enter, Copy down.

    Need to remove "To Be Played" to blank to make it work?

    Regard
    Last edited by micope21; 04-10-2015 at 06:38 AM.
    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".

  7. #7
    Registered User
    Join Date
    04-09-2015
    Location
    Sydney, Australia
    MS-Off Ver
    2007
    Posts
    7

    Re: Current Streak (Win, Loss or Draw) formula needed?

    Thanks but no still doesn't work...

    After I remove the "To Be Played" if I add a "Win" it just counts the total wins and comes up as "4 Wins" but should be "1 Win" as that would be the current streak.
    Last edited by buttsy00; 04-10-2015 at 07:56 AM.

  8. #8
    Registered User
    Join Date
    04-09-2015
    Location
    Sydney, Australia
    MS-Off Ver
    2007
    Posts
    7

    Re: Current Streak (Win, Loss or Draw) formula needed?

    Also what does the "zzz" do? Should I replace "zzz" with something?

  9. #9
    Forum Contributor
    Join Date
    01-28-2014
    Location
    Turkey
    MS-Off Ver
    Excel 2013
    Posts
    159

    Re: Current Streak (Win, Loss or Draw) formula needed?

    For B1 cell
    Please Login or Register  to view this content.
    Entered with Ctrl+Shift+Enter. If entered correctly, Excel will surround with curly braces {}. Note: Do not try and enter the {} manually yourself

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

    Re: Current Streak (Win, Loss or Draw) formula needed?

    Quote Originally Posted by buttsy00 View Post
    Thanks but no still doesn't work...

    After I remove the "To Be Played" if I add a "Win" it just counts the total wins and comes up as "4 Wins" but should be "1 Win" as that would be the current streak.
    Hi Did you press Ctrl+Shift+enter same time? Excel will surround with curly braces {}.

    See the file.

    Regard

  11. #11
    Forum Expert Tony Valko's Avatar
    Join Date
    12-31-2011
    Location
    Pittsburgh
    MS-Off Ver
    2002, 2007:2013
    Posts
    18,890

    Re: Current Streak (Win, Loss or Draw) formula needed?

    Get rid of the "To Be Played" in those cells. Just leave them empty.

    This array formula** entered in B1:

    =LOOKUP(1E100,FREQUENCY(IF(G2:G25=LOOKUP("zzz",G2:G25),ROW(G2:G25)),IF(G2:G25<>LOOKUP("zzz",G2:G25),IF(G2:G25<>"",ROW(G2:G25)))))&" "&LOOKUP("zzz",G2:G25)

    ** array formulas need to be entered using the key
    combination of CTRL,SHIFT,ENTER (not just ENTER).
    Hold down both the CTRL key and the SHIFT key
    then hit ENTER.
    Biff
    Microsoft MVP Excel
    Keep It Simple Stupid

    Let's Go Pens. We Want The Cup.

  12. #12
    Registered User
    Join Date
    04-09-2015
    Location
    Sydney, Australia
    MS-Off Ver
    2007
    Posts
    7

    Re: Current Streak (Win, Loss or Draw) formula needed?

    Quote Originally Posted by micope21 View Post
    Hi Did you press Ctrl+Shift+enter same time? Excel will surround with curly braces {}.

    See the file.

    Regard
    Hi Yes this worked (I must not have pressed Ctrl+Shift+Enter)

    Thank you!

  13. #13
    Registered User
    Join Date
    04-09-2015
    Location
    Sydney, Australia
    MS-Off Ver
    2007
    Posts
    7

    Re: Current Streak (Win, Loss or Draw) formula needed?

    Quote Originally Posted by Ali Kırksekiz View Post
    For B1 cell
    Please Login or Register  to view this content.
    Entered with Ctrl+Shift+Enter. If entered correctly, Excel will surround with curly braces {}. Note: Do not try and enter the {} manually yourself

    Thank you this formula worked too!

    I went with the other simply because it was shorter and a bit easier to understand.

  14. #14
    Registered User
    Join Date
    04-09-2015
    Location
    Sydney, Australia
    MS-Off Ver
    2007
    Posts
    7

    Re: Current Streak (Win, Loss or Draw) formula needed?

    How do I marked this 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. [SOLVED] Win Loss Draw streak for last 10 games for ladder
    By steggspolak in forum Excel General
    Replies: 18
    Last Post: 05-23-2014, 06:29 AM
  2. Last X games, Max Win and Loss streak, current streak with Excel formulas
    By Biogeek1 in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 12-12-2013, 11:00 AM
  3. [SOLVED] Consecutive win/loss and current win/loss streak
    By TK2013 in forum Excel Formulas & Functions
    Replies: 16
    Last Post: 09-18-2013, 09:15 AM
  4. Replies: 7
    Last Post: 08-03-2013, 09:51 AM
  5. CURRENT Win/Loss Streak
    By lil_ern63 in forum Excel General
    Replies: 14
    Last Post: 10-19-2011, 06:54 PM

Tags for this Thread

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