• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Calculating consecutive wins

ChaosTrader63

New Member
Hello all! I am trying to find the formula to calculate consecutive wins from my journal spreadsheet in cell "L" onto my Overview spreadsheet in cell "N 12". I don't do much excel formulas so I would need to understand how to enter this so it calculates from one sheet onto another sheet. I have attached 2 pics to explain and also the journal. I do appreciate all the help. Thanks!
 

Attachments

  • test journal.xlsx
    193.2 KB · Views: 2
  • Wins.png
    Wins.png
    147.9 KB · Views: 2
  • wins_001.png
    wins_001.png
    89.8 KB · Views: 2
In N12 of your overview sheet, put this formula:
=MAX(FREQUENCY(IF(Journal!L2:L201="Win",ROW(Journal!L2:L201)),IF(Journal!L2:L201<>"Win",ROW(Journal!L2:L201))))

Confirm formula as an array using Ctrl+Shift+Enter, not just Enter.
 
Back
Top