Please could someone provide a formula to do the following?
I have a table with 3 columns A, B, C
Col A is an ITEM number
Col B is the EDITION number of the ITEM
Col C is where I manually enter the ITEM number I am interested in
Col D is where the final result needs to be displayed
Example: I enter the ITEM number of interest to me in Col C, in this case "p5".
The formula I need (to be in Col D) finds all instances of ITEM "p5" in Col A, then returns all of the ITEM's EDITION values (Col B) into one cell, separating each value with a hash (#)
Conditions:
ITEM numbers (Col A) are not sorted and can be repeated at random intervals.
[TABLE="width: 479"]
<colgroup><col><col><col><col></colgroup><tbody>[TR]
[TD]COL A
ITEM[/TD]
[TD]COL B
ITEM'S EDITION[/TD]
[TD]COL C
CHOSEN ITEM[/TD]
[TD]COL D
ITEM's EDITIONS[/TD]
[/TR]
[TR]
[TD]p1[/TD]
[TD]1a[/TD]
[TD]p5[/TD]
[TD]j#1#f3[/TD]
[/TR]
[TR]
[TD]p2[/TD]
[TD]4r[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]p3[/TD]
[TD]3[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]p4[/TD]
[TD]1[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]p5[/TD]
[TD]j[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]p5[/TD]
[TD]1[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]p3[/TD]
[TD]0[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]p10[/TD]
[TD]3[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]p4[/TD]
[TD]3c[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]p5[/TD]
[TD]f3[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
I have a table with 3 columns A, B, C
Col A is an ITEM number
Col B is the EDITION number of the ITEM
Col C is where I manually enter the ITEM number I am interested in
Col D is where the final result needs to be displayed
Example: I enter the ITEM number of interest to me in Col C, in this case "p5".
The formula I need (to be in Col D) finds all instances of ITEM "p5" in Col A, then returns all of the ITEM's EDITION values (Col B) into one cell, separating each value with a hash (#)
Conditions:
ITEM numbers (Col A) are not sorted and can be repeated at random intervals.
[TABLE="width: 479"]
<colgroup><col><col><col><col></colgroup><tbody>[TR]
[TD]COL A
ITEM[/TD]
[TD]COL B
ITEM'S EDITION[/TD]
[TD]COL C
CHOSEN ITEM[/TD]
[TD]COL D
ITEM's EDITIONS[/TD]
[/TR]
[TR]
[TD]p1[/TD]
[TD]1a[/TD]
[TD]p5[/TD]
[TD]j#1#f3[/TD]
[/TR]
[TR]
[TD]p2[/TD]
[TD]4r[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]p3[/TD]
[TD]3[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]p4[/TD]
[TD]1[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]p5[/TD]
[TD]j[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]p5[/TD]
[TD]1[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]p3[/TD]
[TD]0[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]p10[/TD]
[TD]3[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]p4[/TD]
[TD]3c[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]p5[/TD]
[TD]f3[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]