abberyfarm
Well-known Member
- Joined
- Aug 14, 2011
- Messages
- 733
Hi there,
I calculate the standard deviation of range using the code below
I am wondering if there is a similar one for calculating the variance of the range?
Thanks
I calculate the standard deviation of range using the code below
I am wondering if there is a similar one for calculating the variance of the range?
Code:
StandardDevVel = Application.StDevP(Worksheets("raw").Range(Cells(sp, 3), Cells(ep, 3)))