I have found a bit of code that deletes duplicates and keeps rows based on the the highest value in column B.
BM411757 1
BM411757 2
BM411757 3
So the results of below code would be:
BM411757 3
however I am looking for something that would delete the row with the higest value. Result would be:
BM411757 1
BM411757 2
I haven't been able to adjust this code to work this out. Could someone help with this. Many thanks in advance.
Rob
![]()
Please Login or Register to view this content.
Bookmarks