Home |
Search |
Today's Posts |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
How do I set Customized validation to allow first alpha two digits and
follow by two numeric digits. (Like CN15) Thank you for your help! try this: =(LEFT(A1,1)="A")*(MID(A1,2,1)="A")*(MID(A1,3,1) <="9")*(RIGHT(A1,1)<="9")*(LEN(A1)=4) -- Regards Melanie Breden - Microsoft MVP für Excel - http://excel.codebooks.de (Das Excel-VBA Codebook) |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How can this Micro customized. Please help | Excel Discussion (Misc queries) | |||
Validation Data using Validation Table cell range..... | Excel Discussion (Misc queries) | |||
Customized Pie Chart | Excel Discussion (Misc queries) | |||
How do you keep your toolbar customized the way you set it up? | New Users to Excel | |||
Customized function (in cell) does not refresh value :o( | Excel Discussion (Misc queries) |