heres an example:
http://sci.tech-archive.ne
Main Topics
Browse All TopicsI have read some of the prior questions on if Excel can calculate the p-value such as in the below example:
1100 3000
500 990
Currently I use MINITAB to do all the statistical testing to figure out if there is significance at the .05 or .10 level.
MINITAB example:
Test and CI for Two Proportions
Sample X N Sample p
1 1100 3000 0.366667
2 500 990 0.505051
Difference = p (1) - p (2)
Estimate for difference: -0.138384
95% CI for difference: (-0.173983, -0.102784)
Test for difference = 0 (vs not = 0): Z = -7.62 P-Value = 0.000
Fisher's exact test: P-Value = 0.000
Is there a way to calculate the p value in Excel with a formula?
Thanks!
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
heres an example:
http://sci.tech-archive.ne
I'm not sure what your data represents, but the formula is:
= TDIST(ABS(tstat),df,#tails
Where tstat = the t-statistic being calculated
df = degrees of freedon
#tails I assume for you would be 2
Heres a good page with Excel statistical functions:
http://www.comfsm.fm/~dlee
I appreciate your patients. Stats are not my expertise.
In this case, it would be two trails but I don't know what the degrees of freedom is. Please see the attach Excel file. I can run a test of 2 proportions in MINITAB to find out the p-value but would like to just do this in Excel to cut down on repetitive copy/pasting from Excel to Minitab. In the attached file, I pasted the MINITAB results.
If you can help me out, that would be great.
Thanks.
This addin is free and seems to work. Check it out:
http://www3.wabash.edu/eco
Thanks for trying to help on this question. I do not completely understand how to apply the solution to my specific issue but that is because of my lack of understanding of p-value statistics. The answers given have helped me understand p-value calculations and it is good to know that Excel can do p-values.
Thanks.
Business Accounts
Answer for Membership
by: NULL_ReferenceExceptionPosted on 2009-08-03 at 11:41:32ID: 25007174
You can use TDist for this