Kiloelectronvolt
Board Regular
- Joined
- Oct 5, 2015
- Messages
- 81
- Office Version
-
- 365
- Platform
-
- Windows
Hi All!!
I am running this CountIf formula to try and detect any duplicate entries. IF columns B, C, and E are all the same on any rows above, I want it to turn the text RED to let me know that row has been entered above and is a duplicate.
However, this conditional formatting code has single handidly taken my spreadsheet down to a crawl. (unusable) -- The second I remove this formatting, the sheet works fine! is there a better way to do this? Thank you!!
I am running this CountIf formula to try and detect any duplicate entries. IF columns B, C, and E are all the same on any rows above, I want it to turn the text RED to let me know that row has been entered above and is a duplicate.
However, this conditional formatting code has single handidly taken my spreadsheet down to a crawl. (unusable) -- The second I remove this formatting, the sheet works fine! is there a better way to do this? Thank you!!
Code:
=COUNTIFS($B:$B,$B1,$C:$C,C1,$E:$E,E1)>1