I want to determine, the data type of a particular cell. For eg:
A1 contains a numeric value, A2 contains a text, A3 contains a string, A4
contains a date.
I want in B1 to B4, a cell formulae, which determines, what data type is the
value in A1, A2, A3, A4 respectively.
I have the idea of determining a numeric and a text through the use of
IsNumber
and IsText functions respectively or by using =Type() function which returns 1
or 2 or 3 based on the data type in the cells. I dont know how to do it for date
type.
Can someone pls help me with that.