So I need to symbolize based on two attributes: the INSP_STATUS and the Subtype. If there is no INSP_STATUS (ie. = null), than each subtype will have a different symbol.
But....if there is an INSP_STATUS (ie. a few different options), than regardless of the Subtype, they can all be the same symbol. This is what I have so far....a symbol for each subtype:

When I try to add a custom value with some conditional statement for the "YES" INSP_STATUS to cover all of the sybytpes, I just get an error:

Does anyone know how to accomplish this?? Or do I just need to make a symbol for every possible combination of INSP_STATUS and Subtype??