SWHarmon79
New Member
- Joined
- Aug 18, 2018
- Messages
- 13
- Office Version
- 365
- Platform
- Windows
I want to count the current streak of wins or losses. I have a workbook with two worksheets. One worksheet is a large dataset of games and I want to count the current streak based on a couple of criteria. Below are screenshots of part of both sheets. As an example from the screenshot below CRD = 1 ATL = 2 and if there were a losing streak it would show a negative number.
I want to count the current streak based on the team in column H and the week in A2. I can count all wins or losses in the column using =COUNTA(Data[Win])-MATCH(1,INDEX(1/(Data[Win]=1),0)) But I want to only count the current streak for the selected team and week. I have tried all sorts of combinations but I can't seem to get anything to work.
I want to count the current streak based on the team in column H and the week in A2. I can count all wins or losses in the column using =COUNTA(Data[Win])-MATCH(1,INDEX(1/(Data[Win]=1),0)) But I want to only count the current streak for the selected team and week. I have tried all sorts of combinations but I can't seem to get anything to work.