The information in this article applies to:
SYMPTOMS
When you use an array as an argument in an Analysis ToolPak function, you
will receive the #VALUE! error value. CAUSEThe Analysis ToolPak in Microsoft Excel 5.0 detects the type of data being passed and only accepts single values, unless arrays are required or optional to the function used. If the function expects a single value, and an array is passed, an error will be returned. Example
WORKAROUNDFor functions that return the #VALUE! error value, you will need to use the INDEX() function to use specific elements of the array argument. For example, with MyArray equal to {3,4,5}, =MROUND(INDEX(MyArray,1),2) will be evaluated as MROUND(3,2), and will return the value 4. STATUSMicrosoft has confirmed this to be a problem in the Microsoft products listed at the beginning of this article. REFERENCESFor more information about arguments in functions, click Contents And Index on the Help menu, click the Index tab in <application> Help, type the following text arguments, array formulasand then double-click the selected text to go to the "About array formulas and how to enter them" topic. If you are unable to find the information you need, ask the Office Assistant. Additional query words: analysf.xla xl xl97
Keywords : |
Last Reviewed: September 20, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |