=IF(COUNTIF($A$1:$A$12;I1)>0;0;1) [in cells G2 TO K2 is used to check to see if a character in a cell [Say I1] is also in a range.[A1:A12 generated randomly]
If true / returns 0 ; if false / returns 1.
As you see, COUNTIF does not differentiate between upper and lower case.
Options/Calc/calculate /case sensitive is checked on. Is there a way to differentiate between upper and lower case?
It also returns the incorrect answer when looking to verify that characters like <, >, = are in the range
If true / returns 0 ; if false / returns 1.
As you see, COUNTIF does not differentiate between upper and lower case.
Options/Calc/calculate /case sensitive is checked on. Is there a way to differentiate between upper and lower case?
It also returns the incorrect answer when looking to verify that characters like <, >, = are in the range
Statistics: Posted by Geoff T — Mon Jul 22, 2024 4:11 pm