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...