473,398 Members | 2,525 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,398 software developers and data experts.

Statistical analysis functions in Access?

Hello,

Are there any add-ins for access that would allow me to run a formula similar to the '=NORMDIST' function in excel?

If not, is my only choice to export the data into an excel spreadsheet, run my calculations, and export back results column using VB?

Thanks in advance.

Cheers,
John
Oct 5 '07 #1
3 9911
Scott Price
1,384 Expert 1GB
Hello,

Are there any add-ins for access that would allow me to run a formula similar to the '=NORMDIST' function in excel?

If not, is my only choice to export the data into an excel spreadsheet, run my calculations, and export back results column using VB?

Thanks in advance.

Cheers,
John
Actually, John, you're in luck :-)

You can call Excel functions from within Access using this command: Excel.WorksheetFunction.[FunctionName] ([Parameters]). This is shown using the Forecast function in the following link: http://www.thescripts.com/forum/thread701643.html

Regards,
Scott
Oct 6 '07 #2
Scott Price
1,384 Expert 1GB
I guess I should make that a little clearer: You can call these functions from within VBA code running in Access.

The function I posted a link to does just this, calling the function from a query.

Regards,
Scott
Oct 6 '07 #3
NeoPa
32,556 Expert Mod 16PB
NB. You need to enable the link to the library first (It is not enabled by default).
From the Access window use Alt-F11 to open / switch to the VBA Window.
From there use Tools / References... to select the Excel library.
This may need to be repeated on other PCs if they also wish to use the database, but it may (now I think about it) be stored in the database instead.
Oct 6 '07 #4

Sign in to post your reply or Sign up for a free account.

Similar topics

1
by: Craih Matthews | last post by:
hello, does anyone know how to do statistical functions within php? i mean things like standard deviation, regression etc? any code samples, examples etc would be great! thanks! cm
0
by: Verde | last post by:
Excel is packed with a bunch of statistical and financial functions. Is there a comprehensive set of similar functions in then .NET Framework base classes? Or do I need to somehow call Excel via...
3
by: Thomas Nelson | last post by:
Sorry if this is a FAQ, but I couldn't find a good summary through google. What kinds of statistical analysis tools exist in python? I really just need t-tests, chi-squared test, and other such...
0
by: exits funnel | last post by:
Hello, I apologize if this question is a bit vague and slightly off topic but I couldn't find an Analysis Services and/or ODBO specific newsgroup. In any event, I'm trying to address an issue...
1
by: mc | last post by:
When I run Code analysis on my website I always get 4 errors, one from each of my Global.asax functions Application_Error,Application_Start, Session_End, Session_Start. the error is "'Function...
0
by: John Henry | last post by:
I am looking for a simple Python function for handling a set of time series data. For instance, I might have the following raw data (year's worth): 1/1/2005 12:00 AM 11.24 1/1/2005 12:10...
4
by: Talbot Katz | last post by:
Greetings Pythoners! I hope you'll indulge an ignorant outsider. I work at a financial software firm, and the tool I currently use for my research is R, a software environment for statistical...
2
Lokean
by: Lokean | last post by:
I'm working on a Common language runtime integration project. We do HEAVY number crunching and would like to integrate some of the aggregate functions for statistical processing, like those which...
1
by: ray pulbrook | last post by:
My questions are can you use access to query correlation and regression analysis or should i link an excel spreadsheet to the database that has those functions specific to the analysis. if you can do...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.