Stand Deviation Question

GMFTM

New Member
Joined
Nov 4, 2016
Messages
42
I have a query build Calculating the Days to Sell, now I need to apply the DStDev to this, however, new to this in access, did it in excel, but never in Access.

Days to Sell: Avg([Sale_Date]-[Secured_Dt])

This is what I need to apply the Std Dev to.

Can someone help me with the syntax?
 

Excel Facts

What is the fastest way to copy a formula?
If A2:A50000 contain data. Enter a formula in B2. Select B2. Double-click the Fill Handle and Excel will shoot the formula down to B50000.
In the Dxx() function you will use your query as the source for the values.

=DStdev("MyField","MyQuery")
where MyQuery is the name of your query and MyField is the field in the query that has the values you want the stdev for.

Funny that I never saw this function existed before.
 
Last edited:
Upvote 0
Thank you even though I mis-spoke, instead of syntax I should have said expression.

In the Dxx() function you will use your query as the source for the values.

=DStdev("MyField","MyQuery")
where MyQuery is the name of your query and MyField is the field in the query that has the values you want the stdev for.

Funny that I never saw this function existed before.
 
Upvote 0

Forum statistics

Threads
1,214,971
Messages
6,122,517
Members
449,088
Latest member
RandomExceller01

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top