DigitalZugzwang
New Member
- Joined
- Jul 27, 2017
- Messages
- 20
Hi All,
I posted a question earlier but one tip led me to my newest sticking point. How can I use a {=index(list,match(0,countif(uniques,list),0))} type array when I want to pull the data from a pivot table? Below is the pivot table I'm working with.
[TABLE="width: 332"]
<colgroup><col width="94" style="width:70pt"> <col width="143" style="width:107pt"> <col width="96" style="width:72pt"> </colgroup><tbody>[TR]
[TD="width: 94"]Job No[/TD]
[TD="width: 143"]1001[/TD]
[TD="width: 96, bgcolor: transparent"][/TD]
[/TR]
[TR]
[TD]Cost Category[/TD]
[TD](All)[/TD]
[TD="bgcolor: transparent"][/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[/TR]
[TR]
[TD]Site[/TD]
[TD]Activity[/TD]
[TD]Component[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]OMG[/TD]
[TD="bgcolor: transparent"]Site Support[/TD]
[TD="bgcolor: transparent"]Labor: Support[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"]Upgrade/Repair[/TD]
[TD="bgcolor: transparent"]Dish[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]Test[/TD]
[TD="bgcolor: transparent"]Decommission[/TD]
[TD="bgcolor: transparent"]Antenna[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"]Lines[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"]Tower[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"]Erection[/TD]
[TD="bgcolor: transparent"]Flag Pole[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"]Guyed[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"]Monopole[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"]Water Tank[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"]Install[/TD]
[TD="bgcolor: transparent"]Antenna[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"]Site Support[/TD]
[TD="bgcolor: transparent"]Labor: Support[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"]Tower Modification[/TD]
[TD="bgcolor: transparent"]Ice Bridge[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[/TR]
</tbody>[/TABLE]
I need to apply that array to this pivot table. Then at some point I need to CONCATENATE the activity and component data into one cell for each site. If you have suggestions for that second step as well, I'm all ears.
Thank you so much. I've put so much time into this project only to get absolutely stuck on the payoff.
I posted a question earlier but one tip led me to my newest sticking point. How can I use a {=index(list,match(0,countif(uniques,list),0))} type array when I want to pull the data from a pivot table? Below is the pivot table I'm working with.
[TABLE="width: 332"]
<colgroup><col width="94" style="width:70pt"> <col width="143" style="width:107pt"> <col width="96" style="width:72pt"> </colgroup><tbody>[TR]
[TD="width: 94"]Job No[/TD]
[TD="width: 143"]1001[/TD]
[TD="width: 96, bgcolor: transparent"][/TD]
[/TR]
[TR]
[TD]Cost Category[/TD]
[TD](All)[/TD]
[TD="bgcolor: transparent"][/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[/TR]
[TR]
[TD]Site[/TD]
[TD]Activity[/TD]
[TD]Component[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]OMG[/TD]
[TD="bgcolor: transparent"]Site Support[/TD]
[TD="bgcolor: transparent"]Labor: Support[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"]Upgrade/Repair[/TD]
[TD="bgcolor: transparent"]Dish[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]Test[/TD]
[TD="bgcolor: transparent"]Decommission[/TD]
[TD="bgcolor: transparent"]Antenna[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"]Lines[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"]Tower[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"]Erection[/TD]
[TD="bgcolor: transparent"]Flag Pole[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"]Guyed[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"]Monopole[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"]Water Tank[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"]Install[/TD]
[TD="bgcolor: transparent"]Antenna[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"]Site Support[/TD]
[TD="bgcolor: transparent"]Labor: Support[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"]Tower Modification[/TD]
[TD="bgcolor: transparent"]Ice Bridge[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[/TR]
</tbody>[/TABLE]
I need to apply that array to this pivot table. Then at some point I need to CONCATENATE the activity and component data into one cell for each site. If you have suggestions for that second step as well, I'm all ears.
Thank you so much. I've put so much time into this project only to get absolutely stuck on the payoff.