Trying to compile different W/L streaks

miles00577

New Member
Joined
Aug 21, 2008
Messages
18
I have compiled a list of game scores for different sports for an athletic program.

In Column J, I have where the game was played (Home = H/Away = A/Neutral = N)
In Column K, I have if the game was a conference game (Y/N)
In Column L, it lists if the game was a win/loss/tie (W/L/T)

I've got coding to work in Columns AM and AN to tabulate consecutive winning/losing streaks using the IF statement, using the following:

In Cell AM3, I have the following: =IF(L3="W",1,IF(L3="L",0,IF(L3="","",0)))
In Cell AN3, I have the following: =IF(AM3<>"",IF(AM3=0,0,AN2+1),"")

This coding works perfect for tabulating the overall streaks, but obviously if I create a column for just home games, it's going to leave blanks and reset the streak if a game wasn't at home. I want to be able to go much deeper into the numbers to find winning/losing streaks for home or away, conference and non-conference, conference home or away, non-conference home and away, etc. Can someone point me in the right direction?
 

Excel Facts

Why does 9 mean SUM in SUBTOTAL?
It is because Sum is the 9th alphabetically in Average, Count, CountA, Max, Min, Product, StDev.S, StDev.P, Sum, VAR.S, VAR.P.
Yes! Well, to an an extent. Not quite sure where I need to make it work to do multiple conditions (i.e., conference home/away, non-conf home/away, etc.). Those formulas in the thread you posted work great for just searching two columns, which I can use... but for a further breakdown of other categories, I'll need three or more. Would be even better if I can get it to post the dates of the streak next to the column for reference as well. Definitely on the right track though.
 
Upvote 0

Forum statistics

Threads
1,223,214
Messages
6,170,774
Members
452,353
Latest member
strainu

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top