I came across an excelisfun video a while ago in which a lookup was used that showed all values in one cell. VERY similar to the textjoin(), but it worked in 2010.
....and of course, I can't find it, nor do I remember what I searched when I stumbled upon it....
I have a two column table, column A has names, column B has PO#s. I want to have a summary in which all the PO#s display in one cell.
Example:
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Selection
[/TD]
[TD]PO Numbers
[/TD]
[/TR]
[TR]
[TD]Josh
[/TD]
[TD]100, 150, 200
[/TD]
[/TR]
</tbody>[/TABLE]
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Name
[/TD]
[TD]PO Number
[/TD]
[/TR]
[TR]
[TD]Josh
[/TD]
[TD]100
[/TD]
[/TR]
[TR]
[TD]Jim
[/TD]
[TD]99999
[/TD]
[/TR]
[TR]
[TD]Josh
[/TD]
[TD]150
[/TD]
[/TR]
[TR]
[TD]Heather
[/TD]
[TD]88888
[/TD]
[/TR]
[TR]
[TD]Josh
[/TD]
[TD]200
[/TD]
[/TR]
</tbody>[/TABLE]
Does anyone know what I can search to find the video, or give me a starting point??
Thanks!