Explain it betterwhen the same character appear 4 time in a row
Best practice would be to use a helper column which counts the continuous repetition.same character appear 4 time in a row
Cell Formulas | ||
---|---|---|
Range | Formula | |
C3:C19 | C3 | =IF(AND(B3="X",B3=B2),C2+1,1) |
Cells with Conditional Formatting | ||||
---|---|---|---|---|
Cell | Condition | Cell Format | Stop If True | |
B3:C19 | Expression | =OR(C6=4,C3=4) | text | NO |