Need help with data-formula

Copper Contributor

I have a table where I have names in the first column, various services offered by them in the next columns, and the accounts served in the next columns:

NameService1Service2Service3Account1Account2Account3
AXwerdxxyyzz
BYrdXzdzfzg
CZYXcdxxht
DweRrdsesrst
EXweRdhthyhu

 

I have a list of unique accounts from columns E, F and G above in rows, and Unique services from columns B, C and D above as column titles. Now I want all the names to populate that are at the intersection of the above. Something like table below:

AccountsXYZRJwerd
xxA, CCC  AA
htC, ECC  EE

 

0 Replies