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
- Customer Resources
- 67.8K Get Help
- 474 Global Discussions
- 202 Use Cases
- 515 Announcements
- 5.5K Ideas & Feature Requests
- 87 Brandfolder
- 157 Just for fun
- 82 Community Job Board
- 521 Show & Tell
- 36 Member Spotlight
- 3 SmartStories
- 309 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!