M
mark
I would like to return the formula type of a given cell.
For instance, I want to be able to tell whether the
contents of the cell is a typed in number, or a formula.
In Lotus (which I used to use quite some time ago now), it
was:
@cell("formulatype";a1)
That would return 'v' for a simple number, and 'fv' for a
number that was a formula.
Is there something similar in Excel?
Thanks.
For instance, I want to be able to tell whether the
contents of the cell is a typed in number, or a formula.
In Lotus (which I used to use quite some time ago now), it
was:
@cell("formulatype";a1)
That would return 'v' for a simple number, and 'fv' for a
number that was a formula.
Is there something similar in Excel?
Thanks.