Numbering Duplicates Based on a Date
Please see above a sheet for quote submissions, I want the revision number to automatically number the duplicates of service and contractor based on submission date with the oldest being revision number 1.
Currently the Revision Number formula is:
=IF(ISBLANK([Service + Contractor]@row), "", MATCH([Row ID]@row, COLLECT([Row ID]:[Row ID], [Service + Contractor]:[Service + Contractor], [Service + Contractor]@row), 0))
Where the Row ID is just an auto number column. Currently the revision number works if newer submissions come in at the top of the sheet, but I want a formula to ensure no matter the position on the sheet the revision number will be ordered by date.
Any suggestions would be greatly appreciated, thank you!
Best Answer
-
=COUNTIFS([Service + Contractor]:[Service + Contractor], [Service + Contractor]@row, [Submission Date]:[Submission Date], <=[Submission Date]@row)
Answers
-
=COUNTIFS([Service + Contractor]:[Service + Contractor], [Service + Contractor]@row, [Submission Date]:[Submission Date], <=[Submission Date]@row)
-
Thank you so much Hollie, I was definitely overcomplicating it in my head. Great simple solution!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63.7K Get Help
- 406 Global Discussions
- 218 Industry Talk
- 457 Announcements
- 4.7K Ideas & Feature Requests
- 141 Brandfolder
- 136 Just for fun
- 57 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 297 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!