N
Nikkynock
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
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