Explanation
Data validation rules are triggered when a user adds or changes a cell value.
EXACT performs a case-sensitive comparison.
If the two text strings match exactly, EXACT returns TRUE and validation will pass.
If the match fails, EXACT will return FALSE, and input will fail validation.
For example, =LEFT(“apple”,3) returns “app”.
COUNTIF can be used to count…