DigitalZugzwang
New Member
- Joined
- Jul 27, 2017
- Messages
- 20
Here's the situation. I have a pivot table the presents all the information I need. Now I need to extract the information in a particular way to "concatenate" on to one line based on a condition with a particular format. An example of the table is below.
[TABLE="width: 500"]
<tbody>[TR]
[TD]Site[/TD]
[TD]Activity[/TD]
[TD]Component[/TD]
[/TR]
[TR]
[TD]OMG[/TD]
[TD]Install[/TD]
[TD]Antenna[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD]Line[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD]Radio
[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]Inspection[/TD]
[TD]PIM[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]Decommission[/TD]
[TD]Radio[/TD]
[/TR]
[TR]
[TD]Test[/TD]
[TD]Install[/TD]
[TD]Radio[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]Inspection[/TD]
[TD]PIM[/TD]
[/TR]
</tbody>[/TABLE]
In the above example I would need two lines returned, one per site. So it would look like this:
For OMG - Install: Antenna, Line, Radio; Inspection: PIM; Decommission: Radio
For Test - Install: Radio; Inspection: PIM
I'm open to any way to get this done. I've thought about using TEXTJOIN with an array (not sure how to pull it off) but some users of this spreadsheet will not have excel 2016. Any ideas?
[TABLE="width: 500"]
<tbody>[TR]
[TD]Site[/TD]
[TD]Activity[/TD]
[TD]Component[/TD]
[/TR]
[TR]
[TD]OMG[/TD]
[TD]Install[/TD]
[TD]Antenna[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD]Line[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD]Radio
[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]Inspection[/TD]
[TD]PIM[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]Decommission[/TD]
[TD]Radio[/TD]
[/TR]
[TR]
[TD]Test[/TD]
[TD]Install[/TD]
[TD]Radio[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]Inspection[/TD]
[TD]PIM[/TD]
[/TR]
</tbody>[/TABLE]
In the above example I would need two lines returned, one per site. So it would look like this:
For OMG - Install: Antenna, Line, Radio; Inspection: PIM; Decommission: Radio
For Test - Install: Radio; Inspection: PIM
I'm open to any way to get this done. I've thought about using TEXTJOIN with an array (not sure how to pull it off) but some users of this spreadsheet will not have excel 2016. Any ideas?