I have two lists that I want to compare. I have numbers in both lists, one in column C, the second in column H. I then have information in column I. I want to compare the list in column H to that in C. If a match is found between the two columns, I want excel to put the information in column I into column D. To complicate matters, there may be duplicate numbers within column H, but the data in the row's respective column I is different, but I want all of the information in both identical rows of column I to be in the single cell for the match of column C to go into column D. I have supplied an example because I know that sounds confusing. If it helps, the comma in Column D isn't needed just so the words are different (FYI, the words in column I and D are actually numbers as well, I just went with words so it isn't so confusing looking). Thanks, Ryan.
[TABLE="class: grid, width: 500, align: center"]
<tbody>[TR]
[TD]column C
[/TD]
[TD]Column D
[/TD]
[TD]E
[/TD]
[TD]F
[/TD]
[TD]G
[/TD]
[TD]Column H
[/TD]
[TD]Column I
[/TD]
[/TR]
[TR]
[TD]100
[/TD]
[TD]Apple
[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]100
[/TD]
[TD]Apple
[/TD]
[/TR]
[TR]
[TD]200
[/TD]
[TD]Orange, Banana
[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]200
[/TD]
[TD]Orange
[/TD]
[/TR]
[TR]
[TD]250
[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]200
[/TD]
[TD]Banana
[/TD]
[/TR]
[TR]
[TD]400
[/TD]
[TD]Apple
[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]300
[/TD]
[TD]Apple
[/TD]
[/TR]
[TR]
[TD]500
[/TD]
[TD]Apple, Lemon
[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]400
[/TD]
[TD]Apple
[/TD]
[/TR]
[TR]
[TD]600
[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]500
[/TD]
[TD]Apple
[/TD]
[/TR]
[TR]
[TD]700
[/TD]
[TD]Apricot
[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]500
[/TD]
[TD]Lemon
[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]700
[/TD]
[TD]Apricot
[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]800
[/TD]
[TD]Watermelon
[/TD]
[/TR]
</tbody>[/TABLE]
[TABLE="class: grid, width: 500, align: center"]
<tbody>[TR]
[TD]column C
[/TD]
[TD]Column D
[/TD]
[TD]E
[/TD]
[TD]F
[/TD]
[TD]G
[/TD]
[TD]Column H
[/TD]
[TD]Column I
[/TD]
[/TR]
[TR]
[TD]100
[/TD]
[TD]Apple
[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]100
[/TD]
[TD]Apple
[/TD]
[/TR]
[TR]
[TD]200
[/TD]
[TD]Orange, Banana
[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]200
[/TD]
[TD]Orange
[/TD]
[/TR]
[TR]
[TD]250
[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]200
[/TD]
[TD]Banana
[/TD]
[/TR]
[TR]
[TD]400
[/TD]
[TD]Apple
[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]300
[/TD]
[TD]Apple
[/TD]
[/TR]
[TR]
[TD]500
[/TD]
[TD]Apple, Lemon
[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]400
[/TD]
[TD]Apple
[/TD]
[/TR]
[TR]
[TD]600
[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]500
[/TD]
[TD]Apple
[/TD]
[/TR]
[TR]
[TD]700
[/TD]
[TD]Apricot
[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]500
[/TD]
[TD]Lemon
[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]700
[/TD]
[TD]Apricot
[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]800
[/TD]
[TD]Watermelon
[/TD]
[/TR]
</tbody>[/TABLE]