I need to identify whether a cell contains a numeric constant or a function which returns a number. For example I want to distinguish between a cell that has 3 entered as a constant and a cell that has A1+B2 whose result is 3.
The functions (formulas) vary. They don’t all contain +,-,/ or *. But I think they do all contain at least one of these operators.
Any help would be much appreciated.