Good morning,
Looking for help with the formula below:
=IFERROR(IF(AND($P12<>"", $S12<>"",$J12-$G12>$P12),$S12*$P12,""),"")
The problem I have is that sometimes J12 is a larger number than G12 so it throws off the comparison against P12.
For example:
J12 = 73
G12 = 44
So it comes out to...