Re: match cells in excel with all characters same except one
in your first post you have stated:
QuoteFor c only one condition is met and again it should give false. Hope I have explained myself clearly
that should have been NOT met.
Try this:
=IF(COUNTIF($A$2:$A$9,A2)=1,FALSE,(COUNTIFS($A$2:$A$9,C2,$B$2:$B$9,"<2")>0)+(COUNTIFS($A$2:$A$9,C2,$B$2:$B$9,">5")>0)=2)