Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
hello,
let's say i have data in the range (E2:E88), i want to calculate the standard deviation in cell "E89" , i entered this formula ={STDEV(IF(ISERROR(E2:E88),"",E2:E88))}, i want to modify this formula to not just skip errors but blanks and values that are bigger than 100 also, can anyone help me? |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=STDEV(IF((NOT(ISERROR(E2:E88)))*(E2:E88<=100),E2: E88))
-- --- HTH Bob (there's no email, no snail mail, but somewhere should be gmail in my addy) "nada" wrote in message ... hello, let's say i have data in the range (E2:E88), i want to calculate the standard deviation in cell "E89" , i entered this formula ={STDEV(IF(ISERROR(E2:E88),"",E2:E88))}, i want to modify this formula to not just skip errors but blanks and values that are bigger than 100 also, can anyone help me? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
meaning of : IF(Switch; Average(array A, array B); array A) | Excel Worksheet Functions | |||
Array Formula? | Excel Worksheet Functions | |||
HELP !!! I have a ARRAY Formula HELP !!! | Excel Discussion (Misc queries) | |||
Array Formula help pls. | Excel Worksheet Functions | |||
Array Formula - using LEFT("text",4) in formula | Excel Worksheet Functions |