Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Try this amendment:
=IF(SUMPRODUCT(ISNUMBER(SEARCH("break",$C$2:$R$2)) *(C3:R3=0.25)),IF(SUMPRODUCT(ISERR(SEARCH("evt",$C $2:$R$2))*(ISERR(SEARCH("ABS",$C$2:$R$2)))*(ISERR( SEARCH("lunch",$C$2:$R$2)))*C3:R3)<=0.5,0,SUMPRODU CT(ISERR(SEARCH("evt",$C$2:$R$2))*(ISERR(SEARCH("A BS",$C$2:$R$2)))*(ISERR(SEARCH("lunch",$C$2:$R$2)) )*C3:R3)),0) -- Max Singapore http://savefile.com/projects/236895 xdemechanik --- "Hendrik" wrote: I'm using this formula: =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) When the result is equal to or lower then 0.50 ,I want it to display 0.00 in the cell as result. Any suggestions greatly appriciated! |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Return 0 if result of formula is lower than 0.5 | Excel Discussion (Misc queries) | |||
Advanced formula - Return result & Show Cell Reference of result | Excel Worksheet Functions | |||
Enter a formula to return a result from a cell | New Users to Excel | |||
Formula should return a result but doesn't | Excel Worksheet Functions | |||
Choose between two cells the lower result of a formula | Excel Worksheet Functions |