Home |
Search |
Today's Posts |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
One could always use the concatenation technique which isn't nesting. The
limit being the formula length itself. Biff "Harlan Grove" wrote in message ups.com... tjtjjtjt wrote... It's coming soon: ... In a way, it's been available for over a decade - just not in Excel. 123R5 handles 22 nested levels and 49 arguments. OpenOffice 2.0 Calc handles 39 nested levels and has no limit on the number of arguments other than its limit on formula length. Gnumeric 1.6.0 handles at least 100 nested levels (I got bored writing the formula, so that's where I stopped) and like OO Calc is only limited in the number of arguments by the limit on formula length. The number of nested levels may be limited by a static size call stack (which Microsoft is boldly increasing for the first time since Excel version 1.0). The limit on the number of arguments is purely artificial. Excel could store the results of evaluated arguments in the dynamically allocated heap, like it almost certainly stores evaluated arrays of millions of elements, e.g., {=SUM(0,(ROW(1:65535)-1)*64+COLUMN(C:BN)-2,0)}, which evaluates correctly to 8,795,826,685,920. It's very hard to come up with a reason Excel 12 will still be limited to 255 arguments when Excel 10 (aka 2002 or XP, which I'm using right now) can handle individual arguments returning arrays of millions of numbers. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Do nested subtotals have an errror in Excel 2003 | Excel Discussion (Misc queries) | |||
Excel nested IF formula question | Excel Discussion (Misc queries) | |||
TRYING TO SET UP EXCEL SPREADSHEET ON MY COMPUTER | New Users to Excel | |||
Value Errors with EXCEL XP not showing up in EXCEL 2000 | Links and Linking in Excel | |||
Difference in number of Excel NewsGroups | Excel Discussion (Misc queries) |