You should be able to apply conditional formatting to your column B that highlights cells that are duplicates or have the word "TBA" in them.

Rule1 - Formula
=COUNTIF(B:B, B1)>1

Rule 2 - Formula
=B1="TBA"


Apply to the entire column (or just the range with data).