View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
nikkynock nikkynock is offline
external usenet poster
 
Posts: 9
Default Remove all duplicates and return highest value in new row

Hi

I am looking to locate all duplicates of a descriptor in column a, remove,
and create a new row with just the descriptor and the highest value in column
b.
For example

col a col b
generice code 1 000123456
generice code 1 000123678
generice code 1 000123910

Returns:
generice code 1 000123910

....and removes all other lines

many thanks