Could you use a filter to achieve what you want?
Failing that, maybe add a helper column and use a formula like...
if(or(left(cell,2)="M3",left(cell,2)="M4"),"Yes","")........replace the "yes" and "" with whatever you want.
You can then filter on just that value
Bookmarks