<?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: Multi Column Match</title>
	<atom:link href="http://www.dailydoseofexcel.com/archives/2005/06/05/multi-column-match/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dailydoseofexcel.com/archives/2005/06/05/multi-column-match/</link>
	<description>Daily posts of Excel tips…and other stuff</description>
	<lastBuildDate>Wed, 08 Feb 2012 23:58:05 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Brucew</title>
		<link>http://www.dailydoseofexcel.com/archives/2005/06/05/multi-column-match/#comment-66062</link>
		<dc:creator>Brucew</dc:creator>
		<pubDate>Sat, 03 Sep 2011 16:40:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1156#comment-66062</guid>
		<description>&lt;p&gt;@Matt&lt;/p&gt;
&lt;p&gt;I think sumproduct is a better option in that case&lt;/p&gt;
&lt;div style=&quot;overflow: auto; white-space: nowrap;&quot; class=&quot;codecolorer-container text default&quot;&gt;&lt;div style=&quot;white-space: nowrap;&quot; class=&quot;text codecolorer&quot;&gt;&#160;sumproduct((a1:a1000=activity) * (b1:b1000=country) *c1:c1000)&lt;/div&gt;&lt;/div&gt;
</description>
		<content:encoded><![CDATA[<p>@Matt</p>
<p>I think sumproduct is a better option in that case</p>
<div style="overflow: auto; white-space: nowrap;" class="codecolorer-container text default">
<div style="white-space: nowrap;" class="text codecolorer">&nbsp;sumproduct((a1:a1000=activity) * (b1:b1000=country) *c1:c1000)</div>
</div>
]]></content:encoded>
	</item>
	<item>
		<title>By: matt</title>
		<link>http://www.dailydoseofexcel.com/archives/2005/06/05/multi-column-match/#comment-66034</link>
		<dc:creator>matt</dc:creator>
		<pubDate>Fri, 02 Sep 2011 21:13:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1156#comment-66034</guid>
		<description>&lt;p&gt;I used the index match combination provided by Daniel above. Need help expanding on that to include a function that will sum all entries from same origin in a third column. To demonstrate:&lt;/p&gt;
&lt;p&gt;Column A) forecast/actual...B) company name... C) week x amount&lt;/p&gt;
&lt;p&gt;          Forecast             Company A          10&lt;br&gt;
          Delivery             Company B          10&lt;br&gt;
          Forecast             Company A          5&lt;/p&gt;
&lt;p&gt;In short, the overall function will need to first identify whether it is a forecast/delivery/promotional activity, then identify company name, then add all figures for that week after narrowing selection from columns A &amp; B. There are approximately 400 companies in my sheet and at least 3-4 entries for each company, which I will be filling for all 52 weeks. Thoughts?? Thanks.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I used the index match combination provided by Daniel above. Need help expanding on that to include a function that will sum all entries from same origin in a third column. To demonstrate:</p>
<p>Column A) forecast/actual&#8230;B) company name&#8230; C) week x amount</p>
<p>          Forecast             Company A          10<br />
          Delivery             Company B          10<br />
          Forecast             Company A          5</p>
<p>In short, the overall function will need to first identify whether it is a forecast/delivery/promotional activity, then identify company name, then add all figures for that week after narrowing selection from columns A &amp; B. There are approximately 400 companies in my sheet and at least 3-4 entries for each company, which I will be filling for all 52 weeks. Thoughts?? Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BruceW</title>
		<link>http://www.dailydoseofexcel.com/archives/2005/06/05/multi-column-match/#comment-65556</link>
		<dc:creator>BruceW</dc:creator>
		<pubDate>Sun, 14 Aug 2011 20:40:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1156#comment-65556</guid>
		<description>&lt;p&gt;Correction to above&lt;/p&gt;
&lt;div style=&quot;overflow: auto; white-space: nowrap;&quot; class=&quot;codecolorer-container text default&quot;&gt;&lt;div style=&quot;white-space: nowrap;&quot; class=&quot;text codecolorer&quot;&gt;=index(a6:g60000,match(a5&amp;b5&amp;c5,index(a6:a60000&amp;b6:b60000&amp;c6:c60000,),0),4)&lt;/div&gt;&lt;/div&gt;
</description>
		<content:encoded><![CDATA[<p>Correction to above</p>
<div style="overflow: auto; white-space: nowrap;" class="codecolorer-container text default">
<div style="white-space: nowrap;" class="text codecolorer">=index(a6:g60000,match(a5&amp;b5&amp;c5,index(a6:a60000&amp;b6:b60000&amp;c6:c60000,),0),4)</div>
</div>
]]></content:encoded>
	</item>
	<item>
		<title>By: BruceW</title>
		<link>http://www.dailydoseofexcel.com/archives/2005/06/05/multi-column-match/#comment-65555</link>
		<dc:creator>BruceW</dc:creator>
		<pubDate>Sun, 14 Aug 2011 20:35:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1156#comment-65555</guid>
		<description>&lt;p&gt;Recently saw this solution&lt;/p&gt;
&lt;div style=&quot;overflow: auto; white-space: nowrap;&quot; class=&quot;codecolorer-container text default&quot;&gt;&lt;div style=&quot;white-space: nowrap;&quot; class=&quot;text codecolorer&quot;&gt;=index(a6:g60000,match(a5&amp;b5&amp;c5,index(a6:a60000&amp;b6:b60000&amp;c6:c60000,),0,4)&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;It is a three criteria lookup and works extremely well. The beauty of this is that it is not CSE but a straight formula. Not sure of the overhead on the spreadsheet. I think the char(1) addition mentioned above would enhance it if the data was of such a nature&lt;br&gt;
Cheers&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Recently saw this solution</p>
<div style="overflow: auto; white-space: nowrap;" class="codecolorer-container text default">
<div style="white-space: nowrap;" class="text codecolorer">=index(a6:g60000,match(a5&amp;b5&amp;c5,index(a6:a60000&amp;b6:b60000&amp;c6:c60000,),0,4)</div>
</div>
<p>It is a three criteria lookup and works extremely well. The beauty of this is that it is not CSE but a straight formula. Not sure of the overhead on the spreadsheet. I think the char(1) addition mentioned above would enhance it if the data was of such a nature<br />
Cheers</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tushar</title>
		<link>http://www.dailydoseofexcel.com/archives/2005/06/05/multi-column-match/#comment-43212</link>
		<dc:creator>Tushar</dc:creator>
		<pubDate>Fri, 08 Jan 2010 05:29:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1156#comment-43212</guid>
		<description>&lt;p&gt;Thanks! Had been struggling to do this whole day at work without success...now finally...:)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Thanks! Had been struggling to do this whole day at work without success&#8230;now finally&#8230;:)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Viv</title>
		<link>http://www.dailydoseofexcel.com/archives/2005/06/05/multi-column-match/#comment-40514</link>
		<dc:creator>Viv</dc:creator>
		<pubDate>Fri, 07 Aug 2009 08:49:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1156#comment-40514</guid>
		<description>&lt;p&gt;You are the Champ!! Well done.. thanks for the solutions&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>You are the Champ!! Well done.. thanks for the solutions</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dick Kusleika</title>
		<link>http://www.dailydoseofexcel.com/archives/2005/06/05/multi-column-match/#comment-34733</link>
		<dc:creator>Dick Kusleika</dc:creator>
		<pubDate>Wed, 10 Sep 2008 18:06:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1156#comment-34733</guid>
		<description>&lt;p&gt;Alex:  I think you might be looking for this&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.dailydoseofexcel.com/archives/2004/05/11/conditional-data-validation/&quot; rel=&quot;nofollow&quot;&gt;http://www.dailydoseofexcel.com/archives/2004/05/11/conditional-data-validation/&lt;/a&gt;&lt;br&gt;
&lt;a href=&quot;http://www.contextures.com/xlDataVal02.html&quot; rel=&quot;nofollow&quot;&gt;http://www.contextures.com/xlDataVal02.html&lt;/a&gt;&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Alex:  I think you might be looking for this</p>
<p><a href="http://www.dailydoseofexcel.com/archives/2004/05/11/conditional-data-validation/" rel="nofollow">http://www.dailydoseofexcel.com/archives/2004/05/11/conditional-data-validation/</a><br />
<a href="http://www.contextures.com/xlDataVal02.html" rel="nofollow">http://www.contextures.com/xlDataVal02.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://www.dailydoseofexcel.com/archives/2005/06/05/multi-column-match/#comment-34687</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Mon, 08 Sep 2008 12:27:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1156#comment-34687</guid>
		<description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Is it possible to do this inside Data Validation? Let&#039;s say I have a list of sport products. In my first column I have Brand (Nike, Adidas...) on the second one Product Line (Shoes, Shirts, Jackets...) and on the third column I&#039;ve got the model name. I will have several models inside the same brand and product line. The idea is to select from a list the resulting values.&lt;/p&gt;
&lt;p&gt;Thanks!!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Is it possible to do this inside Data Validation? Let&#8217;s say I have a list of sport products. In my first column I have Brand (Nike, Adidas&#8230;) on the second one Product Line (Shoes, Shirts, Jackets&#8230;) and on the third column I&#8217;ve got the model name. I will have several models inside the same brand and product line. The idea is to select from a list the resulting values.</p>
<p>Thanks!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MaN</title>
		<link>http://www.dailydoseofexcel.com/archives/2005/06/05/multi-column-match/#comment-34510</link>
		<dc:creator>MaN</dc:creator>
		<pubDate>Thu, 28 Aug 2008 06:03:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1156#comment-34510</guid>
		<description>&lt;p&gt;hi Rob...it is possible to do this in java programming? how do is use this in java? can you help me?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>hi Rob&#8230;it is possible to do this in java programming? how do is use this in java? can you help me?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason B</title>
		<link>http://www.dailydoseofexcel.com/archives/2005/06/05/multi-column-match/#comment-28267</link>
		<dc:creator>Jason B</dc:creator>
		<pubDate>Fri, 26 Oct 2007 16:54:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1156#comment-28267</guid>
		<description>&lt;p&gt;I used this again today and the recalculation is a bit slow, but the result is great as always...&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I used this again today and the recalculation is a bit slow, but the result is great as always&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

