Use NOT and '%a%' to select items with a title that doesn't contain the letter a.
NOT
'%a%'
title
a
Make sure to type NOT LIKE '%a%'.
NOT LIKE '%a%'