Data Type

R

Rick Kalifa

Is there a way to find the Data Type in a field? I've looked through the
functions but have had no luck.

Thanks in advance,
Rick.
 
J

Jim

Is this an Excel question? Or are you working in Access? In Excel, the
function =ISTEXT(A1) will "look" in cell A1 and return TRUE if the value is
text. There are several IS_ functions which work this way.
 
E

Earl Kiosterud

Rick,

If you're looking for data types like integer, string, float, you won't find
them. Excel cells have numbers (IEEE 64-bit floats), text (strings) or
formulas (aka links -- start with =, and return numbers or text). You can
use the CELL function to determine some things about the contents of a cell.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top