Thread
:
How to add dot after numbering series?
View Single Post
06-24-2020, 06:59 AM
xor
Windows 10
Office 2016
Expert
Join Date: Oct 2015
Posts: 1,101
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.
xor
View Public Profile
Find all posts by xor