#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 13
Default 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?
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 10,593
Default 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?



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
meaning of : IF(Switch; Average(array A, array B); array A) DXAT Excel Worksheet Functions 1 October 24th 06 06:11 PM
Array Formula? FloridaMaggie Excel Worksheet Functions 2 January 3rd 06 05:19 AM
HELP !!! I have a ARRAY Formula HELP !!! flapokey Excel Discussion (Misc queries) 5 September 14th 05 03:37 AM
Array Formula help pls. klam Excel Worksheet Functions 4 August 24th 05 04:05 PM
Array Formula - using LEFT("text",4) in formula Andrew L via OfficeKB.com Excel Worksheet Functions 2 August 1st 05 02:36 PM


All times are GMT +1. The time now is 09:35 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"