Formula to show Latest Date @row
A Rose
✭✭✭✭✭
Hi,
I have a column that has a list of customers and date column next to that, each client is there a few times because they have a few dates,
Any formula to only see the latest dates, so I can delete the others?
Thank you!
Answers
-
What I have done based on historical community questions on finding the most recent entries is
- Add an Auto-Number column (any format)
- Add text/number column called "Row #" with the formula below entered in it
=MATCH([Auto-Number]@row,[Auto-Number]:[Auto-Number],0)
- Add checkbox column with the formula below in it (this will check the box of the most recent entry)
=IF([Row #]@row=MAX(COLLECT([Row #]:[Row #],[Client Name]:[Client Name], [Client Name]@row)),1)
There is probably an easier way, that is just the one that worked best for me when I was looking a few months back for a way to indicate the most recent entry
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.5K Get Help
- 424 Global Discussions
- 136 Industry Talk
- 465 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 145 Just for fun
- 62 Community Job Board
- 465 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 301 Events
- 39 Webinars
- 7.3K Forum Archives
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!