decadence
Well-known Member
- Joined
- Oct 9, 2015
- Messages
- 525
- Office Version
- 365
- 2016
- 2013
- 2010
- 2007
- Platform
- Windows
Hi, Is it possible to count comma delimited text in a column and return the value in the next empty column but do so based on the header found. (In this instance References to Find is the Header)
Example
[TABLE="class: grid, width: 25, align: left"]
<tbody>[TR]
[TD]References to find[/TD]
[TD]Quantity Found[/TD]
[/TR]
[TR]
[TD]A1,A2,A3,A4,A5,A6,A7[/TD]
[TD]7[/TD]
[/TR]
[TR]
[TD]B11,B9,B20,B333[/TD]
[TD]4[/TD]
[/TR]
[TR]
[TD]C1,C123-1,C69_2[/TD]
[TD]4[/TD]
[/TR]
[TR]
[TD]D1,D7,D11[/TD]
[TD]3[/TD]
[/TR]
</tbody>[/TABLE]
Example
[TABLE="class: grid, width: 25, align: left"]
<tbody>[TR]
[TD]References to find[/TD]
[TD]Quantity Found[/TD]
[/TR]
[TR]
[TD]A1,A2,A3,A4,A5,A6,A7[/TD]
[TD]7[/TD]
[/TR]
[TR]
[TD]B11,B9,B20,B333[/TD]
[TD]4[/TD]
[/TR]
[TR]
[TD]C1,C123-1,C69_2[/TD]
[TD]4[/TD]
[/TR]
[TR]
[TD]D1,D7,D11[/TD]
[TD]3[/TD]
[/TR]
</tbody>[/TABLE]