S
Steved
Hello from Steved
IF(P8<O8,P8+1-O8,P8-O8)+IF(R8>Q8,R8+1-Q8,R8-Q8)
O8 P8 Q8 R8
600,1800,0,0 for the above works
How do I correct the formula so that if I don't but zero's
in, the values in Q8 and R8 it will still add the values
in O8+P8
Thank you in advance.
IF(P8<O8,P8+1-O8,P8-O8)+IF(R8>Q8,R8+1-Q8,R8-Q8)
O8 P8 Q8 R8
600,1800,0,0 for the above works
How do I correct the formula so that if I don't but zero's
in, the values in Q8 and R8 it will still add the values
in O8+P8
Thank you in advance.