Hey all,
I was wondering if there were any thoughts on a way that I can bring values from multiple rows into corresponding rows but multiple columns.
To explain better see the example below:
This is the multiple rows (the common value is A)
A: 1223
A: 1226
B: 1225
B: 1228
Lookup by A: returns = 1223 and 1226
Is there any way to have both 1223 and 1226 show up on both rows for each item (for example 1226 on the row of 1223 but different column and 1223 on row of 1226 in different column)

