A
Adam1 Chicago
What formula can I write to say: How many values in A1:A100 are greater than
B2+B3?
B2+B3?
didn't seem to work.) ThanksB2-B3 and <B2+B3? (I tried using AND and the trick you showed me, but that
Ron de Bruin said:Something like this(I am sure there are better ways)
=SUM((A1:A100>(B2-B3))*(A1:A100<(B2+B3)))
Array entered (Ctrl-Shift-Enter)
See Chip's Site about
Array formulas
http://www.cpearson.com/excel/array.htm