Sheet Summary to show most recent date for entry
I have a sheet capturing many job names and I want to show the most recent date for a specific job and bring that into a dashboard. I was trying to create a sheet summary field but it isn't working, what am I doing wrong?
=Max(IF([Job Name]:{Job Name]="XYZ JOB",[Delivery Date]:[Delivery Date])))
Best Answers
-
=IF([job name]@row = "XYZ", MAX(COLLECT((Date:Date), [job name]:[job name], "XYZ")))
-
Give this a go:
=MAX(COLLECT([Delivery Date]:[Delivery Date], [Job Name]:[Job Name], @cell = "XYZ"))
Answers
-
=IF([job name]@row = "XYZ", MAX(COLLECT((Date:Date), [job name]:[job name], "XYZ")))
-
Give this a go:
=MAX(COLLECT([Delivery Date]:[Delivery Date], [Job Name]:[Job Name], @cell = "XYZ"))
-
Community to the rescue, this worked and it is amazing —- thank you!!!!
-
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 66.7K Get Help
- 438 Global Discussions
- 152 Industry Talk
- 497 Announcements
- 5.3K Ideas & Feature Requests
- 85 Brandfolder
- 155 Just for fun
- 77 Community Job Board
- 509 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 307 Events
- 36 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!