How do I find/calculate the available (latest) date from multiple rows WHERE there is a condition
RedHat
✭
Intent: Calculate date team member is available
I have a resource planning sheet, which lists a number of activities (by row) for team members. Each row describes the team member, activity, the status, and the start and end date.
How do I find the latest end date for each team member, where there activity is 'In Progress'?
In the attached screenshot, I want to calculate and store for:
Team Member 1 is available from: 17/08/23
Team Member 2 is available from: 30/06/23
Tags:
Answers
-
You would have each team member listed out in a second sheet which would then allow you to use a MAX/COLLECT like so:
=MAX(COLLECT({End Date}, {Name}, @cell = Name@row, {Status}, @cell = "In Progress"))
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.1K Get Help
- 414 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 141 Just for fun
- 58 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 299 Events
- 38 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!