Configuration: Windows XP Internet Explorer 7.0
hello,
cant you find something in the help file of excel itself ? waiting for you |
Maybe the COUNTIF function can assist you with this?
Here is a page with relevant functions tutorial videos: http://www.free-training-tutorial.com/statistical-functions.html |
If you're willing to hard-code your high and low specs, you can use this as a workaround.
=COUNT(A1:A19)-COUNTIF(A1:A19,"<=1")-COUNTIF(A1:A19,">=5") It's counting all the instances in the range, then subtracting those values equal to or below your low spec and those equal to or above your high spec. It's clumsy but it works. |
Results for
Results for
Results for
Results for
Results for