Hi guys
I have the following formula which fires when 2 values in a range are the same or less than 2:
=IF(T5<>"","CL",IF($E$2="In",IF(AND(A5<>"",COUNTIF($F$5:$F$45,"<2")>=2,O5<=2),"B3","")))
I am trying to add additional criteria so it also fires when 3 values in a range are the same or less...