hello,
Which validation can i use for a cell to accepts as input format "M <space> 123456"
e.g M 123456
should always start with M followed by space and 5 to 6 numbers
in custom validation ive tried .. wht else should i include to meet the criteria??
=EXACT(LEFT(A3,1),"M ")