<?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: Formula to find text string within another string in MS Excel</title>
	<atom:link href="http://www.msofficeworld.net/2009/03/04/formula-to-find-text-string-in-ms-excel/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.msofficeworld.net/2009/03/04/formula-to-find-text-string-in-ms-excel/</link>
	<description>Unleash the power of Ms-Office</description>
	<lastBuildDate>Tue, 11 Jan 2011 08:57:13 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: KP</title>
		<link>http://www.msofficeworld.net/2009/03/04/formula-to-find-text-string-in-ms-excel/comment-page-1/#comment-164</link>
		<dc:creator>KP</dc:creator>
		<pubDate>Mon, 02 Nov 2009 22:36:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.msofficeworld.net/?p=8#comment-164</guid>
		<description>very helpful formula,
also by using the formula this way you can eliminate #VALUE! problem when search fail.
E7=IF(ISNUMBER(SEARCH(E$5,D7),&quot;income&quot;,&quot;expense&quot;)
E8=IF(ISNUMBER(SEARCH(E$5,D8),&quot;income&quot;,&quot;expense&quot;)
E9 = ..
E5 = &quot;sale&quot;
D7 = &quot;food sale&quot;       E7 = &quot;income&quot;
D8 = &quot;drink  sale&quot;     E8 = &quot;income&quot;
D9 = &quot;repair&quot;            E9 = &quot;expense&quot;</description>
		<content:encoded><![CDATA[<p>very helpful formula,<br />
also by using the formula this way you can eliminate #VALUE! problem when search fail.<br />
E7=IF(ISNUMBER(SEARCH(E$5,D7),&#8221;income&#8221;,&#8221;expense&#8221;)<br />
E8=IF(ISNUMBER(SEARCH(E$5,D8),&#8221;income&#8221;,&#8221;expense&#8221;)<br />
E9 = ..<br />
E5 = &#8220;sale&#8221;<br />
D7 = &#8220;food sale&#8221;       E7 = &#8220;income&#8221;<br />
D8 = &#8220;drink  sale&#8221;     E8 = &#8220;income&#8221;<br />
D9 = &#8220;repair&#8221;            E9 = &#8220;expense&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.msofficeworld.net/2009/03/04/formula-to-find-text-string-in-ms-excel/comment-page-1/#comment-41</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Fri, 10 Jul 2009 17:19:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.msofficeworld.net/?p=8#comment-41</guid>
		<description>You are right Mr PBH. Thanks for your input.</description>
		<content:encoded><![CDATA[<p>You are right Mr PBH. Thanks for your input.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PBH</title>
		<link>http://www.msofficeworld.net/2009/03/04/formula-to-find-text-string-in-ms-excel/comment-page-1/#comment-40</link>
		<dc:creator>PBH</dc:creator>
		<pubDate>Fri, 10 Jul 2009 14:07:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.msofficeworld.net/?p=8#comment-40</guid>
		<description>seems that the following would provide the same result and be a bit simpler.

=IF( ISNUMBER(SEARCH(&quot;esp&quot;,D7)), &quot;esp&quot;, &quot;&quot;)</description>
		<content:encoded><![CDATA[<p>seems that the following would provide the same result and be a bit simpler.</p>
<p>=IF( ISNUMBER(SEARCH(&#8220;esp&#8221;,D7)), &#8220;esp&#8221;, &#8220;&#8221;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PHP</title>
		<link>http://www.msofficeworld.net/2009/03/04/formula-to-find-text-string-in-ms-excel/comment-page-1/#comment-3</link>
		<dc:creator>PHP</dc:creator>
		<pubDate>Tue, 10 Mar 2009 12:10:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.msofficeworld.net/?p=8#comment-3</guid>
		<description>this formula is good one as it shows blank space when the string is not found.</description>
		<content:encoded><![CDATA[<p>this formula is good one as it shows blank space when the string is not found.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ms excel</title>
		<link>http://www.msofficeworld.net/2009/03/04/formula-to-find-text-string-in-ms-excel/comment-page-1/#comment-2</link>
		<dc:creator>ms excel</dc:creator>
		<pubDate>Fri, 06 Mar 2009 10:22:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.msofficeworld.net/?p=8#comment-2</guid>
		<description>nice to learn a good formula.. thanks</description>
		<content:encoded><![CDATA[<p>nice to learn a good formula.. thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>

