<?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: Excel Splitting Digits Example</title>
	<atom:link href="http://www.mariasguides.com/2007/07/11/excel-splitting-digits-example/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mariasguides.com/2007/07/11/excel-splitting-digits-example/</link>
	<description>Support and additional material related to books, articles, and digital media by Maria Langer.</description>
	<lastBuildDate>Tue, 07 Sep 2010 21:25:59 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: stzin</title>
		<link>http://www.mariasguides.com/2007/07/11/excel-splitting-digits-example/#comment-684</link>
		<dc:creator>stzin</dc:creator>
		<pubDate>Mon, 03 May 2010 11:23:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.mariasguides.com/2007/07/11/excel-splitting-digits-example/#comment-684</guid>
		<description>thank you .

Ευχαριστώ ( in greek.)</description>
		<content:encoded><![CDATA[<p>thank you .</p>
<p>Ευχαριστώ ( in greek.)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chrismor</title>
		<link>http://www.mariasguides.com/2007/07/11/excel-splitting-digits-example/#comment-683</link>
		<dc:creator>chrismor</dc:creator>
		<pubDate>Fri, 16 Oct 2009 02:35:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.mariasguides.com/2007/07/11/excel-splitting-digits-example/#comment-683</guid>
		<description>you can try this:

in cell a1 type any word you like...

in cell b1 type this :

=MID($A1;COLUMN()-1;1)

then drag it to the right... it&#039;ll do the job.

greetings from Greece!</description>
		<content:encoded><![CDATA[<p>you can try this:</p>
<p>in cell a1 type any word you like&#8230;</p>
<p>in cell b1 type this :</p>
<p>=MID($A1;COLUMN()-1;1)</p>
<p>then drag it to the right&#8230; it&#8217;ll do the job.</p>
<p>greetings from Greece!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: br</title>
		<link>http://www.mariasguides.com/2007/07/11/excel-splitting-digits-example/#comment-682</link>
		<dc:creator>br</dc:creator>
		<pubDate>Wed, 08 Jul 2009 00:32:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.mariasguides.com/2007/07/11/excel-splitting-digits-example/#comment-682</guid>
		<description>Use &quot;Value&quot; to convert Text to numbers and Sum will work.</description>
		<content:encoded><![CDATA[<p>Use &#8220;Value&#8221; to convert Text to numbers and Sum will work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Maria Langer</title>
		<link>http://www.mariasguides.com/2007/07/11/excel-splitting-digits-example/#comment-681</link>
		<dc:creator>Maria Langer</dc:creator>
		<pubDate>Tue, 02 Dec 2008 12:25:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.mariasguides.com/2007/07/11/excel-splitting-digits-example/#comment-681</guid>
		<description>Ranjith, I&#039;m pretty sure that the reason for this is that you&#039;re using the SUM function on text, not numbers. MID is a text function, so its results will be text.</description>
		<content:encoded><![CDATA[<p>Ranjith, I&#8217;m pretty sure that the reason for this is that you&#8217;re using the SUM function on text, not numbers. MID is a text function, so its results will be text.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ranjith</title>
		<link>http://www.mariasguides.com/2007/07/11/excel-splitting-digits-example/#comment-680</link>
		<dc:creator>ranjith</dc:creator>
		<pubDate>Tue, 02 Dec 2008 12:04:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.mariasguides.com/2007/07/11/excel-splitting-digits-example/#comment-680</guid>
		<description>if i open the xl sheet in xl 2007 then sum(b2:e2) is giving me a value of zero where as sum(mid(a2,1,1), mid(a2,2,1), mid(a2,3,1), mid(a2,4,1)) seems to be working.</description>
		<content:encoded><![CDATA[<p>if i open the xl sheet in xl 2007 then sum(b2:e2) is giving me a value of zero where as sum(mid(a2,1,1), mid(a2,2,1), mid(a2,3,1), mid(a2,4,1)) seems to be working.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ranjith</title>
		<link>http://www.mariasguides.com/2007/07/11/excel-splitting-digits-example/#comment-679</link>
		<dc:creator>ranjith</dc:creator>
		<pubDate>Tue, 02 Dec 2008 11:51:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.mariasguides.com/2007/07/11/excel-splitting-digits-example/#comment-679</guid>
		<description>Hi maria,

Thanks for the help. it worked out fine. I am facing an issue when trying to sum up all the split digits. its giving me a 0 (zero) in xl 2007. and its doesnt seem to be getting resolved. Hope its not one more of the xl bugs.

Ranjith</description>
		<content:encoded><![CDATA[<p>Hi maria,</p>
<p>Thanks for the help. it worked out fine. I am facing an issue when trying to sum up all the split digits. its giving me a 0 (zero) in xl 2007. and its doesnt seem to be getting resolved. Hope its not one more of the xl bugs.</p>
<p>Ranjith</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jamie</title>
		<link>http://www.mariasguides.com/2007/07/11/excel-splitting-digits-example/#comment-678</link>
		<dc:creator>jamie</dc:creator>
		<pubDate>Wed, 11 Jul 2007 18:07:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.mariasguides.com/2007/07/11/excel-splitting-digits-example/#comment-678</guid>
		<description>thanks soo much worked like a charm will reccomend you to everyone who needs help thanks again

jamie</description>
		<content:encoded><![CDATA[<p>thanks soo much worked like a charm will reccomend you to everyone who needs help thanks again</p>
<p>jamie</p>
]]></content:encoded>
	</item>
</channel>
</rss>
