G
Guest
The following IF statement is not working:
=if(A1>B1, "", B1-A1)
Value in cell B1 is greater than the value in cell A1, but the statement is
returning a blank, as if value in B1 is less than value in A1.
Any thoughts?
=if(A1>B1, "", B1-A1)
Value in cell B1 is greater than the value in cell A1, but the statement is
returning a blank, as if value in B1 is less than value in A1.
Any thoughts?