I'm working with sports data where a competitor has 3 rounds. The data doesn't have a column saying which round it is - but the data is in sequence (i.e. first round is at the top, followed by 2nd round). How do I create a column that adds the round number based on the sequence the data is in? I've tried creating a counter - but can't get it to reset based on the competitor and competition
Thanks
i.e.
Competitor Round Score
X 1 4
X 2 4.5
X 3 4.2