Forum Discussion
tpengineering-2231
Nov 22, 2018Copper Contributor
EXCEL SEQUENTIAL NUMBERING ON FORMS
Hi everyone, is it possible to have sequential numbering on excel forms? EG. I have created Delivery Dockets via excel but need sequential numbering on these. It would be great if once 1 x is creat...
Damien_Rosario
Nov 23, 2018Silver Contributor
You could autofill the sequence down the list and populate each row with the delivery docket information.
You could also have a formula in the number cell to produce your sequential number (e.g. =A1+1). This will just add one number to the cell above it as you create new docket lines.
There's probably a programmable way to do it but I'll leave that to the folks who love doing that.
Have fun!
Cheers
Damien