M
Mike
Sorry about that,
A1 will always be equal OR greater than B1.
Two examples:
# 1. =IF(A1<5.5,A1-B1,0)
# 2 =IF(B1>5.5,0,5.5-B1)
A B C
A1 will always be equal OR greater than B1.
Two examples:
# 1. =IF(A1<5.5,A1-B1,0)
# 2 =IF(B1>5.5,0,5.5-B1)
A B C