Hey team,
I'm trying to establish a Win, Loss, or Tie streak for sports games.
In the example below, I'd like the "Streak" coloum to automatically generate the streak based on the values in subsequent columns. For instance, Team 1 would have a streak of W4, Team two would have a streak of T1, and then W1, L1, L2, W4...so on and so forth.
I've tried all sorts of variations but can't get it to perform properly. I could easily do it manually...but automation is more fun until this stumped me.
Any ideas?
I'm trying to establish a Win, Loss, or Tie streak for sports games.
In the example below, I'd like the "Streak" coloum to automatically generate the streak based on the values in subsequent columns. For instance, Team 1 would have a streak of W4, Team two would have a streak of T1, and then W1, L1, L2, W4...so on and so forth.
I've tried all sorts of variations but can't get it to perform properly. I could easily do it manually...but automation is more fun until this stumped me.
Any ideas?
Team | Streak | Game 1 | Game 2 | Game 3 | Game 4 | Game 5 |
1 | W | W | W | W | ||
2 | W | L | W | T | ||
3 | L | T | L | W | ||
4 | W | L | T | L | ||
5 | L | T | L | L | ||
6 | W | W | W | W | ||
7 | W | W | W | L | ||
8 | L | T | W | L | ||
9 | T | L | L | L | ||
10 | L | L | L | W |