P Pat Mar 16, 2004 #2 The following formula will return TRUE if BO82 contains a value =IF(BO82="","",IF(CK82="","",TRUE)) If CK82 has a value and BO82 does not it will not return TRUE What do I need to change so that TRUE will display if either CK82 or BO82 contains a value. Thanks if you can help. Pat
The following formula will return TRUE if BO82 contains a value =IF(BO82="","",IF(CK82="","",TRUE)) If CK82 has a value and BO82 does not it will not return TRUE What do I need to change so that TRUE will display if either CK82 or BO82 contains a value. Thanks if you can help. Pat
P Pat Mar 16, 2004 #5 Andy Your formula only displays TRUE if both cells contain a value, I need it to display TRUE if either or both contain a value. I forgot to mention that both cells contain a formula and TRUE should not be returned if there is no value on display. Pat
Andy Your formula only displays TRUE if both cells contain a value, I need it to display TRUE if either or both contain a value. I forgot to mention that both cells contain a formula and TRUE should not be returned if there is no value on display. Pat