P
Phil Hageman
This formula works okay when cell U51 is either blank or
with data greater than zero; however, I now need to modify
the formula for the case when cell U51 has a zero posted
in it - so it returns a zero answer - with the other
features still intact.
=IF(U51<>0,(U51-V42)/(P42-V42),"")
with data greater than zero; however, I now need to modify
the formula for the case when cell U51 has a zero posted
in it - so it returns a zero answer - with the other
features still intact.
=IF(U51<>0,(U51-V42)/(P42-V42),"")