Setting field size and type

T

tsap

How Do you set the field type and size? Example: I need to set the size to
9 characters and type to numeric.
 
J

J. Sperry

It sounds like you're asking a question suited for Microsoft Access
(database). However, if you truly do want this for a spreadsheet, then add
Data Validation to the cell(s), specifying "Whole number" for the allowed
type, and 999999999 for the maximum.
 
Top