ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   array formula (https://www.excelbanter.com/excel-worksheet-functions/188003-array-formula.html)

nada

array formula
 
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?

Bob Phillips

array formula
 
=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?





All times are GMT +1. The time now is 03:01 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com