Need to highlight duplicate entries within column A

Noir

Active Member
Joined
Mar 24, 2002
Messages
362
Column A of my workbook has a series of serial numbers. I would like to be able to either highlight the cell of bold the text when a serial numbers has been entered more than once within column A.

Thanks,
Noir
 

Excel Facts

Pivot Table Drill Down
Double-click any number in a pivot table to create a new report showing all detail rows that make up that number
On 2002-05-10 09:25, Noir wrote:
Column A of my workbook has a series of serial numbers. I would like to be able to either highlight the cell of bold the text when a serial numbers has been entered more than once within column A.

Thanks,
Noir

Suppose your values are in cells A2:A11, then use Conditional|Formatting -- put the following formula for cell A2

=COUNTIF($A$2:$A$11,"="&$A2)>1

Hope This Helps!
 
Upvote 0
On 2002-05-10 09:31, Brian from Maui wrote:
Noir,

Try this conditional formatting

=countif(A:A,a1)>1

Hi Brian:

Your formula is short and sweet! and is better than mine.

Regards!
 
Upvote 0
On 2002-05-10 10:05, Brian from Maui wrote:
Yogi,

You mean I FINALLY got one right! :)

Actually I got the formula from this board a while back.

Brian

Hi Brian: Now let us not be too modest -- Great Job.

Regards!
 
Upvote 0

Forum statistics

Threads
1,214,376
Messages
6,119,172
Members
448,870
Latest member
max_pedreira

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top