Dutchralian
New Member
- Joined
- Oct 22, 2023
- Messages
- 1
- Office Version
- 2019
- Platform
- Windows
Hi All,
I need help creating a formula to highlight 3 or more consecutive duplicate cells.
In the belwo example, row 6 should read false just like that in row 7. Rows 4, 8 and 10 are correct.
This is my formula so far
=COUNTIF(C6:I6;$J$1)>=3+AND(C6:I6;C6<>D6;D6<>E6;E6<>F6;F6<>G6;G6<>H6;H6<>I6)
Can you please help make the formula correct?
Thanks.
I need help creating a formula to highlight 3 or more consecutive duplicate cells.
In the belwo example, row 6 should read false just like that in row 7. Rows 4, 8 and 10 are correct.
This is my formula so far
=COUNTIF(C6:I6;$J$1)>=3+AND(C6:I6;C6<>D6;D6<>E6;E6<>F6;F6<>G6;G6<>H6;H6<>I6)
Can you please help make the formula correct?
Thanks.