=IF(SUMPRODUCT(--($E6:$Q6<>0))>0,"!"," ")
Hi,
Also assuming G6 and J6 are typos in your formula:
=IF(SUM(E6:Q6),"!","")
You had a SPACE " " as Value if False, I've used a Blank "" , change it if you want.
E6 = 1, F6 = -1, G6:Q6 = 0 and it doesn't produce the correct result.
WBD