Highlight indivudual cells in ROW if same value

surkdidat

Well-known Member
Joined
Oct 1, 2011
Messages
594
Office Version
  1. 365
Is it possible to highlight duplicate cells in ROWS only whereby any text or numeric value is highlighted?

So in the below table

Row 1 - nothing highlighted
Row 2 - Cat highlighted
Row 3 = 555 highlighted (ignores 55)
Row 4 = Both Cat and 555 highlighted

[table="width: 500, class: grid, align: center"]
[tr]
[td]A1000[/td]
[td]Lee[/td]
[td]Steve[/td]
[td]Darren[/td]
[td]Martin[/td]
[td]333[/td]
[td]445[/td]
[/tr]
[tr]
[td]A1001[/td]
[td]Cat[/td]
[td]Dog[/td]
[td]Cat[/td]
[td]Rabbit[/td]
[td]Zebra[/td]
[td]Seahorse[/td]
[/tr]
[tr]
[td]444[/td]
[td]ef[/td]
[td]gfd[/td]
[td]555[/td]
[td]dfsdf[/td]
[td]55[/td]
[td]555[/td]
[/tr]

[tr]
[td]444[/td]
[td]Cat[/td]
[td]gfd[/td]
[td]555[/td]
[td]Cat[/td]
[td]55[/td]
[td]555[/td]
[/tr]

[/table]
 
Last edited:

Excel Facts

Return population for a City
If you have a list of cities in A2:A100, use Data, Geography. Then =A2.Population and copy down.
Hi, you could use conditional formatting - with the "Use a formula" method you could try, for example.

=COUNTIFS($A1:$G1,A1)>1
 
Upvote 0
Hey guys,

Is there a easy solution to add into this to ignore duplicates in the form of "RDO"?
So all duplicates highlight except RDO.

Thanks
 
Upvote 0

Forum statistics

Threads
1,223,886
Messages
6,175,193
Members
452,616
Latest member
intern444

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