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
- 67.2K Get Help
- 451 Global Discussions
- 155 Industry Talk
- 505 Announcements
- 5.4K Ideas & Feature Requests
- 85 Brandfolder
- 156 Just for fun
- 80 Community Job Board
- 514 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 308 Events
- 36 Webinars
- 7.3K Forum Archives