I need to validate a cell that has a few specific requirements. The LEN(A1)=6 and the composition of the entered values must be as follows an uppercase text character, then a numeric value (one digit),an uppercase text character, then a numeric value (one digit), an uppercase text character, then a numeric value (one digit). Here is an example A1B2C1.
I will be using this field to validate bin numbers in a stock take and they are being manually entered. I know I can validate the length of the input as well as whether it should be text or numeric, but not the specific mix I require.
Thank you