How do I flag duplicate addresses

J

JP

Hi,
You could try conditional formatting.

I took this example from contextures.com:

Select range A2:A11
Choose Format|Conditional Formatting
From the first dropdown, choose Formula Is
For the formula, enter
=COUNTIF($A$2:$A$11,A2)>1
Click the Format button.
Select a font colour for highlighting.
Click OK, click OK

When you delete a dupe, the formatting will disappear. When all the
formatting disappears, remove conditional formatting.


HTH,
JP
 
D

Debra

Thank you. That was very helpful.

Debra

JP said:
Hi,
You could try conditional formatting.

I took this example from contextures.com:

Select range A2:A11
Choose Format|Conditional Formatting
For the formula, enter
=COUNTIF($A$2:$A$11,A2)>1
Click the Format button.
Select a font colour for highlighting.
Click OK, click OK

When you delete a dupe, the formatting will disappear. When all the
formatting disappears, remove conditional formatting.


HTH,
JP
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top