May using formula like this
in A1 and pull formula down
the first number 1 will change to 2 after 100 rows while numbers from the right will increase by one
=INT((ROWS(A$1:A1)-1)/100)+1&TEXT(ROWS($A$1:A1),"000000")
A 11000001 21000002 31000003 41000004 51000005 61000006 71000007 81000008 91000009 101000010 111000011 121000012 131000013 141000014 151000015 161000016 171000017 181000018 191000019 201000020
Bookmarks