ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   can vba look up a value in the f distribution tables? (https://www.excelbanter.com/excel-programming/419703-can-vba-look-up-value-f-distribution-tables.html)

bloomer

can vba look up a value in the f distribution tables?
 


Mike Middleton

can vba look up a value in the f distribution tables?
 
bloomer -

can vba look up a value in the f distribution tables? <


Yes. For example, the VBA statement

RightTailProbability = Application.WorksheetFunction.FDIST(15.20686486,6, 4)

would assign 0.01 to variable RightTailProbability, and

CriticalValue = Application.WorksheetFunction.FINV(0.01,6,4)

would assign 15.20686486 to CriticalValue.

- Mike Middleton
http://www.DecisionToolworks.com
Decision Analysis Add-ins for Excel




All times are GMT +1. The time now is 12:21 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com