<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Brian Keith May &#187; Microsoft Excel Tips</title>
	<atom:link href="http://www.briankeithmay.com/category/microsoft-excel-tips/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.briankeithmay.com</link>
	<description>Internet Marketing Consultant</description>
	<lastBuildDate>Sat, 17 Jul 2010 18:46:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Using Microsoft Excel Contains Formula For Querying Google Analytics Exported Data</title>
		<link>http://www.briankeithmay.com/using-microsoft-excel-contains-formula-for-querying-google-analytics-exported-data/</link>
		<comments>http://www.briankeithmay.com/using-microsoft-excel-contains-formula-for-querying-google-analytics-exported-data/#comments</comments>
		<pubDate>Thu, 21 Jan 2010 01:53:41 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
				<category><![CDATA[Google Analytics Training]]></category>
		<category><![CDATA[Microsoft Excel Tips]]></category>
		<category><![CDATA[Web analytics]]></category>
		<category><![CDATA[Google Analytics]]></category>
		<category><![CDATA[Google Analytics Reporting]]></category>

		<guid isPermaLink="false">http://www.briankeithmay.com/?p=141</guid>
		<description><![CDATA[For reporting purposes, when you export data from Google Analytics, the information is not in the format or structure that you need. Google Analytics is a little limited on the reporting functionality and often requires some manipulation in Microsoft Excel to massage the data in the the format you need. Often I am trying to [...]]]></description>
			<content:encoded><![CDATA[<p></p><div class="tweetmeme_button" style="float: left; margin-right: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.briankeithmay.com%2Fusing-microsoft-excel-contains-formula-for-querying-google-analytics-exported-data%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.briankeithmay.com%2Fusing-microsoft-excel-contains-formula-for-querying-google-analytics-exported-data%2F&amp;source=briankeithmay&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p>For reporting purposes, when you export data from <a href="http://www.briankeithmay.com/category/google-analytics-training/">Google Analytics</a>, the information is not in the format or structure that you need. Google Analytics is a little limited on the reporting functionality and often requires some manipulation in Microsoft Excel to massage the data in the the format you need.</p>
<p>Often I am trying to find a text string within a dataset without being able to match the entire string.</p>
<p>What I am trying to do is determine if a value from a list exists in a range of columns and return a value from a corresponding column.</p>
<p>In my list from sheet 1 column A I have values like:<br />U04370<br />W71191<br />X770DJ</p>
<p>In sheet 2 I will have in column A:<br />TESTING INC #U04370 / JMO  / BLISH-MIZE<br />TESTING INC #X848MM/RADIUS /WEGMAN&#8217;S FOOD <br />TESTING INC #W71191/INFOL/FIELD CONTAINER <br />TESTING INC #X770DJ/PROPH/MAGNUS INDUSTRIES<br />TESTING INC #X9950H/RUSH /ODOMS TENNESSEE PRIDE </p>
<p>and in sheet 2 Column B I will have<br />28832<br />46375<br />47524<br />49119<br />49166</p>
<p>I want to return to sheet 1 column B the value from sheet 2 column B when sheet 1 column A is contained in sheet 2 column A.</p>
<p>This function helps to solve that problem</p>
<p><strong>=INDEX(Sheet2!$B$2:$B$6,MATCH(&#8220;*&#8221;&amp;A2&amp;&#8221;*&#8221;,Sheet2!$A$2:$A$6,0))</strong></p>
<p>where &#8220;A2&#8243; corresponds to the cell of the text string that you are trying to match. This function only works if there is only one matching cell in Sheet 2, Column A. If there are multiple instances of the text string in Sheet 2, Column A, then another function will have to be used for accurate results.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.briankeithmay.com/using-microsoft-excel-contains-formula-for-querying-google-analytics-exported-data/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
