I want to know what is the proper formula to use this…
IF(Checkincount= 99, TRUE(), FALSE())
I’d like to have an or option meaning
IF(Checkincount= 99, TRUE(), FALSE()), OR IF(Checkincount= 199, TRUE(), FALSE()), OR IF(Checkincount= 299, TRUE(), FALS...