<?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: Search for multiple text strings in multiple cells in excel, part 2</title> <atom:link href="http://www.get-digital-help.com/2009/07/15/search-for-multiple-text-strings-in-multiple-cells-in-excel-part-2/feed/" rel="self" type="application/rss+xml" /><link>http://www.get-digital-help.com/2009/07/15/search-for-multiple-text-strings-in-multiple-cells-in-excel-part-2/</link> <description>Quality excel resource</description> <lastBuildDate>Sat, 11 Feb 2012 15:14:13 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>By: Oscar</title><link>http://www.get-digital-help.com/2009/07/15/search-for-multiple-text-strings-in-multiple-cells-in-excel-part-2/comment-page-1/#comment-42748</link> <dc:creator>Oscar</dc:creator> <pubDate>Fri, 06 Jan 2012 12:55:50 +0000</pubDate> <guid
isPermaLink="false">http://www.get-digital-help.com/?p=1869#comment-42748</guid> <description>Ram,
Try this formula:
&lt;div id=&quot;code1&quot;&gt;=INDEX(Search_strings, IF(MIN(IF(EXACT(G2, &quot;*&quot;&amp;Search_strings&amp;&quot;*&quot;), ROW(Search_strings)-MIN(ROW(Search_strings))+1, &quot;&quot;))=0;&quot;&quot;;MIN(IF(EXACT(G2, &quot;*&quot;&amp;Search_strings&amp;&quot;*&quot;), ROW(Search_strings)-MIN(ROW(Search_strings))+1, &quot;&quot;)))) &lt;/div&gt;</description> <content:encoded><![CDATA[<p>Ram,</p><p>Try this formula:</p><div
id="code1">=INDEX(Search_strings, IF(MIN(IF(EXACT(G2, "*"&#038;Search_strings&#038;"*"), ROW(Search_strings)-MIN(ROW(Search_strings))+1, ""))=0;"";MIN(IF(EXACT(G2, "*"&#038;Search_strings&#038;"*"), ROW(Search_strings)-MIN(ROW(Search_strings))+1, ""))))</div> ]]></content:encoded> </item> <item><title>By: Ram</title><link>http://www.get-digital-help.com/2009/07/15/search-for-multiple-text-strings-in-multiple-cells-in-excel-part-2/comment-page-1/#comment-42206</link> <dc:creator>Ram</dc:creator> <pubDate>Fri, 30 Dec 2011 20:52:24 +0000</pubDate> <guid
isPermaLink="false">http://www.get-digital-help.com/?p=1869#comment-42206</guid> <description>How can we match case in
=INDEX(Search_strings, MIN(IF(COUNTIF(G2, &quot;*&quot;&amp;Search_strings&amp;&quot;*&quot;), ROW(Search_strings)-MIN(ROW(Search_strings))+1, &quot;&quot;))) + CTRL + SHIFT + ENTER</description> <content:encoded><![CDATA[<p>How can we match case in<br
/> =INDEX(Search_strings, MIN(IF(COUNTIF(G2, "*"&amp;Search_strings&amp;"*"), ROW(Search_strings)-MIN(ROW(Search_strings))+1, ""))) + CTRL + SHIFT + ENTER</p> ]]></content:encoded> </item> <item><title>By: Oscar</title><link>http://www.get-digital-help.com/2009/07/15/search-for-multiple-text-strings-in-multiple-cells-in-excel-part-2/comment-page-1/#comment-41512</link> <dc:creator>Oscar</dc:creator> <pubDate>Fri, 23 Dec 2011 12:22:47 +0000</pubDate> <guid
isPermaLink="false">http://www.get-digital-help.com/?p=1869#comment-41512</guid> <description>Shyam,
=COUNTIF(range, &quot;*string*&quot;)
&lt;img src=&quot;http://www.get-digital-help.com/wp-content/uploads/2009/07/count-rows-containing-string.png&quot; alt=&quot;&quot; /&gt;
This post might be helpful:
&lt;a href=&quot;http://www.get-digital-help.com/2011/05/25/excel-2007-pivot-table-count-unique-distinct-records-rows/&quot; rel=&quot;nofollow&quot;&gt;Excel 2007 pivot table: Count unique distinct records (rows)&lt;/a&gt;</description> <content:encoded><![CDATA[<p>Shyam,</p><p>=COUNTIF(range, "*string*")</p><p><img
src="http://cdn.get-digital-help.com/wp-content/uploads/2009/07/count-rows-containing-string.png" alt="" /></p><p>This post might be helpful:<br
/> <a
href="http://www.get-digital-help.com/2011/05/25/excel-2007-pivot-table-count-unique-distinct-records-rows/" rel="nofollow">Excel 2007 pivot table: Count unique distinct records (rows)</a></p> ]]></content:encoded> </item> <item><title>By: Shyam</title><link>http://www.get-digital-help.com/2009/07/15/search-for-multiple-text-strings-in-multiple-cells-in-excel-part-2/comment-page-1/#comment-41066</link> <dc:creator>Shyam</dc:creator> <pubDate>Mon, 19 Dec 2011 11:30:27 +0000</pubDate> <guid
isPermaLink="false">http://www.get-digital-help.com/?p=1869#comment-41066</guid> <description>Hi,
I&#039;m working on pivot tables.  I&#039;ve a unique requirement to create a measure that counts the number of rows matching the &quot;string&quot; in a column.
for eg:
column_value: &quot;cancel the membership&quot;
I would like to create a measure which search for text &quot;cancel&quot; and counts.
COUNTROWS(...)
could you please help?
thank you.</description> <content:encoded><![CDATA[<p>Hi,<br
/> I'm working on pivot tables.  I've a unique requirement to create a measure that counts the number of rows matching the "string" in a column.</p><p>for eg:<br
/> column_value: "cancel the membership"</p><p>I would like to create a measure which search for text "cancel" and counts.</p><p>COUNTROWS(...)</p><p>could you please help?</p><p>thank you.</p> ]]></content:encoded> </item> <item><title>By: Oscar</title><link>http://www.get-digital-help.com/2009/07/15/search-for-multiple-text-strings-in-multiple-cells-in-excel-part-2/comment-page-1/#comment-39514</link> <dc:creator>Oscar</dc:creator> <pubDate>Sat, 03 Dec 2011 16:02:04 +0000</pubDate> <guid
isPermaLink="false">http://www.get-digital-help.com/?p=1869#comment-39514</guid> <description>Raju,
read this post: &lt;a href=&quot;http://www.get-digital-help.com/2010/11/22/return-multiple-matches-with-wildcard-vlookup-in-excel/&quot; rel=&quot;nofollow&quot;&gt;Return multiple matches with wildcard vlookup in excel&lt;/a&gt;</description> <content:encoded><![CDATA[<p>Raju,</p><p>read this post: <a
href="http://www.get-digital-help.com/2010/11/22/return-multiple-matches-with-wildcard-vlookup-in-excel/" rel="nofollow">Return multiple matches with wildcard vlookup in excel</a></p> ]]></content:encoded> </item> <item><title>By: Raju</title><link>http://www.get-digital-help.com/2009/07/15/search-for-multiple-text-strings-in-multiple-cells-in-excel-part-2/comment-page-1/#comment-39468</link> <dc:creator>Raju</dc:creator> <pubDate>Sat, 03 Dec 2011 01:04:27 +0000</pubDate> <guid
isPermaLink="false">http://www.get-digital-help.com/?p=1869#comment-39468</guid> <description>There are more than 100+ Row in column “A” have TEXT value and Column “B” has multiple values TEXTs.
Need to compare Column A and B.
How to compare (Cell ‘A’) with Column “B” to find specific TEXT value from Column “B”</description> <content:encoded><![CDATA[<p>There are more than 100+ Row in column “A” have TEXT value and Column “B” has multiple values TEXTs.<br
/> Need to compare Column A and B.</p><p>How to compare (Cell ‘A’) with Column “B” to find specific TEXT value from Column “B”</p> ]]></content:encoded> </item> <item><title>By: Raju</title><link>http://www.get-digital-help.com/2009/07/15/search-for-multiple-text-strings-in-multiple-cells-in-excel-part-2/comment-page-1/#comment-39467</link> <dc:creator>Raju</dc:creator> <pubDate>Sat, 03 Dec 2011 00:54:47 +0000</pubDate> <guid
isPermaLink="false">http://www.get-digital-help.com/?p=1869#comment-39467</guid> <description>Column “A” row has some TEXT Value
Example: Canada
And
Column “B” row has Some TEXT Value (Similar as “A” and also some other TEXT) .
Example: “Canada is great place”
How to Match or compare to find if Canada is present in Column “B” row</description> <content:encoded><![CDATA[<p>Column “A” row has some TEXT Value<br
/> Example: Canada<br
/> And<br
/> Column “B” row has Some TEXT Value (Similar as “A” and also some other TEXT) .<br
/> Example: “Canada is great place”</p><p>How to Match or compare to find if Canada is present in Column “B” row</p> ]]></content:encoded> </item> <item><title>By: Oscar</title><link>http://www.get-digital-help.com/2009/07/15/search-for-multiple-text-strings-in-multiple-cells-in-excel-part-2/comment-page-1/#comment-37288</link> <dc:creator>Oscar</dc:creator> <pubDate>Wed, 09 Nov 2011 08:42:00 +0000</pubDate> <guid
isPermaLink="false">http://www.get-digital-help.com/?p=1869#comment-37288</guid> <description>Paul,
Open attached file:
&lt;a href=&quot;http://www.get-digital-help.com/wp-content/uploads/2009/05/Paul.xls&quot; rel=&quot;nofollow&quot;&gt;Paul.xls&lt;/a&gt;
Formula in cell B1:
&lt;div id=&quot;code1&quot;&gt;=LEFT(RIGHT(A1, LEN(A1)-SEARCH(&quot;x&quot;, A1)), SEARCH(&quot;mm&quot;, RIGHT(A1, LEN(A1)-SEARCH(&quot;x&quot;, A1)))+1)&lt;/div&gt;</description> <content:encoded><![CDATA[<p>Paul,</p><p>Open attached file:<br
/> <a
href="http://cdn.get-digital-help.com/wp-content/uploads/2009/05/Paul.xls" rel="nofollow">Paul.xls</a></p><p>Formula in cell B1:</p><div
id="code1">=LEFT(RIGHT(A1, LEN(A1)-SEARCH("x", A1)), SEARCH("mm", RIGHT(A1, LEN(A1)-SEARCH("x", A1)))+1)</div> ]]></content:encoded> </item> <item><title>By: paul</title><link>http://www.get-digital-help.com/2009/07/15/search-for-multiple-text-strings-in-multiple-cells-in-excel-part-2/comment-page-1/#comment-37284</link> <dc:creator>paul</dc:creator> <pubDate>Wed, 09 Nov 2011 07:50:43 +0000</pubDate> <guid
isPermaLink="false">http://www.get-digital-help.com/?p=1869#comment-37284</guid> <description>..forgot to add, that there will be a different length of text string before the &#039;32mm&#039; portion.</description> <content:encoded><![CDATA[<p>..forgot to add, that there will be a different length of text string before the '32mm' portion.</p> ]]></content:encoded> </item> <item><title>By: paul</title><link>http://www.get-digital-help.com/2009/07/15/search-for-multiple-text-strings-in-multiple-cells-in-excel-part-2/comment-page-1/#comment-37281</link> <dc:creator>paul</dc:creator> <pubDate>Wed, 09 Nov 2011 07:38:10 +0000</pubDate> <guid
isPermaLink="false">http://www.get-digital-help.com/?p=1869#comment-37281</guid> <description>Hi - there are always 2 or 3 numbers before the mm ...it&#039;s pipe diameter sizes, eg  75mm; 100mm; 450mm
Thanks, Paul</description> <content:encoded><![CDATA[<p>Hi - there are always 2 or 3 numbers before the mm ...it's pipe diameter sizes, eg  75mm; 100mm; 450mm</p><p>Thanks, Paul</p> ]]></content:encoded> </item> </channel> </rss>
