Hello
If you can create a named range of numbers 0 to 9, perhaps called 'Numbers' then try this rather convoluted
Custom Validation formula:
Formula:
=(MIN(FIND(Numbers,LEFT(A3,2)&1234567890))>2)*(ISNUMBER(VALUE(MID(A3,3,2))))*(MIN(FIND(Numbers,MID(A3,5,4)&1234567890))>4)*(ISNUMBER(VALUE(RIGHT(A3,9))))*LEN(A3)=17
Here applied to A3. This should produce an input error if the syntax described (2 letters; 4 numbers; 4 letters and 9 numbers; length 17) is not entered in the cell. It seems to work but you'll need to test it out and try and break it to see if works for you.
There may be a simpler way but at the moment it escapes me.
DBY
Bookmarks