looking for a formula to generate work orders numbers automatically
looking for a formula to generate work orders numbers automatically
What about the timestamp: Format(now(),"yymmdd-hhnnss")?
Attach a sample workbook. Make sure there is just enough data to demonstrate your need. Include a BEFORE sheet and an AFTER sheet in the workbook if needed to show the process you're trying to complete or automate. Make sure your desired results are shown, mock them up manually if necessary.
Remember to desensitize the data.
Click on GO ADVANCED and use the paperclip icon to open the upload window.
View Pic
time stamp only generates date ,not numbers
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
If you like my answer please click on * Add Reputation
Don't forget to mark threads as "Solved" if your problem has been resolved
"Nothing is so firmly believed as what we least know."
--Michel de Montaigne
What do you think a date is made of? Numbers.
Thank you for the feedback!
Please mark thread as "Solved" if your issue has been resolved. (Selecting Thread Tools-> Mark thread as Solved).
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks