drewzilla652
New Member
- Joined
- Oct 19, 2010
- Messages
- 19
I have a spreadsheet where I am trying to calculate the STDEV of numbers in a non-contiguous range, with the MAX and MIN numbers taken out.
I've named the non-contiguous range, as noted in the sample below, but I'm getting a #VALUE error. the range "month1" in the sample below, includes two columns of data (months 1 and 13).
THANK YOU! in advance for any help.
=STDEVP(IF(month1<>MAX(month1),IF(month1<>"",IF(month1<>MIN(month1),month1))))
I've named the non-contiguous range, as noted in the sample below, but I'm getting a #VALUE error. the range "month1" in the sample below, includes two columns of data (months 1 and 13).
THANK YOU! in advance for any help.
=STDEVP(IF(month1<>MAX(month1),IF(month1<>"",IF(month1<>MIN(month1),month1))))