Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
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 |
#2
![]() |
|||
|
|||
![]()
if(M569="","Unknown",IF(M569<K569,M569+1-K569,M569-K569))
try this. Cody "Denise" wrote: 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 |
#3
![]() |
|||
|
|||
![]()
This worked.
THANKS!!!! "Cody" wrote: if(M569="","Unknown",IF(M569<K569,M569+1-K569,M569-K569)) try this. Cody "Denise" wrote: 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 |
#4
![]() |
|||
|
|||
![]()
You're Welcome!
"Denise" wrote: This worked. THANKS!!!! "Cody" wrote: if(M569="","Unknown",IF(M569<K569,M569+1-K569,M569-K569)) try this. Cody "Denise" wrote: 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 |
#5
![]() |
|||
|
|||
![]() -- HTH RP (remove nothere from the email address if mailing direct) "Cody" wrote in message ... if(M569="","Unknown",IF(M569<K569,M569+1-K569,M569-K569)) try this. Cody "Denise" wrote: 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 |
#6
![]() |
|||
|
|||
![]()
Just for fun
=IF(M569="","Unknown",M569-K569+(M569<K569)) -- HTH RP (remove nothere from the email address if mailing direct) "Cody" wrote in message ... if(M569="","Unknown",IF(M569<K569,M569+1-K569,M569-K569)) try this. Cody "Denise" wrote: 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 |
#7
![]() |
|||
|
|||
![]()
=IF(ISBLANK(K569),"Unknown",IF(M569<K569,M569+1-K569,M569-K569))
"Denise" wrote in message ... 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 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
referencing named formula using INDIRECT function | Excel Worksheet Functions | |||
Simplify formula | Excel Worksheet Functions | |||
put formula results into a different cell if it is empty | Excel Worksheet Functions | |||
how do i write a formula and keep in in formula form, so it DOESN. | Excel Discussion (Misc queries) | |||
Match / Vlookup within an Array formula | Excel Discussion (Misc queries) |