Prev Previous Post   Next Post Next
  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 947
Default Fact()

Hi David. That's a great technique. Thanks.

If B1:B365 contains =ROW()...


Perhaps we could eliminate the B1:B365 cells with this Array formula...

=PRODUCT(ROW(INDIRECT("A1:A365"))/100)

Another variation of that same equation is:

=EXP(GAMMALN(366)-365*LN(100))

but it's only good for a few digits, as GammaLn is not very accurate.

Thanks. :)
Dana DeLouis


David Biddulph wrote:
You can use Excel to get an rough (15 sig fig) approximation to FACT(365) by
trimming down by a couple of orders of magnitude in each row. If B1:B365
contains =ROW(), you can use an array formula =PRODUCT(B1:B365/100) to get
2.51041E+48 or as number with no decimal places to see that the significant
figures are 251041286755588, and then the number would need to be multiplied
by 10^(2*365), so 1E+730 would change the exponent term from E+48 to E+778
(as Dana gave below).
--
David Biddulph


"Dana DeLouis" wrote in message
...
Jitka wrote:
Hi,
need to calculate fact(365) but getting #Num!. Any advice?
Thanks

Hi. As a side note, a math program indicates it is 779 digits long.
Here's an approximate value:

2.510412867555873*10^778

As others have mentioned, it's too large for excel.

(If it helps, the Natural Log of 365! is...)

Log(365.!) = 1792.3316495780505
- - -
Dana DeLouis



 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Determing the SQL Datasource After the Fact Gilley Excel Discussion (Misc queries) 2 June 13th 07 07:32 PM
Insert-Name-Define How to change formula after-the-fact? Heidi Excel Worksheet Functions 2 August 24th 06 05:38 PM
Factorial (like =FACT) function? mr tom Excel Worksheet Functions 8 June 13th 06 01:45 AM
Adding a date stamp to each cell in column - after the fact [email protected] Excel Discussion (Misc queries) 1 April 24th 06 10:28 PM
Pivot tables share source data "after the fact" Don S Excel Worksheet Functions 4 March 23rd 05 03:44 PM


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

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"