Highlight indivudual cells in ROW if same value

surkdidat

Well-known Member
Joined
Oct 1, 2011
Messages
579
Office Version
  1. 2016
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

A1000LeeSteveDarrenMartin333445
A1001CatDogCatRabbitZebraSeahorse
444efgfd555dfsdf55555
444Catgfd555Cat55555
 
Last edited:

Excel Facts

Which Excel functions can ignore hidden rows?
The SUBTOTAL and AGGREGATE functions ignore hidden rows. AGGREGATE can also exclude error cells and more.
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,214,590
Messages
6,120,421
Members
448,961
Latest member
nzskater

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