J
JimS
I have this formula:
=IF(D13="","",IF(C13=D13,"",IF(C13<0,D13-C13)))
The problem is that sometimes C13 and/or D13 will be text instead of a
number. The text might say E or PK which is actually the same as
zero.
I can't figure out a way to rewrite the formula to allow for this.
=IF(D13="","",IF(C13=D13,"",IF(C13<0,D13-C13)))
The problem is that sometimes C13 and/or D13 will be text instead of a
number. The text might say E or PK which is actually the same as
zero.
I can't figure out a way to rewrite the formula to allow for this.