mcintoshmc
Active Member
- Joined
- Aug 10, 2007
- Messages
- 277
I created the below formula to calculate length of our hiring process. It will show pending, if the hire hasn't completed yet.
IF(R2="HIRED",IFERROR(DATEDIF(AF2,AV2,"D"),""),"PENDING")
Now, I want to account for hiring delays that are created by the candidate. Meaning, they're not looking to start for another 3 months, so I don't want this delay to skew our numbers. I created a delay column in AH. For the purposes of the above formula, AH2 will contain the letter "D".
I want the formula to return "DELAY" if AH2="D", "PENDING" if R2 doesn't ="HIRED", and the amount of days the hire took if both of aforementioned conditions are not met. I'm thinking this is a IF OR statement, but couldn't get it to work.
IF(R2="HIRED",IFERROR(DATEDIF(AF2,AV2,"D"),""),"PENDING")
Now, I want to account for hiring delays that are created by the candidate. Meaning, they're not looking to start for another 3 months, so I don't want this delay to skew our numbers. I created a delay column in AH. For the purposes of the above formula, AH2 will contain the letter "D".
I want the formula to return "DELAY" if AH2="D", "PENDING" if R2 doesn't ="HIRED", and the amount of days the hire took if both of aforementioned conditions are not met. I'm thinking this is a IF OR statement, but couldn't get it to work.
Last edited: