I'm trying to calculate the var and stdev of the last 3 weeks of a set of data. I've attached the data.
any help would be appreciated
I'm trying to calculate the var and stdev of the last 3 weeks of a set of data. I've attached the data.
any help would be appreciated
Both of the following formulas are array formulas. They need to be confirmed using Ctrl+Shift+Enter:
![]()
=STDEV(IF(--(B10:B623>=H2)*--(B10:B623<=H1)=1,E10:E623))
I noticed your formula in H3 does not include today or the date 21 days ago. The formulas I provided include those two days![]()
=VAR(IF(--(B10:B623>=H2)*--(B10:B623<=H1)=1,E10:E623))
Thanks...Works perfectly. Now I have to figure out if there is any variance in the number of behaviors that occur. Any Stats whizzes out there?
variance is the standard deviation squared
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks