<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Counting Items in a Comma-Separated List</title>
	<atom:link href="http://www.dailydoseofexcel.com/archives/2004/12/15/counting-items-in-a-comma-separated-list/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dailydoseofexcel.com/archives/2004/12/15/counting-items-in-a-comma-separated-list/</link>
	<description>Daily posts of Excel tips…and other stuff</description>
	<lastBuildDate>Thu, 09 Feb 2012 23:42:03 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Howard Parks</title>
		<link>http://www.dailydoseofexcel.com/archives/2004/12/15/counting-items-in-a-comma-separated-list/#comment-52404</link>
		<dc:creator>Howard Parks</dc:creator>
		<pubDate>Mon, 11 Oct 2010 05:46:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=938#comment-52404</guid>
		<description>&lt;p&gt;I have a similar problem, to the initial posting by Matt, where I&#039;m trying to track and chart numerous variables.&lt;/p&gt;
&lt;p&gt;Case #        Def Name                Charges                  Victim Name        Contact&lt;br&gt;
1016-CR04123Doe, John       MII, ACA          Wilson, AndrewWilson, Sandy&lt;br&gt;
816-CR05349Brown, Brandon        MII, ACA, Atmpt Rbry 1  Smith, Devin        Boro, Jason&lt;br&gt;
816-CR05350Wilson, Claude        Invol Mnsltr       Scott, Mark   Scott, David&lt;/p&gt;
&lt;p&gt;I have my Excel spreadsheet set up recording information such as listed above.  I&#039;ve used a drop-down list for selecting and adding the criminal charges.  The problem comes in when I attempt to list the total of each charge.  For instance, A separate worksheet should list: MII            2&lt;br&gt;
                                ACA            2&lt;br&gt;
                                Atmpt Rbry 1   1&lt;br&gt;
                                Invol Mnsltr   1&lt;/p&gt;
&lt;p&gt;From there, I&#039;d like to be able to input these numbers into a bar, pie, or other type of chart.&lt;/p&gt;
&lt;p&gt;Thanks!!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I have a similar problem, to the initial posting by Matt, where I&#8217;m trying to track and chart numerous variables.</p>
<p>Case #        Def Name                Charges                  Victim Name        Contact<br />
1016-CR04123Doe, John       MII, ACA          Wilson, AndrewWilson, Sandy<br />
816-CR05349Brown, Brandon        MII, ACA, Atmpt Rbry 1  Smith, Devin        Boro, Jason<br />
816-CR05350Wilson, Claude        Invol Mnsltr       Scott, Mark   Scott, David</p>
<p>I have my Excel spreadsheet set up recording information such as listed above.  I&#8217;ve used a drop-down list for selecting and adding the criminal charges.  The problem comes in when I attempt to list the total of each charge.  For instance, A separate worksheet should list: MII            2<br />
                                ACA            2<br />
                                Atmpt Rbry 1   1<br />
                                Invol Mnsltr   1</p>
<p>From there, I&#8217;d like to be able to input these numbers into a bar, pie, or other type of chart.</p>
<p>Thanks!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jack Whitmer</title>
		<link>http://www.dailydoseofexcel.com/archives/2004/12/15/counting-items-in-a-comma-separated-list/#comment-40429</link>
		<dc:creator>Jack Whitmer</dc:creator>
		<pubDate>Fri, 31 Jul 2009 20:39:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=938#comment-40429</guid>
		<description>&lt;p&gt;Help! I have been looking at Q&amp;A, and Excel Web Pages for over four hours and this page seems as close as I am going to get to someone that maybe able to help me. I have down loaded many ten character CVS strings (0000000001)(000000010)etc. into a single Excel column and want to count,vertically,the number of &quot;1? in each character positions.Each string can have from 1 to 9 &quot;1? in the string. I am not interested in an &quot;Array&quot; because I plan to add more strings on the fly.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Help! I have been looking at Q&amp;A, and Excel Web Pages for over four hours and this page seems as close as I am going to get to someone that maybe able to help me. I have down loaded many ten character CVS strings (0000000001)(000000010)etc. into a single Excel column and want to count,vertically,the number of &#8220;1? in each character positions.Each string can have from 1 to 9 &#8220;1? in the string. I am not interested in an &#8220;Array&#8221; because I plan to add more strings on the fly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ergi</title>
		<link>http://www.dailydoseofexcel.com/archives/2004/12/15/counting-items-in-a-comma-separated-list/#comment-19359</link>
		<dc:creator>Ergi</dc:creator>
		<pubDate>Sun, 02 Apr 2006 20:16:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=938#comment-19359</guid>
		<description>&lt;p&gt;Count commas in string (Excel 2002)&lt;br&gt;
=LEN(C5)-LEN(SUBSTITUTE(C5;&quot;,&quot;;&quot;&quot;))+1&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Count commas in string (Excel 2002)<br />
=LEN(C5)-LEN(SUBSTITUTE(C5;&#8221;,&#8221;;&#8221;"))+1</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Enas</title>
		<link>http://www.dailydoseofexcel.com/archives/2004/12/15/counting-items-in-a-comma-separated-list/#comment-17983</link>
		<dc:creator>Enas</dc:creator>
		<pubDate>Mon, 26 Dec 2005 18:18:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=938#comment-17983</guid>
		<description>&lt;p&gt;Is it possible to extract a words that contains only comma from the exel??&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Is it possible to extract a words that contains only comma from the exel??</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Trick</title>
		<link>http://www.dailydoseofexcel.com/archives/2004/12/15/counting-items-in-a-comma-separated-list/#comment-17603</link>
		<dc:creator>Trick</dc:creator>
		<pubDate>Thu, 01 Dec 2005 23:43:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=938#comment-17603</guid>
		<description>&lt;p&gt;Can&#039;t you just use this:&lt;br&gt;
{=COUNT(FIND(D2,$B$2:$B$5))}&lt;br&gt;
I think this works just as well without all of the changing this into that stuff...&lt;br&gt;
Find it and count it...keep it simple&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Can&#8217;t you just use this:<br />
{=COUNT(FIND(D2,$B$2:$B$5))}<br />
I think this works just as well without all of the changing this into that stuff&#8230;<br />
Find it and count it&#8230;keep it simple</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jay</title>
		<link>http://www.dailydoseofexcel.com/archives/2004/12/15/counting-items-in-a-comma-separated-list/#comment-17563</link>
		<dc:creator>jay</dc:creator>
		<pubDate>Mon, 28 Nov 2005 19:52:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=938#comment-17563</guid>
		<description>&lt;p&gt;this was great!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>this was great!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adnan</title>
		<link>http://www.dailydoseofexcel.com/archives/2004/12/15/counting-items-in-a-comma-separated-list/#comment-10252</link>
		<dc:creator>Adnan</dc:creator>
		<pubDate>Tue, 05 Apr 2005 20:38:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=938#comment-10252</guid>
		<description>&lt;p&gt;Hello Everyone,&lt;/p&gt;
&lt;p&gt;I need to pick each value in Column B1 seperated by a comma from a cell and combine it with value in column A1 and write it into a seperate row.&lt;/p&gt;
&lt;p&gt;A1      B1&lt;br&gt;
149,46,1025,15348&lt;br&gt;
20049&lt;/p&gt;
&lt;p&gt;I need the above text as formatted below&lt;/p&gt;
&lt;p&gt;149&lt;br&gt;
146&lt;br&gt;
11025&lt;br&gt;
15348&lt;br&gt;
20040&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hello Everyone,</p>
<p>I need to pick each value in Column B1 seperated by a comma from a cell and combine it with value in column A1 and write it into a seperate row.</p>
<p>A1      B1<br />
149,46,1025,15348<br />
20049</p>
<p>I need the above text as formatted below</p>
<p>149<br />
146<br />
11025<br />
15348<br />
20040</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Juan Pablo Gonz·lez</title>
		<link>http://www.dailydoseofexcel.com/archives/2004/12/15/counting-items-in-a-comma-separated-list/#comment-9637</link>
		<dc:creator>Juan Pablo Gonz·lez</dc:creator>
		<pubDate>Wed, 23 Mar 2005 16:27:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=938#comment-9637</guid>
		<description>&lt;p&gt;Just count the number of commas:&lt;/p&gt;
&lt;p&gt;=LEN(A2) - LEN(SUBSTITUTE(A2, &quot;,&quot;, &quot;&quot;)) + 1&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Just count the number of commas:</p>
<p>=LEN(A2) &#8211; LEN(SUBSTITUTE(A2, &#8220;,&#8221;, &#8220;&#8221;)) + 1</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff</title>
		<link>http://www.dailydoseofexcel.com/archives/2004/12/15/counting-items-in-a-comma-separated-list/#comment-9632</link>
		<dc:creator>Jeff</dc:creator>
		<pubDate>Wed, 23 Mar 2005 02:12:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=938#comment-9632</guid>
		<description>&lt;p&gt;Rather than looking for a specific item in multiple lists, what if you need to count the number of elements in a comma-separated list?&lt;/p&gt;
&lt;p&gt;For example, say the list is, &quot;food, water, rocks, fish, oranges&quot;.  I&#039;d like a formula that returns &quot;5?.&lt;/p&gt;
&lt;p&gt;Any ideas?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Rather than looking for a specific item in multiple lists, what if you need to count the number of elements in a comma-separated list?</p>
<p>For example, say the list is, &#8220;food, water, rocks, fish, oranges&#8221;.  I&#8217;d like a formula that returns &#8220;5?.</p>
<p>Any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brett</title>
		<link>http://www.dailydoseofexcel.com/archives/2004/12/15/counting-items-in-a-comma-separated-list/#comment-3008</link>
		<dc:creator>Brett</dc:creator>
		<pubDate>Fri, 17 Dec 2004 20:10:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=938#comment-3008</guid>
		<description>&lt;p&gt;Tom&lt;/p&gt;
&lt;p&gt;That formula in B2 is =A1?does not equal&quot;A2. The less than and greater than symbols didn&#039;t show up on my first comment.&lt;/p&gt;
&lt;p&gt;Brett&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Tom</p>
<p>That formula in B2 is =A1?does not equal&#8221;A2. The less than and greater than symbols didn&#8217;t show up on my first comment.</p>
<p>Brett</p>
]]></content:encoded>
	</item>
</channel>
</rss>

