DaddyO
New Member
- Joined
- Apr 2, 2010
- Messages
- 37
In a table with structured reference:
One column with rows containing multiple text values.
In another column, a running total by row of the number of occurrences in the column one of those text values.
WorL, Running Total Wins
W, 1
W, 2
L, 2
L, 2
W, 3
L, 3
L, 3
L, 3
W, 4
The rows in a third column contain unique incrementing GameID numbers.
I'd like to base the running total in each row comparing the [GameID] value in each row to the value in the current row like this: "<=[@[GameID]]" . But my attempts to create a formula that works have not worked so far.
I do not want to employ VBA, only Excel functions.
Any help is appreciated.
One column with rows containing multiple text values.
In another column, a running total by row of the number of occurrences in the column one of those text values.
WorL, Running Total Wins
W, 1
W, 2
L, 2
L, 2
W, 3
L, 3
L, 3
L, 3
W, 4
The rows in a third column contain unique incrementing GameID numbers.
I'd like to base the running total in each row comparing the [GameID] value in each row to the value in the current row like this: "<=[@[GameID]]" . But my attempts to create a formula that works have not worked so far.
I do not want to employ VBA, only Excel functions.
Any help is appreciated.
Last edited: