Auto Numbering Type Field
Hi...
Is there a way to use a field set to auto number and also combine with inputting other numbers as well? I'm working on a ticketing project and some vendors use ticket numbers while others do not. I want to ensure tickets are all assigned a number whether it's auto populated or manually entered.
Thank you,
Debbie
Best Answer
-
=IF(ISBLANK([Vendor Ticket Number]@row), [Ticket Number Helper]@row, [Vendor Ticket Number]@row)
Answers
-
For the vendors that use ticket numbers, give them a column for that. For the vendors that do not use ticket numbers, create an auto number column for that.
Then create a Ticket Number Helper column with a simple formula that says if the manually entered ticket number is blank to use the auto number ticket column. Then you'll always be looking at the Ticket Number Helper column which gathers the manually entered and auto number ticket numbers together into one place.
-
Thank you for the information. Can you please provide a sample formula?
-
=IF(ISBLANK([Vendor Ticket Number]@row), [Ticket Number Helper]@row, [Vendor Ticket Number]@row)
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 140 Industry Talk
- 472 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 497 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives