Return the max date looking at multiple criteria
Trying to add the most recent training completion date (column is date/non-restricted) using mulitple criteria, to include: email address, training type ("refresher", or "intensive") and status ("attended") to a designated column (date/non-restricted) on another sheet.
The formulas below are pulling the same date into each column on the metric sheet, so it appears that the formula's are not considering the training type. Idea's on how to correct?
=MAX(COLLECT({2_All Training Attendance Training Date}, {2_All Training Attendance Email Address}, [E-mail Address]@row), {2_All Training Attendance Training Type}, "Intensive", {2_All Training Attendance Status}, "Attended")
=MAX(COLLECT({2_All Training Attendance Training Date}, {2_All Training Attendance Email Address}, [E-mail Address]@row), {2_All Training Attendance Training Type}, "Refresher", {2_All Training Attendance Status}, "Attended")
Best Answer
-
Goodness… I figured it out. I forgot to add the equals (=) sign into my formula on each criteria. Oops!
Corrected formula is below:
=MAX(COLLECT({2_All Training Attendance Training Date}, {2_All Training Attendance Training Type}, ="Refresher", {2_All Training Attendance Status}, ="Attended", {2_All Training Attendance Email Address}, =[E-mail Address]@row))
Answers
-
Goodness… I figured it out. I forgot to add the equals (=) sign into my formula on each criteria. Oops!
Corrected formula is below:
=MAX(COLLECT({2_All Training Attendance Training Date}, {2_All Training Attendance Training Type}, ="Refresher", {2_All Training Attendance Status}, ="Attended", {2_All Training Attendance Email Address}, =[E-mail Address]@row))
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.2K Get Help
- 419 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 142 Just for fun
- 58 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 299 Events
- 38 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!