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
- 64.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 472 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 496 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!