Excel: CELL() Function Doesn't Update When Formatting Changed

Last reviewed: November 30, 1994
Article ID: Q44022
The information in this article applies to:
  • Microsoft Excel for Windows, version 4.0
  • Microsoft Excel for the Macintosh, versions 1.x, 2.x, 3.0, 4.0

SUMMARY

The worksheet function CELL() in Microsoft Excel returns information about the formatting, location, and contents of a given cell. However, the formatting information ("width", "protect", "format", and "prefix") will not be updated once the function is entered unless other cell attributes (contents or location) are also changed.

This problem occurs because Excel does not use formatting dependencies. (It does not consider a cell changed unless its actual contents are altered.) This is done for speed considerations.

MORE INFORMATION

For example, if you enter =CELL("format",B1) into cell A1, with B1 formatted as General, then change the number format of B1 to 0.00, A1 will still contain "G" (for General). Entering 3.50 into B1 will cause A1 to update and display the correct value: "F2" (for Fixed 2 Decimal).

The CELL() function was included for compatibility with Lotus 1-2-3 files. Lotus 1-2-3 handles the updating of the CELL() function the same way.

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