Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Biff's formula should work fine, but as shorter alternative you could
try: =AND(MID(A1,ROW(INDIRECT("1:"&LEN(A1))),1)="a") which also allows accented characters or for pure text try: =SUM(LEN(A1)-LEN(SUBSTITUTE(UPPER(A1),CHAR(ROW(INDIRECT("65:90" ))),"")))=LEN(A1) Make sure A1 is selected when you enter this in the condition formatting dialog box. Biff wrote: What exactly do you mean? The length of the formula (213 chars) is within the length limit (255 chars). It works just fine on my end. Try this: Enter the formula in a cell then copy it and paste it into the validation refedit box. Biff "Kimberly" wrote in message ... I am not able to enter this formula into the data validation in order to allow a user to only enter text. any suggstions? =SUMPRODUCT(--(ISNUMBER(MATCH(CODE(MID(A1,ROW(INDIRECT("1:"&LEN( A1))),1)),ROW(INDIRECT("97:122")),0))))+SUMPRODUCT (--(ISNUMBER(MATCH(CODE(MID(A1,ROW(INDIRECT("1:"&LEN( A1))),1)),ROW(INDIRECT("65:90")),0))))=LEN(A1) |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel Macro to Copy & Paste | Excel Worksheet Functions | |||
Data Validation with Formula | Excel Discussion (Misc queries) | |||
named range, data validation: list non-selected items, and new added items | Excel Discussion (Misc queries) | |||
HELP: Data > Validation ---List ----Formula | Excel Worksheet Functions | |||
Excel2K: Is it possible to use dynamic named ranges in custom data validation formula? | Excel Discussion (Misc queries) |