IF Formula

D

Denise

Here is the formula that I am using:

=IF(M569<K569,M569+1-K569,M569-K569)

I want to add:

If K569 is blank then "Unknown"

Thanks for any help.

Denise
 
B

Bob Phillips

Just for fun

=IF(M569="","Unknown",M569-K569+(M569<K569))

--

HTH

RP
(remove nothere from the email address if mailing direct)
 
Top