M
MyVeryOwnSelf
This ought to avoid false hits:
=AND(LEN($AK$2)=3,SEARCH($AK$2&".","JAN.MAR.MAY.JUL.SEP.NOV."))
The extra "." is to avoid false hits like "ARM".
=AND(LEN($AK$2)=3,SEARCH($AK$2&".","JAN.MAR.MAY.JUL.SEP.NOV."))
The extra "." is to avoid false hits like "ARM".