Hi,
I have a base date (in the example below "$I$4) from which I would like to subtract a lead time (in days). The output should be the date at which a particular task must be started in order to complete it by the base date deadline.
This is what I have, and it seems to work fine, but I'm worried that there may be a case (excluding holidays), where the (H13*7/5) may throw the dates off:
=IF((C13="Y"), IF(H13<>"",+$I$4-(H13*7/5),""),"")
Can this be improved upon?
Thanks,
Jens
I have a base date (in the example below "$I$4) from which I would like to subtract a lead time (in days). The output should be the date at which a particular task must be started in order to complete it by the base date deadline.
This is what I have, and it seems to work fine, but I'm worried that there may be a case (excluding holidays), where the (H13*7/5) may throw the dates off:
=IF((C13="Y"), IF(H13<>"",+$I$4-(H13*7/5),""),"")
Can this be improved upon?
Thanks,
Jens