View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Dummy Dummy is offline
external usenet poster
 
Posts: 17
Default deleting repeated rows

I have a sheet with a list of items in column A and a quantity in Column B.
In the case where I have identical items in column A, I only want to see the
row with the lesser column B quantity and delete the others.
Example: Starting with
A B
BK152 500
CV136 600
BK152 400

I would like to end up with
A B
BK152 400
CV136 600


Thus throwing out the row with the original quantity of 500 for item BK152

Thanks for any help