I was assuming that this would be something I could find on the web, but I'm just not finding it I'm not.
How would I get I use a query to get the Standard Deviations?
From what I read it should be something like this, but this one isn’t working.
When I try this
I'm getting a reading in the SD field that shows "#Error"
So if I took all the months from Jan - Dec, what would the formula be for a Standard Deviation?
or something like this:
or
Thank for all your help
TCB
How would I get I use a query to get the Standard Deviations?
From what I read it should be something like this, but this one isn’t working.
When I try this
Code:
Standard Deviations: (DStDev([Jan_Fund],[Feb_Fund],[Mar_Fund]))
So if I took all the months from Jan - Dec, what would the formula be for a Standard Deviation?
Code:
Standard Deviations: Val(StDev ([Jan_Fund],[Feb_Fund],[Mar_Fund],[Apr_Fund],[May_Fund],[Jun_Fund],[Jul_Fund],[A
ug_Fund],[Sep_Fund],[Oct_Fund],[Nov_Fund],[Dec_Fund],0)
or something like this:
Code:
(DStDev([Jan_Fund],[Feb_Fund],[Mar_Fund]))
Code:
(StDev([Jan_Fund]),([Feb_Fund],[Mar_Fund]))
Thank for all your help
TCB