|
|
|
|
|
by jamses
834 days ago
|
|
Ctrl+` will show the underlying formula, or you could use conditional formatting to apply whatever style you want to static values =NOT(ISNUMBER(FIND("=",FORMULATEXT(A1)))), or you could write a VBA macro to do that and more (e.g. find all the formula that have been zeroised, etc). |
|
The macro was the first thing that came to mind. Your formula is cleaner.