I have simple problem, but I\'ve not be able to get an answer from searching. I require a column to calculate the number of the nth occurrence of a value. It\'s best explained i
You can use the COUNTIF worksheet function, with a relative address.
COUNTIF
Eg. In cell B2, enter this formula:
=COUNTIF(A$2:A2,A2)
And then fill-down.