Home |
Search |
Today's Posts |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
If you want this as a data validation rule copy/paste the formula into the
data validation refedit. If you want this as a worksheet function enter the formula as an array ** : =SUM(5-LEN(SUBSTITUTE(UPPER(LEFT(A1,5)),CHAR(ROW(INDIRECT ("65:90"))),"")),COUNT(--MID(A1,6,4)),COUNT(SEARCH(CHAR(ROW(INDIRECT("65:90 "))),RIGHT(A1))))=7 Meets these conditions: Length must be 10 chars long The first 5 chars must be A-Z or a-z only The 6th to 9th chars must be the digits 0-9 only The 10th char must be A-Z or a-z only ** array formulas need to be entered using the key combination of CTRL,SHIFT,ENTER (not just ENTER) -- Biff Microsoft Excel MVP "Montu" wrote in message ... I want to valided or check of a cell value which content alphanumeric. the features of alphanumeric value is - 1) lenth should not exceed 10 2) First five character should be alphabatic, next four character should be numeric & last character should be alphabetic. as example - ABCDE1234E So is there any way to do the same. Thanks in advance. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
ALPHANUMERIC | Excel Worksheet Functions | |||
How to add alphanumeric data? (e.g., 1C+2D) | Excel Discussion (Misc queries) | |||
alphanumeric range | Excel Worksheet Functions | |||
alphanumeric sort | Excel Discussion (Misc queries) | |||
Sorting alphanumeric | Excel Discussion (Misc queries) |