Does anyone know what this formula is supposed to do? {=TABLE(D9,D8) Thank you.
M matthew Mar 3, 2005 #1 Does anyone know what this formula is supposed to do? {=TABLE(D9,D8) Thank you.
P Peter Rooney Mar 3, 2005 #2 It could be a custom function - you can write your own in Excel - have you checked in Visual Basic modules in your workbook for a procedure that begins "Function Table" ?
It could be a custom function - you can write your own in Excel - have you checked in Visual Basic modules in your workbook for a procedure that begins "Function Table" ?
J JulieD Mar 3, 2005 #3 Hi Matthew i think you'll find that this 'function' is created via the use of data / table on the menu check out http://it.fuqua.duke.edu/public/2001XLDataTablesMonochrome.pdf for details on this functionality Cheers JulD
Hi Matthew i think you'll find that this 'function' is created via the use of data / table on the menu check out http://it.fuqua.duke.edu/public/2001XLDataTablesMonochrome.pdf for details on this functionality Cheers JulD
J JE McGimpsey Mar 3, 2005 #4 It's the array function generated by Data/Table. See "Create a two-variable data table" in XL Help.