Probably a dream but, is it possible to have a column formula that would count, in sequence, the instances in a list.
The first time a Name appears on a list would = 1
The second time a Name appears on a list would = 2
I have it solved with a formula but it can not be a column formula because of the variable piece.
=IF(DOS@row = "", "", COUNTIF($SURGEON$1:$SURGEON2855, SURGEON@row))