<?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: How to sort a list of words by character-count?</title>
	<atom:link href="http://www.childidaccess.com/access-count/how-to-sort-a-list-of-words-by-character-count/feed" rel="self" type="application/rss+xml" />
	<link>http://www.childidaccess.com/access-count/how-to-sort-a-list-of-words-by-character-count</link>
	<description></description>
	<lastBuildDate>Sun, 05 Feb 2012 06:22:59 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: gospieler</title>
		<link>http://www.childidaccess.com/access-count/how-to-sort-a-list-of-words-by-character-count/comment-page-1#comment-2500</link>
		<dc:creator>gospieler</dc:creator>
		<pubDate>Mon, 18 Jan 2010 23:15:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.childidaccess.com/access-count/how-to-sort-a-list-of-words-by-character-count#comment-2500</guid>
		<description>You could do it manually using EXCEL. 
• In column A type your word list with one word in each row
• In colum B type this formula in each row &quot;=len(An)&quot; (without the quotes. n is the row number)
The len function returns the number of characters in a text string
• Select all your data (colummn A: word listColummn B: number of characters)
• Sort your data: From the menu bar select DATA and from the dropdown list select sort, This will open the sort window
• In the sort window, indicate how to sort your data. Example
Sort by Colummn B ascending (means sort by character count)
then by column A ascending (means if more than one element has the same amount of characters then sort alphabetic)
Depending if you have include the heading row or not, under &quot;My data range has&quot;  select &quot;Header row&quot; or &quot;No header Row&quot; 

Hope this help.&lt;br&gt;&lt;b&gt;References : &lt;/b&gt;&lt;br&gt;</description>
		<content:encoded><![CDATA[<p>You could do it manually using EXCEL.<br />
• In column A type your word list with one word in each row<br />
• In colum B type this formula in each row &quot;=len(An)&quot; (without the quotes. n is the row number)<br />
The len function returns the number of characters in a text string<br />
• Select all your data (colummn A: word listColummn B: number of characters)<br />
• Sort your data: From the menu bar select DATA and from the dropdown list select sort, This will open the sort window<br />
• In the sort window, indicate how to sort your data. Example<br />
Sort by Colummn B ascending (means sort by character count)<br />
then by column A ascending (means if more than one element has the same amount of characters then sort alphabetic)<br />
Depending if you have include the heading row or not, under &quot;My data range has&quot;  select &quot;Header row&quot; or &quot;No header Row&quot; </p>
<p>Hope this help.<br /><b>References : </b></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jim</title>
		<link>http://www.childidaccess.com/access-count/how-to-sort-a-list-of-words-by-character-count/comment-page-1#comment-2499</link>
		<dc:creator>Jim</dc:creator>
		<pubDate>Mon, 18 Jan 2010 22:34:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.childidaccess.com/access-count/how-to-sort-a-list-of-words-by-character-count#comment-2499</guid>
		<description>You will have to write a visual basic macro and use the String$() function to count the number of characters in each word.  &lt;br&gt;&lt;b&gt;References : &lt;/b&gt;&lt;br&gt;</description>
		<content:encoded><![CDATA[<p>You will have to write a visual basic macro and use the String$() function to count the number of characters in each word.  <br /><b>References : </b></p>
]]></content:encoded>
	</item>
</channel>
</rss>

