Help with MAX Function
Hello,
I need help writing a MAX formula to return information by the latest creation date. My current formula is =IFERROR(INDEX({CS PT Recruitment Candidate FirstName}, MATCH([Workday PID]@row, {CS PT Recruitment PID}, 0)), "").
If we recruit for a position multiple times in a fiscal year, the position ID remains the same but I need the current candidate info to populate. Hope that makes sense.
Thanks!
Irene
Best Answer
-
Hi @ICue
Screenshots always help. Also, if you have a chance, try this.
=INDEX(COLLECT({CS PT Recruitment Candidate FirstName}, {CS PT Recruitment PID}, @cell = [Workday PID]@row, {CS PT Creation}, MAX({CS PT Creation}) <= TODAY()), 1)
If it works for you, you can always add the IFERROR.
Hope it helps
Kelly
Answers
-
Hi @ICue
Do you have a screenshot or two with dummy data for better understanding of what you want to do here?
-
Hi @ICue
Screenshots always help. Also, if you have a chance, try this.
=INDEX(COLLECT({CS PT Recruitment Candidate FirstName}, {CS PT Recruitment PID}, @cell = [Workday PID]@row, {CS PT Creation}, MAX({CS PT Creation}) <= TODAY()), 1)
If it works for you, you can always add the IFERROR.
Hope it helps
Kelly
-
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
- 300 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!