array formula

N

nada

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?
 
B

Bob Phillips

=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)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top