Formula to highlight individual occurence

thelad

Board Regular
Joined
Jan 28, 2011
Messages
245
Hi,

Dos anyone know a formula to use in conditional formatting to highlight occurrence of values.

HTML:
         1  3  3  3  4  4  1

So for example 1, 3 and 4 would be highlighted. So Basically just one occurrence of each cell.

Regards,
 

Excel Facts

Difference between two dates
Secret function! Use =DATEDIF(A2,B2,"Y")&" years"&=DATEDIF(A2,B2,"YM")&" months"&=DATEDIF(A2,B2,"MD")&" days"
Excel 2016 (Windows) 32 bit
A
1
1​
2
3​
3
3​
4
3​
5
4​
6
4​
7
1​
Sheet: Sheet35

CF formula:
=COUNTIF($A$1:A1,A1)=1
 
Upvote 0
Hi,

Not sure tat worked. or example m datais in row 18 and going across numerous columns. I would like to highlight each occurance of particular name etc.

so for example what you have highlighted above Is correct but I can't seem to get it to work?

Regards
 
Upvote 0

Forum statistics

Threads
1,215,757
Messages
6,126,695
Members
449,331
Latest member
smckenzie2016

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