Hello, I am hoping someone can make my job much quicker!
I have a column of numbers (engine speeds if you must know!), I'd like to highlight all duplicates except for the first instance.
Now I have got halfway there with the conditional formatting formula : =COUNTIF($A$2:$A2, A2)>1
But I need this changing so that when it comes to that number AGAIN, it does not highlight it as a duplicate, it needs to leave the first one again not highlighted.
So in the example here, let's just look at the value '900'.
My current formula will highlight row 8 which is good.
But it will then highlight rows 21,22,25,26.
I need it to NOT highlight rows 21 and 25 because these are 'first instances' where they appear again. I need the first instance leaving every time, but the duplicates below highlighting every time.
I hope my problem is understandable and can be helped, thank you!
1 1325
2 1300
3 1200
4 1125
5 1088
6 1000
7 900
8 900
9 850
10 800
11 700
12 700
13 600
14 600
15 550
16 550
17 550
18 550
19 1125
20 1125
21 900
22 900
23 550
24 1125
25 900
26 900
27 550
Bookmarks