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:
ColumnServerColumnApps
---------------------------
ServerANeed to populate this, can be multi value
ServerB
ServerC
Table2:
ColumnAppColumnServers
----------------------------------
App1ServerB,ServerC
App2ServerA,ServerB
App3ServerA,ServerC