Skip,
I re-arranged my spreadsheet and dramatically cut down on formula length.
I threw in a helper column and added this formula:
=IF(ISERROR(MATCH(L2,$Y$38:$Y$47,0)),1,0)
Which looks to see if the job listed matches my master list. If not it puts a 1 in my helper column
Then I added below...