J
Jitka
Hi,
need to calculate fact(365) but getting #Num!. Any advice?
Thanks
need to calculate fact(365) but getting #Num!. Any advice?
Thanks
Jitka said:Hi,
need to calculate fact(365) but getting #Num!. Any advice?
Thanks
Jitka said:need to calculate fact(365) but getting #Num!. Any advice?
....Shane Devenshire said:For example if you are trying to calculate
Pk,n = n!/(n-k)! Then use Excel's PERMUT function
and if you are trying to calcualte
Ck,n = n!/(k!*(n-K)!)
use Excel's COMBIN function.
....Harlan Grove said:ALWAYS best to test!
Why don't you report back what Excel returns for PERMUT(365,182) and
COMBIN(365,182)?
David Biddulph said:=COMBIN(365,182) gives me 3.1322E+108
What did your test give, Harlan?
If B1:B365 contains =ROW()...