Excel: Documentation Error with Array Arguments to Functions

Last reviewed: November 3, 1994
Article ID: Q78661
Summary:

The "Microsoft Excel Function Reference" for version 3.0, states the following on pages xiii and xiv:

   Some worksheet functions (AND, AVERAGE...) can take from 1 to 14
   arguments, all of the same data type. If an array is used as an
   argument to one of those functions, each element of the array
   produces a single result. For example, SUM({1,2,3;4,5,6}) has one
   element and produces one result, 21.

The portion of the statement which reads

   ...each element of the array produces a single result

can be interpreted incorrectly to mean that each element produces its own single result. A clearer statement would be:

   ...each element of the array is evaluated as if it were a separate
   and unique value. The combined elements of the array produce a
   single result.

References(s):

"Microsoft Excel Function Reference," version 3.0, pages xiii-xiv

"Microsoft Excel Functions and Macros," version 2.1, page 13


KBCategory: kbother
KBSubcategory:

Additional reference words: 3.00 3.0


THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Last reviewed: November 3, 1994
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.