G Guest Apr 8, 2004 #1 Is there a way to get =OR((F5>0),(E5>0)) to return a value of "1" or text other than TRUE or FALSE Thank you, RIC
Is there a way to get =OR((F5>0),(E5>0)) to return a value of "1" or text other than TRUE or FALSE Thank you, RIC
B Bernard V Liengme Apr 8, 2004 #4 =OR((F5>0),(E5>0)) *1 will give 1 or 0 so will =OR(F5>0,E5>0) *1 and =IF(=OR(F5>0,E5>0),"Right", "Wrong") will give other text Bernard
=OR((F5>0),(E5>0)) *1 will give 1 or 0 so will =OR(F5>0,E5>0) *1 and =IF(=OR(F5>0,E5>0),"Right", "Wrong") will give other text Bernard