Hi everyone,
I am trying to formulate the proper expression for the following condition:
The cell value should consisit of the combination: 2 capital letters ([A-Z]), 9 alphanumeric values (\w) and 1 digit (\d)
An example of the allowed cell value would be 'GB1w87p30f40'.
I tried a few variations of the expression I thought would work but I can't seem to put it together properly.
Would appreciate it if somebody could help me out here.
Thanks in advance!