Help with MAX Function
![ICue](https://us.v-cdn.net/6031209/uploads/defaultavatar/nWRMFRX6I99I6.jpg)
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
- 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
Check out the Formula Handbook template!