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

Can you sort left to right?
To sort left-to-right, use the Sort dialog box. Click Options. Choose "Sort left to right"
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,957
Messages
6,122,472
Members
449,087
Latest member
RExcelSearch

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