Thread
:
Formula confusion
View Single Post
#
5
Posted to microsoft.public.excel.worksheet.functions
Harlan Grove[_2_]
external usenet poster
Posts: 1,231
Formula confusion
"Harlan Grove" wrote...
....
=IF(n<0,"n must be nonnegative",EXP(LN(x)*n-GAMMALN(n)))
I would screw that up. It should be
=IF(n<0,"n must be nonnegative",EXP(LN(x)*n-GAMMALN(n+1)))
Reply With Quote
Harlan Grove[_2_]
View Public Profile
Find all posts by Harlan Grove[_2_]