The way I USED to do stuff like this, was just add in another column. (a hidden one somewhere) for example.... Column G.
the formula would array from g5 to g30, and would be like so.....
=if(and(Cx = "jon", Fx = "good"),1,0)
So all the rows with Jon and Good, would return a 1.
The rest would...