ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   Cell Format - Field Size (https://www.excelbanter.com/excel-discussion-misc-queries/153112-cell-format-field-size.html)

Access Front End

Cell Format - Field Size
 
Hi !

I trying to create a cell for data entry "State". How's can I format the
cell so that cell only take 2 digits. Is there a option like Access call
"Field Size" that allow you to enter the number of charater ? Thanks

Cathy

bj

Cell Format - Field Size
 
check data-validation-setting and select text size

"Access Front End" wrote:

Hi !

I trying to create a cell for data entry "State". How's can I format the
cell so that cell only take 2 digits. Is there a option like Access call
"Field Size" that allow you to enter the number of charater ? Thanks

Cathy


Max

Cell Format - Field Size
 
Assume cell is A2

Select A2
Click Data Validation,
Allow: Custom
Formula:
=AND(ISNUMBER(A2),LEN(A2)=2)
Click OK
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"Access Front End" wrote:
Hi !

I trying to create a cell for data entry "State". How's can I format the
cell so that cell only take 2 digits. Is there a option like Access call
"Field Size" that allow you to enter the number of charater ? Thanks

Cathy



All times are GMT +1. The time now is 10:45 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com