I have the following data in two tables. I'd like to populate ColumnApps in Table1 with all the apps from Table2. However the technique needs to be able to pickup a multi valued cell. If there's no solution with a multi value cell how can I split the data out to get what I need?
Table1:
ColumnServer
ColumnApps
------------
---------------
ServerA
Need to populate this, can be multi value
ServerB
ServerC
Table2:
ColumnApp
ColumnServers
---------------
-------------------
App1
ServerB,ServerC
App2
ServerA,ServerB
App3
ServerA,ServerC