You can probably use a formula in the data validation. Something like
=AND($A1<15,LEFT($B1,1)="T")

or, if it's one or the other
=OR($A1<15,LEFT($B1,1)="T")