A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Hi,
If so, please take this formula:
=AND( <br><br> AND(OR(CODE(LEFT(F14,1))=68,CODE(LEFT(F14,1))=83),OR(CODE(MID(F14,2,1))=68,CODE(MID(F14,2,1))=83)), <br><br> ISERROR(MID(F14,2,1)+0), <br><br> AND(ISNUMBER(RIGHT(F14,6)+0),LEN(RIGHT(F14,6))=6), <br><br> LEN(F14)=8) It allows only D or S in capital letters in addition to other restrictions:
DS312469 (Allowed)
SD312469 (Allowed)
DSS312469 (Not Allowed)
sD312469 (Not Allowed)
ds312469 (Not Allowed)
Hi,
When I copy that formula it's error.
Sorry about that!
Please change all F14 in the formula to A1.