K
ksnapp
hi
can anybody tell why this doesn't work, or better yet show me how t
make it work
Function Dandy(P As Double, rng)
Dim M As Double
M = Application.Average(rng)
Dim S As Double
S = Application.StDev(rng)
Dandy = Application.Norminv(P, M, S)
End Function
What im tryin to do is write a UDF tha replaces this
=Norminv(P, average(range), Stdev(range)
can anybody tell why this doesn't work, or better yet show me how t
make it work
Function Dandy(P As Double, rng)
Dim M As Double
M = Application.Average(rng)
Dim S As Double
S = Application.StDev(rng)
Dandy = Application.Norminv(P, M, S)
End Function
What im tryin to do is write a UDF tha replaces this
=Norminv(P, average(range), Stdev(range)