I am having a problem with a countif formula. I'm trying to count all cells not equal to <10/<10. I was trying to use =COUNTIF(RANGE,"<><10/<10"), but it didn't work, so the computer tech at my company told me to try =COUNTIF(RANGE,"*/10")+COUNTIF(RANGE,"10/*"), but I'm...