Hello.
Thanks for helping.
I've been cracking my brain for hours however I am still unable to figure out a way to write a formula. What I have initially done is identified the number of occurrences for "Approval Request Submitted" with this formula: =IF(D2="Approval Request Submitted",COUNTIF($D$2:D2,"Approval Request Submitted"),"") and tried to incorporate a formula to find the MIN Event Date whenever the next occurrence occurs however I have no idea how to incorporate this logic.
What I am trying to achieve is for each unique combination of Requisition ID and Candidate ID, I want to return the first occurrence of each Correspondence Sent after an Approval Request Submitted has occurred.
Above is only 1 case. I assume I would need to also incorporate a MATCH/INDEX formula as I need to identify each unique Requisition ID and Candidate ID combination.
Appreciate everyone's help.
Thanks!
Regards,
Chris
Thanks for helping.
I've been cracking my brain for hours however I am still unable to figure out a way to write a formula. What I have initially done is identified the number of occurrences for "Approval Request Submitted" with this formula: =IF(D2="Approval Request Submitted",COUNTIF($D$2:D2,"Approval Request Submitted"),"") and tried to incorporate a formula to find the MIN Event Date whenever the next occurrence occurs however I have no idea how to incorporate this logic.
Requisition ID | Candidate ID | Event Date | Event |
1 | 12345 | 16/02/2022 | Approval Request Submitted |
1 | 12345 | 17/02/2022 | Correspondence Sent |
1 | 12345 | 18/02/2022 | Correspondence Sent |
1 | 12345 | 19/02/2022 | Correspondence Sent |
1 | 12345 | 19/02/2022 | Approval Request Submitted |
1 | 12345 | 20/02/2022 | Correspondence Sent |
1 | 12345 | 21/02/2022 | Correspondence Sent |
1 | 12345 | 21/02/2022 | Approval Request Submitted |
1 | 12345 | 21/02/2022 | Correspondence Sent |
What I am trying to achieve is for each unique combination of Requisition ID and Candidate ID, I want to return the first occurrence of each Correspondence Sent after an Approval Request Submitted has occurred.
Requisition ID | Candidate ID | Event Date | Event |
1 | 12345 | 17/02/2022 | Correspondence Sent |
1 | 12345 | 20/02/2022 | Correspondence Sent |
1 | 12345 | 21/02/2022 | Correspondence Sent |
Above is only 1 case. I assume I would need to also incorporate a MATCH/INDEX formula as I need to identify each unique Requisition ID and Candidate ID combination.
Appreciate everyone's help.
Thanks!
Regards,
Chris