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

Excel Wisdom
Using a mouse in Excel is the work equivalent of wearing a lanyard when you first get to college

xenou

MrExcel MVP
Joined
Mar 2, 2007
Messages
16,836
Office Version
  1. 2019
Platform
  1. Windows
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

GMFTM

New Member
Joined
Nov 4, 2016
Messages
42
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,191,173
Messages
5,985,090
Members
439,940
Latest member
Kyrad42

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
Top