Frank Bacchus
Member
Hi All:
I am using the Data Validation function to control the value and format in my C cells. here is the validation:
=(LEN(C2)=9)*(LEFT(C2,4)="ABC-")*ISNUMBER(--RIGHT(C2,5))
frank
I am using the Data Validation function to control the value and format in my C cells. here is the validation:
=(LEN(C2)=9)*(LEFT(C2,4)="ABC-")*ISNUMBER(--RIGHT(C2,5))
C2 cell will have 9 characters as follows:
The formula works well, as is but I need to change it to allow the numeric portion to be 3 or 4 or 5 numbers. Any ideas on how I can change this? Thanks in advance.First 4 characters will be "ABC-";
The next 5 characters need to be numeric.
The next 5 characters need to be numeric.
frank