View Single Post
 
Old 06-24-2020, 06:59 AM
xor xor is offline Windows 10 Office 2016
Expert
 
Join Date: Oct 2015
Posts: 1,101
xor is a name known to allxor is a name known to allxor is a name known to allxor is a name known to allxor is a name known to allxor is a name known to all
Default

With 85. in A1 go to Name Manager and select A2

Name: previous
In the Refers to field insert: =MID(Sheet1!A1,1,LEN(Sheet1!A1)-1)
Close

Now in A2 use the formula:=previous+1&"." and copy down.

This formula can handle if you delete rows.
Reply With Quote