View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Jeff Gross Jeff Gross is offline
external usenet poster
 
Posts: 64
Default Combine and Compare Data

I have columns of data as follow and I need to generate a radar chart:

Col A - Plant Name
Col B - 1st Party Test
Col C - 2nd Party Test

Sometimes there are duplicates in Col A because it has data in Col B and Col
C but not always.

Is there a way to remove the duplicate plant name from Col A and then move
the data from Col C for that row to the appropriate row in Col A?

Thanks.