Excel: CELL() Function in 2.20 Behaves Differently from 1.50

Last reviewed: November 29, 1994
Article ID: Q62520
The information in this article applies to:
  • Microsoft Excel for the Macintosh, versions 1.x, 2.2, 3.0, 4.0

SUMMARY

The CELL() function returns information, such as formatting and location, about a cell. The syntax is CELL(type_of_info,reference). The syntax for versions 3.00 and 4.00 is CELL(info_type,reference).

In Microsoft Excel version 1.50, if the reference is left out, the program assumes that the formula references the cell that the formula resides in.

In Microsoft Excel version 2.20, if the reference is left out, the program assumes that the formula references the current active cell. Thus, when the worksheet recalculates, the value returned will reflect the cell that was active at the time of calculation. To return information about the cell in which the formula resides, include the reference to that cell in the CELL formula.

In Microsoft Excel version 3.00, if the reference is omitted, it is assumed to be the active cell. If reference is a multiple selection, CELL returns the #VALUE! error value.

In Microsoft Excel version 4.00, if the reference is omitted, it is assumed to be the active cell. If reference is a nonadjacent selection, CELL returns the #VALUE! error value.

In Excel versions 3.00 and 4.00, if you need to use cell information in a macro, GET.CELL provides a broader set of attributes.


KBCategory: kbusage
KBSubcategory:

Additional reference words: 1.0 1.00 1.03 1.04 1.06 1.5 1.50 2.2
2.20 3.0 3.00 4.0 4.00


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 29, 1994
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.