XL5: 3-D Syntax in Array Formula Calculated Incorrectly |
=SUM(IF(Sheet1!A1:Sheet1!A3="a",1,0))
NOTE: The above formula must be entered as an array formula. To enter a
formula as an array formula in Microsoft Excel for Windows, press
CTRL+SHIFT+ENTER. In Microsoft Excel for the Macintosh, press
COMMAND+ENTER.
Sheet1!A1:A3 To work around this problem, change the formula in cell A5 to a 2-D formula as follows:
=SUM(IF(sheet1!A1:A3="a",1,0))
NOTE: The above formula must be entered as an array formula. To enter a
formula as an array formula in Microsoft Excel for Windows, press
CTRL+SHIFT+ENTER. In Microsoft Excel for the Macintosh, press
COMMAND+ENTER.
Microsoft has confirmed this to be a problem in the Microsoft products listed at the beginning of this article. This problem was corrected in Microsoft Excel version 5.0c.
"User's Guide," version 5.0, pages 135-137, 171-174
Additional query words: 5.00a
Keywords :
Version : 5.00
Platform : WINDOWS
Issue type :
Technology :
|
Last Reviewed: September 20, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |