I want to highlight all duplicates based on the first text of each cell in a column. There are many but this based on any duplicate first text word in the column not just a specific text.
E$5:E$132
[pre]
E F
Mary 3
Skip 2
Mary 2
Skip 1
Mary 1
...
[/pre]
Column F has this formula...
[tt]
F5: =SUMPRODUCT(--(E5:E$9999=E5))
[/tt]
Using Conditional Formatting...
1. SELECT Column E
2. Open the CF Editor
3. Add a new rule using a formula to determine which cells to format
4. Use this formula... =AND(SUMPRODUCT(--($E:$E=E1))=F1,F1>1)
5. Select your Format
6. Apply the Conditional Formatting rule
The reason I used e5:E$9999=E5 and $E:$E=E1 is in the event that your list of duplicates expands.
Skip,
[sub]
Just traded in my OLD subtlety...
for a NUance![/sub]
"The most incomprehensible thing about the universe is that it is comprehensible" A. Einstein
You Matter...
unless you multiply yourself by the speed of light squared, then... You Energy!
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.