Highlighting 2 identical values in a Column.

steveh8204

Board Regular
Joined
Aug 20, 2018
Messages
143
Hi,

A simple one really but what is the best way to highlight similar values in a column of numbers?

Regards
 

Excel Facts

Did you know Excel offers Filter by Selection?
Add the AutoFilter icon to the Quick Access Toolbar. Select a cell containing Apple, click AutoFilter, and you will get all rows with Apple
similar values or identical values

conditional formatting - use a formula with a countif() > 1
 
Upvote 0
similar values or identical values

conditional formatting - use a formula with a countif() > 1

This doesn't appear to work. I've just entered "countif()>1" in the "Use a formula to determine which cells to format", am I missing something?
 
Upvote 0
you need the range and criteria

do you have a sample sheet?
 
Upvote 0
for 2007, 2010 , 2013 or 2016 excel version
Conditional Formatting


Highlight applicable range >>

B:B



Home Tab >> Styles >> Conditional Formatting
New Rule >> Use a formula to determine which cells to format
Edit the Rule Description: Format values where this formula is true:



=countif(B:B,B1)>1



Format [Number, Font, Border, Fill]
choose the format you would like to apply when the condition is true
OK >> OK
 
Upvote 0
for 2007, 2010 , 2013 or 2016 excel version
Conditional Formatting


Highlight applicable range >>

B:B



Home Tab >> Styles >> Conditional Formatting
New Rule >> Use a formula to determine which cells to format
Edit the Rule Description: Format values where this formula is true:



=countif(B:B,B1)>1



Format [Number, Font, Border, Fill]
choose the format you would like to apply when the condition is true
OK >> OK

Hi, sorry as you can tell I'm hopeless at CF. Thanks for your help.

I've had some joy but one has come up even though it's a unique value which is strange.

https://drive.google.com/open?id=129EeTs_BHmkddN5ElHsMDpB-ceGk7X9L
 
Upvote 0
the formula looks wrong
see the cell ref - should be B1

link the spreadsheet rather than an image - BUT it is a public forum
 
Upvote 0
the formula looks wrong
see the cell ref - should be B1

link the spreadsheet rather than an image - BUT it is a public forum

Thats sorted it, I selected that column and it used that ref strangely.

I would share file but it's got a lot of sensitive company info so I've got to be careful with it.

Thanks for your help.
 
Upvote 0

Forum statistics

Threads
1,214,887
Messages
6,122,095
Members
449,064
Latest member
Danger_SF

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