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])))
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"))
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.5K Get Help
- 448 Global Discussions
- 145 Industry Talk
- 481 Announcements
- 5.1K Ideas & Feature Requests
- 85 Brandfolder
- 152 Just for fun
- 73 Community Job Board
- 492 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 304 Events
- 37 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!