R
Richard LT
This seems like a MS bug. If not, does anyone know how to fix this?
I have seen this bug twice now in different workbooks (xls), I first saw
this bug in a xls where cells automatically changed formatting from % to
General when # was replaced with = sign in formulas. All formulas in our xls
templates have # instead of = signs so we can copy their contents to other
xls w/o creating a references to the xls template.
Here's how I worked around this issue:
Ex:
C77(problem cell) is
=C74/PRC1_Value
So we change C74 (numerator) from "=C67-C72" to "=DOLLAR(C67-C72,0)" and
clear C74's formatting.
I found that clearing the formatting & using DOLLAR() in the numerator cell
(to apply it's currency format) fixes the issue.
I have seen this bug twice now in different workbooks (xls), I first saw
this bug in a xls where cells automatically changed formatting from % to
General when # was replaced with = sign in formulas. All formulas in our xls
templates have # instead of = signs so we can copy their contents to other
xls w/o creating a references to the xls template.
Here's how I worked around this issue:
Ex:
C77(problem cell) is
=C74/PRC1_Value
So we change C74 (numerator) from "=C67-C72" to "=DOLLAR(C67-C72,0)" and
clear C74's formatting.
I found that clearing the formatting & using DOLLAR() in the numerator cell
(to apply it's currency format) fixes the issue.