View Single Post
 
Old 06-24-2020, 11:04 PM
kingston123 kingston123 is offline Windows 10 Office 2013
Advanced Beginner
 
Join Date: Sep 2018
Posts: 85
kingston123 is on a distinguished road
Default

Quote:
Originally Posted by ArviLaanemets View Post
In case you want the numbering start from some other number (e.g. from 85), you can define a Name (Formulas > Name Manager) like FirstNo with '=85' in Refers to field, and then modify the series formula like
Code:
=(ROW()-ROW(tData[[#Headers];[Col1]]) + (FirstNo-1)) & "."
In case you want something different, you have to provide enough information.

I don't just need numbering, I need dot after that.
Reply With Quote