(no title)
jamses
|
2 years 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).
analog31|2 years ago
The macro was the first thing that came to mind. Your formula is cleaner.
qsi|2 years ago
Tomte|2 years ago
n_plus_1_acc|2 years ago