=+IF(OR(G6<-4, G6>4), "NOT PASS", "PASS")

this will return a pass for numbers -4, -3, -2, -1, 0, 1, 2, 3, 4 and a not pass otherwise