calculate maximum date
Hi everyone,
I need your help to calculate the maximun data for each resource, starting from a sheet where the activities are recorded.
I have a sheet where I write all tasks for each resource:
I need to have the maximum date present in the "task" sheet for each resource present in the "resources" sheet
Can you please help me ?
I tried using the MAX function with COLLATE but I didn't get the result.
I also tried to create a report, but I can't find the result because in the TASK sheet the main column is TASK and not the RESOURCE.
I need this to monitor resource management tasks: understand which resources I no longer have planning for the next days and receive an alert from smartsheet.
Thanks a lot to everyone
Answers
-
Hey @malanto,
Do you need to find the max date for the Start Date, End Date, or both? Currently here's how you would do it if you're just looking to find the max End date for resource "Test":
=MAX(COLLECT([End Date]:[End Date], Resource:Resource, "Test"))
You would want to make sure the column this formula is entered into a Date column. Unfortunately I'm not sure if MAX/COLLECT allows for the range being collected to be more than 1 column wide as I tried doing it across both start and end date columns but it was returning invalid.
What you could do is have "Max Start Date" and "Max End Date" columns, then have a third column "Max Date", that just returns the max of the Max Start Date and Max End Date columns?
If my response was helpful in any way (or answered your question) please be sure to upvote it, mark it as awesome, or mark it as the accepted answer!
I'm always looking to connect with other industry professionals, feel free to connect with me on LinkedIn as well!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.1K Get Help
- 414 Global Discussions
- 221 Industry Talk
- 460 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 141 Just for fun
- 58 Community Job Board
- 461 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 299 Events
- 38 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!