mackensteff
Board Regular
- Joined
- Feb 9, 2010
- Messages
- 74
- Office Version
- 365
- Platform
- MacOS
Hello,
I have being trying to use the new text join function in a formula with the criteria being to find a search string, and then joining cells that meet that criteria. In short the following is what I am hoping to accomplish when searching for "W" in the second column:
[TABLE="width: 352"]
<colgroup><col width="88" span="4" style="width: 66pt;"></colgroup><tbody>[TR]
[TD="class: xl63, width: 88"]Name[/TD]
[TD="class: xl63, width: 88"]Day[/TD]
[TD="class: xl63, width: 88"][/TD]
[TD="class: xl63, width: 88"]Expected Result[/TD]
[/TR]
[TR]
[TD="class: xl63"]Bob[/TD]
[TD="class: xl63"]W[/TD]
[TD="class: xl63"][/TD]
[TD="class: xl63"]Bob, Sue, Jane, Jill[/TD]
[/TR]
[TR]
[TD="class: xl63"]Sue[/TD]
[TD="class: xl63"]WF[/TD]
[TD="class: xl63"][/TD]
[TD="class: xl63"][/TD]
[/TR]
[TR]
[TD="class: xl63"]Tim[/TD]
[TD="class: xl63"][/TD]
[TD="class: xl63"][/TD]
[TD="class: xl63"][/TD]
[/TR]
[TR]
[TD="class: xl63"]Jane[/TD]
[TD="class: xl63"]MWF[/TD]
[TD="class: xl63"][/TD]
[TD="class: xl63"][/TD]
[/TR]
[TR]
[TD="class: xl63"]Jack[/TD]
[TD="class: xl63"]TR[/TD]
[TD="class: xl63"][/TD]
[TD="class: xl63"][/TD]
[/TR]
[TR]
[TD="class: xl63"]Jill[/TD]
[TD="class: xl63"]MTWRF[/TD]
[TD="class: xl63"][/TD]
[TD="class: xl63"][/TD]
[/TR]
</tbody>[/TABLE]
The issue seems to be using search, or find or countif in an array formula to identify the cells for textjoin.
Anyone want to give it a go?
Thanks
I have being trying to use the new text join function in a formula with the criteria being to find a search string, and then joining cells that meet that criteria. In short the following is what I am hoping to accomplish when searching for "W" in the second column:
[TABLE="width: 352"]
<colgroup><col width="88" span="4" style="width: 66pt;"></colgroup><tbody>[TR]
[TD="class: xl63, width: 88"]Name[/TD]
[TD="class: xl63, width: 88"]Day[/TD]
[TD="class: xl63, width: 88"][/TD]
[TD="class: xl63, width: 88"]Expected Result[/TD]
[/TR]
[TR]
[TD="class: xl63"]Bob[/TD]
[TD="class: xl63"]W[/TD]
[TD="class: xl63"][/TD]
[TD="class: xl63"]Bob, Sue, Jane, Jill[/TD]
[/TR]
[TR]
[TD="class: xl63"]Sue[/TD]
[TD="class: xl63"]WF[/TD]
[TD="class: xl63"][/TD]
[TD="class: xl63"][/TD]
[/TR]
[TR]
[TD="class: xl63"]Tim[/TD]
[TD="class: xl63"][/TD]
[TD="class: xl63"][/TD]
[TD="class: xl63"][/TD]
[/TR]
[TR]
[TD="class: xl63"]Jane[/TD]
[TD="class: xl63"]MWF[/TD]
[TD="class: xl63"][/TD]
[TD="class: xl63"][/TD]
[/TR]
[TR]
[TD="class: xl63"]Jack[/TD]
[TD="class: xl63"]TR[/TD]
[TD="class: xl63"][/TD]
[TD="class: xl63"][/TD]
[/TR]
[TR]
[TD="class: xl63"]Jill[/TD]
[TD="class: xl63"]MTWRF[/TD]
[TD="class: xl63"][/TD]
[TD="class: xl63"][/TD]
[/TR]
</tbody>[/TABLE]
The issue seems to be using search, or find or countif in an array formula to identify the cells for textjoin.
Anyone want to give it a go?
Thanks