Friday, January 16, 2015

Data Types

There are many kinds of data that can be inputted in  a cell. They can be numbers, text, and many more data representations.

A Data Type is a standardized representation for any particular kind of data. It also indicates the potential range of values we can store and the operations we can form with them.
http://i.msdn.microsoft.com/

Data types include

  • Currency
  • DateTime
  • Logical/Boolean
  • Number, and of course
  • Text

No comments:

Post a Comment