View Single Post
  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Charles Williams
 
Posts: n/a
Default Excel 12, er, 2007 - Semi-idle Curiosity

Hi Jerry,

Any NDA does not apply to any results one gets from testing the publicly
available Beta2.
MSoft expects that the public forums will be a support point for the public
beta.

Charles
______________________
Decision Models
FastExcel 2.2 Beta now available
www.DecisionModels.com

"Jerry W. Lewis" wrote in message
...
NDA only permits discussion of what has already been publically disclosed.

http://blogs.msdn.com/excel/

Is a good place to start for new features and extensions of old features.

http://blogs.msdn.com/excel/archive/...26/474258.aspx

refers to a complete elimination of limits on size of array formulas.

FYI Excel 2003 handles larger arrays with MDETERM.

Jerry

"Harlan Grove" wrote:

Do XL12's MINVERSE and MDETERM handle arrays larger than 51 rows by 51
columns? Also, does the array formula
=MMULT(TRANSPOSE(ROW(1:100000)),ROW(1:100000)) return 3.3333833335E+14
[from the formula for the sum of squares from 1 to N = N (N+1) (2N+1) /
6]? Increase 100000 to 1000000, and does it return 3.333338333335E+17 ?
Or do the NDAs prevent you from saying?