Hi,
I have a situation that I haven't been able to figure out myself and searching for an answer wasn't really helping (unless I just wasn't recognizing solutions that would actually help) so I thought I might post here and see if anyone could help.
Essentially I'm trying to have a formula that returns the oldest date for an employee as long as the line item has a certain value in it.
Sample is below in the photo.
<tbody>
</tbody>
Currently, the Start Date (Exception) is the column being used to determine the correct dates with the following formula:
=IF([@[Rebook Exception]]="Y",INDEX($CY:$CY,MATCH([@CandidateName],$Q:$Q,1)),[@[Placement Start Date]])
This works, except it delivers the oldest date for all listings for the candidate. It should only return the date that is for the first Rebook Exception of "N" which basically is the start of a new date range (placement) for the candidate.
Is there a formula that can return the Start Date of the first "N" row below it? I provided a column on the right with the dates that the formula should return.
I wasn't able to figure it out - or if it's even possible.
Thanks!
I have a situation that I haven't been able to figure out myself and searching for an answer wasn't really helping (unless I just wasn't recognizing solutions that would actually help) so I thought I might post here and see if anyone could help.
Essentially I'm trying to have a formula that returns the oldest date for an employee as long as the line item has a certain value in it.
Sample is below in the photo.
<tbody> </tbody> |
<tbody> </tbody> |
<tbody> </tbody> |
<tbody> </tbody> |
<tbody> </tbody> |
<tbody> </tbody> |
<tbody> </tbody> |
<tbody> </tbody> |
<tbody> </tbody> | ||||||||||
<tbody> </tbody> |
<tbody> </tbody> |
<tbody> </tbody> |
<tbody> </tbody> |
<tbody> </tbody> |
<tbody> </tbody> |
<tbody> </tbody> | ||||||||||||
<tbody> </tbody> |
<tbody> </tbody> |
<tbody> </tbody> |
<tbody> </tbody> |
<tbody> </tbody> |
<tbody> </tbody> |
<tbody> </tbody> |
<tbody> </tbody> |
<tbody> </tbody> | ||||||||||
<tbody> </tbody> |
<tbody> </tbody> |
<tbody> </tbody> |
<tbody> </tbody> |
<tbody> </tbody> |
<tbody> </tbody> |
<tbody> </tbody> |
<tbody> </tbody> |
<tbody> </tbody> | ||||||||||
<tbody> </tbody> |
<tbody> </tbody> |
<tbody> </tbody> |
<tbody> </tbody> |
<tbody> </tbody> |
<tbody> </tbody> |
<tbody> </tbody> |
<tbody> </tbody> |
<tbody> </tbody> |
<tbody>
</tbody>
Currently, the Start Date (Exception) is the column being used to determine the correct dates with the following formula:
=IF([@[Rebook Exception]]="Y",INDEX($CY:$CY,MATCH([@CandidateName],$Q:$Q,1)),[@[Placement Start Date]])
This works, except it delivers the oldest date for all listings for the candidate. It should only return the date that is for the first Rebook Exception of "N" which basically is the start of a new date range (placement) for the candidate.
Is there a formula that can return the Start Date of the first "N" row below it? I provided a column on the right with the dates that the formula should return.
I wasn't able to figure it out - or if it's even possible.
Thanks!