Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I have a spreadsheet that I have been working on where I am trying to limit
a user's input in a particular cell to one of 3 options, "No", "Yes", or a date in a "MM/DD/YY" format. Is this possilbe using the Data Validation function, choosing Allow: Custom, and inputing a formula? Thanks! |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Posted this response a couple of days ago
-------------------------------------------- Give this expression a try: =OR(AND(ISTEXT(A1),OR(A1="No",A1="Yes")),AND(ISNUM BER(A1),CELL("format",A1)="d4")) -- Max Singapore http://savefile.com/projects/236895 xdemechanik --- "leimst" wrote in message ... I have a spreadsheet that I have been working on where I am trying to limit a user's input in a particular cell to one of 3 options, "No", "Yes", or a date in a "MM/DD/YY" format. Is this possilbe using the Data Validation function, choosing Allow: Custom, and inputing a formula? Thanks! |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Data Validation, Custom | Excel Worksheet Functions | |||
custom data validation | Excel Worksheet Functions | |||
custom data validation | Excel Discussion (Misc queries) | |||
Custom Data Validation | Excel Discussion (Misc queries) | |||
Data Validation - Custom | Excel Discussion (Misc queries) |