View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Hendrik[_2_] Hendrik[_2_] is offline
external usenet poster
 
Posts: 26
Default Return 0 if result of formula is lower than 0.5

Thanks! I knew i was thinking to difficult.

Another question where you might can help me out.

=IF(SUMPRODUCT(ISNUMBER(SEARCH("break",$C$2:$R$2)) *(C3:R3=0.25)),SUMPRODUCT(ISERR(SEARCH("evt",$C$2: $R$2))*(ISERR(SEARCH("ABS",$C$2:$R$2)))*(ISERR(SEA RCH("lunch",$C$2:$R$2)))*C3:R3),0)

The formula looks for EVT / ABS / Lunch in the header row and does not
include the value's under those headings in the total result. Instead of not
including these, i would like the formula to substract them from the total.




"Gary''s Student" wrote:

=IF(your_formula<=.5,0,your_formula)
--
Gary''s Student
gsnu200712