Hi Chris,

Originally Posted by
cep32
I hope the image below helps. Sorry it isn't a table but I can't find any instructions on how to use tables in the forum.
Actually it's even better if you upload your sample file (as everyone else does) so the helpers don't need to retype the data. To do this, hit the Go Advanced button, then hit the Manage Attachments button, and then you can upload your file.
For your case, we need a helper column which content is unique values of Construction Year.
Please refer to my attached file. Construction Year is located at Column A, the helper column is at column F.
Array formula at cell F2 :
=IFERROR(INDEX($A$2:$A$7, MATCH(0, COUNTIF($F$1:F1, $A$2:$A$7), 0)),"")
end this formula by hold and press Ctrl-Shift-Enter all at once.
Copy down this array formula to F3:F7.
We can now calculate the New Construction Year, the formula at cell C2 :
=RANK(A2,F$2:F$7,1)+(2018-1)
Regards
Bookmarks