Is there a simple way of creating a numberic count sequence for one column (B) based on when another column (A) value changes therefore restarting the count value?
Example:
Column A | Column B
1 | 1
1 | 2
1 | 3
1 | 4
1 | 5
2 | 1
2 | 2
3 | 1
3 | 2
3 | 3
3 | 4
Thanks
Example:
Column A | Column B
1 | 1
1 | 2
1 | 3
1 | 4
1 | 5
2 | 1
2 | 2
3 | 1
3 | 2
3 | 3
3 | 4
Thanks