<?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: How to return multiple values using vlookup in excel</title> <atom:link href="http://www.get-digital-help.com/2009/10/25/how-to-return-multiple-values-using-vlookup-in-excel/feed/" rel="self" type="application/rss+xml" /><link>http://www.get-digital-help.com/2009/10/25/how-to-return-multiple-values-using-vlookup-in-excel/</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: Mat</title><link>http://www.get-digital-help.com/2009/10/25/how-to-return-multiple-values-using-vlookup-in-excel/comment-page-4/#comment-48647</link> <dc:creator>Mat</dc:creator> <pubDate>Fri, 10 Feb 2012 22:14:46 +0000</pubDate> <guid
isPermaLink="false">http://www.get-digital-help.com/?p=2744#comment-48647</guid> <description>Beautiful! Thank you very much!</description> <content:encoded><![CDATA[<p>Beautiful! Thank you very much!</p> ]]></content:encoded> </item> <item><title>By: Oscar</title><link>http://www.get-digital-help.com/2009/10/25/how-to-return-multiple-values-using-vlookup-in-excel/comment-page-4/#comment-48645</link> <dc:creator>Oscar</dc:creator> <pubDate>Fri, 10 Feb 2012 22:02:15 +0000</pubDate> <guid
isPermaLink="false">http://www.get-digital-help.com/?p=2744#comment-48645</guid> <description>Mat,
&lt;div id=&quot;code1&quot;&gt;=INDEX($A$2:$C$7,  SMALL(IF(($B$9=$A$2:$A$7)+($C$9=$A$2:$A$7),  ROW($A$2:$A$7)-MIN(ROW($A$2:$A$7))+1,  &quot;&quot;),  ROW(A1)), COLUMN(A1))&lt;/div&gt;
($B$9=$A$2:$A$7)+($C$9=$A$2:$A$7) returns an array
OR($B$9=$A$2:$A$7,$C$9=$A$2:$A$7) returns a single value.</description> <content:encoded><![CDATA[<p>Mat,</p><div
id="code1">=INDEX($A$2:$C$7,  SMALL(IF(($B$9=$A$2:$A$7)+($C$9=$A$2:$A$7),  ROW($A$2:$A$7)-MIN(ROW($A$2:$A$7))+1,  ""),  ROW(A1)), COLUMN(A1))</div><p>($B$9=$A$2:$A$7)+($C$9=$A$2:$A$7) returns an array</p><p>OR($B$9=$A$2:$A$7,$C$9=$A$2:$A$7) returns a single value.</p> ]]></content:encoded> </item> <item><title>By: Mat</title><link>http://www.get-digital-help.com/2009/10/25/how-to-return-multiple-values-using-vlookup-in-excel/comment-page-4/#comment-48638</link> <dc:creator>Mat</dc:creator> <pubDate>Fri, 10 Feb 2012 21:16:02 +0000</pubDate> <guid
isPermaLink="false">http://www.get-digital-help.com/?p=2744#comment-48638</guid> <description>Hi Oscar,
Thanks much for your guide, it is helping out tremendously.  I am wanting to alter your code a bit, and it seems like it should work but I am not getting the desired results.  I would like to have an if or to check for another value.  This is how I assumed it would look, but again, I&#039;m not seeing the desired results.  Assume C9 had 124.
=INDEX($A$2:$C$7, SMALL(IF(OR($B$9=$A$2:$A$7, $C$9=$A$2:$A$7), ROW($A$2:$A$7)-MIN(ROW($A$2:$A$7))+1, &quot;&quot;), ROW(A1)),COLUMN(A1))
I would like results for 123 and 124.  I however seem to be getting every thing back as a result.  What is going wrong?  Thanks much for your help!</description> <content:encoded><![CDATA[<p>Hi Oscar,</p><p>Thanks much for your guide, it is helping out tremendously.  I am wanting to alter your code a bit, and it seems like it should work but I am not getting the desired results.  I would like to have an if or to check for another value.  This is how I assumed it would look, but again, I'm not seeing the desired results.  Assume C9 had 124.</p><p>=INDEX($A$2:$C$7, SMALL(IF(OR($B$9=$A$2:$A$7, $C$9=$A$2:$A$7), ROW($A$2:$A$7)-MIN(ROW($A$2:$A$7))+1, ""), ROW(A1)),COLUMN(A1))</p><p>I would like results for 123 and 124.  I however seem to be getting every thing back as a result.  What is going wrong?  Thanks much for your help!</p> ]]></content:encoded> </item> <item><title>By: Oscar</title><link>http://www.get-digital-help.com/2009/10/25/how-to-return-multiple-values-using-vlookup-in-excel/comment-page-4/#comment-48585</link> <dc:creator>Oscar</dc:creator> <pubDate>Fri, 10 Feb 2012 16:30:08 +0000</pubDate> <guid
isPermaLink="false">http://www.get-digital-help.com/?p=2744#comment-48585</guid> <description>Ulrik,
I think the problem is how you enter the udf.
You can´t copy an array formula returning two or more values.
How to expand the array formula from cell range C9:C11 to C9:C21
1. Select C9:C21
2. Click in formula bar
3. Press and hold Ctrl + Shift
4. Press Enter
5. Release all keys.
Thanks for bringning this to my attention.</description> <content:encoded><![CDATA[<p>Ulrik,</p><p>I think the problem is how you enter the udf.</p><p>You can´t copy an array formula returning two or more values.</p><p>How to expand the array formula from cell range C9:C11 to C9:C21</p><p>1. Select C9:C21<br
/> 2. Click in formula bar<br
/> 3. Press and hold Ctrl + Shift<br
/> 4. Press Enter<br
/> 5. Release all keys.</p><p>Thanks for bringning this to my attention.</p> ]]></content:encoded> </item> <item><title>By: Oscar</title><link>http://www.get-digital-help.com/2009/10/25/how-to-return-multiple-values-using-vlookup-in-excel/comment-page-4/#comment-48574</link> <dc:creator>Oscar</dc:creator> <pubDate>Fri, 10 Feb 2012 15:17:07 +0000</pubDate> <guid
isPermaLink="false">http://www.get-digital-help.com/?p=2744#comment-48574</guid> <description>Soumit,
Does this formula work?
&lt;div id=&quot;code1&quot;&gt;=IFERROR(INDEX(&#039;Business Events&#039;!$B$2:$E$3177, SMALL(IF($C$6=&#039;Business Events&#039;!$B$2:$E$3177, ROW(&#039;Business Events&#039;!$B$2:$B$3177)-MIN(ROW(&#039;Business Events&#039;!$B$2:$B$3177))+1, &quot;&quot;), ROW(A1)),COLUMN(A1)),&quot;No More Data Available&quot;)&lt;/div&gt;</description> <content:encoded><![CDATA[<p>Soumit,</p><p>Does this formula work?</p><div
id="code1">=IFERROR(INDEX('Business Events'!$B$2:$E$3177, SMALL(IF($C$6='Business Events'!$B$2:$E$3177, ROW('Business Events'!$B$2:$B$3177)-MIN(ROW('Business Events'!$B$2:$B$3177))+1, ""), ROW(A1)),COLUMN(A1)),"No More Data Available")</div> ]]></content:encoded> </item> <item><title>By: Soumit</title><link>http://www.get-digital-help.com/2009/10/25/how-to-return-multiple-values-using-vlookup-in-excel/comment-page-4/#comment-48526</link> <dc:creator>Soumit</dc:creator> <pubDate>Fri, 10 Feb 2012 07:24:52 +0000</pubDate> <guid
isPermaLink="false">http://www.get-digital-help.com/?p=2744#comment-48526</guid> <description>Hi Oscar,
First of all, thank you VERY much for the superb effort you put in for us Excel newbies to be better!
I am facing one problem in making this array formula run. My data table and output table are on different sheets. While the formula works perfectly when they are both in the same sheet, error is returned when they are on different sheets. Here&#039;s my formula that works:
=IFERROR(INDEX($A$2:$E$107, SMALL(IF(Dashboard!$C$6=$A$2:$E$107, ROW($A$2:$A$107)-MIN(ROW($A$2:$A$107))+1, &quot;&quot;), ROW(A1)),COLUMN(A1)),&quot;No More Data Available&quot;)
Here&#039;s the one that does NOT work:
=IFERROR(INDEX(&#039;Business Events&#039;!$B$2:$E$3177, SMALL(IF($C$6=&#039;Business Events&#039;!$B$2:$E$3177, ROW(&#039;Business Events&#039;!$B$2:$B$3177)-MIN(ROW(&#039;Business Events&#039;!$B$2:$B$3177))+1, &quot;&quot;), ROW(&#039;Business Events&#039;!B1)),COLUMN(&#039;Business Events&#039;!B1)),&quot;No More Data Available&quot;)
Data table is in sheet named &quot;Business Events&quot; and output table is in another sheet named &quot;Dashboard&quot;. The filtering id is in cell C6 in the sheet &quot;Dashboard&quot;.
Please help.
Thanks much!
Soumit</description> <content:encoded><![CDATA[<p>Hi Oscar,</p><p>First of all, thank you VERY much for the superb effort you put in for us Excel newbies to be better!</p><p>I am facing one problem in making this array formula run. My data table and output table are on different sheets. While the formula works perfectly when they are both in the same sheet, error is returned when they are on different sheets. Here's my formula that works:</p><p>=IFERROR(INDEX($A$2:$E$107, SMALL(IF(Dashboard!$C$6=$A$2:$E$107, ROW($A$2:$A$107)-MIN(ROW($A$2:$A$107))+1, ""), ROW(A1)),COLUMN(A1)),"No More Data Available")</p><p>Here's the one that does NOT work:</p><p>=IFERROR(INDEX('Business Events'!$B$2:$E$3177, SMALL(IF($C$6='Business Events'!$B$2:$E$3177, ROW('Business Events'!$B$2:$B$3177)-MIN(ROW('Business Events'!$B$2:$B$3177))+1, ""), ROW('Business Events'!B1)),COLUMN('Business Events'!B1)),"No More Data Available")</p><p>Data table is in sheet named "Business Events" and output table is in another sheet named "Dashboard". The filtering id is in cell C6 in the sheet "Dashboard".</p><p>Please help.</p><p>Thanks much!<br
/> Soumit</p> ]]></content:encoded> </item> <item><title>By: Ulrik</title><link>http://www.get-digital-help.com/2009/10/25/how-to-return-multiple-values-using-vlookup-in-excel/comment-page-4/#comment-48463</link> <dc:creator>Ulrik</dc:creator> <pubDate>Thu, 09 Feb 2012 15:45:41 +0000</pubDate> <guid
isPermaLink="false">http://www.get-digital-help.com/?p=2744#comment-48463</guid> <description>Hi Oscar,
Im using the &quot;Return multiple values vertically or horizontally (vba)&quot;. Right know I can get it to return 3 values in the the cells C9-C11. I have a lot of data to lookup and would like it to return more values vertically (maybe 10 values). When I try to copy the array to the next cells, I either get a error message og it will start returning the same values, is already shown in C9-C11. Can you help me? (Hope the question makes sense)
Ulrik</description> <content:encoded><![CDATA[<p>Hi Oscar,</p><p>Im using the "Return multiple values vertically or horizontally (vba)". Right know I can get it to return 3 values in the the cells C9-C11. I have a lot of data to lookup and would like it to return more values vertically (maybe 10 values). When I try to copy the array to the next cells, I either get a error message og it will start returning the same values, is already shown in C9-C11. Can you help me? (Hope the question makes sense)<br
/> Ulrik</p> ]]></content:encoded> </item> <item><title>By: Oscar</title><link>http://www.get-digital-help.com/2009/10/25/how-to-return-multiple-values-using-vlookup-in-excel/comment-page-4/#comment-47733</link> <dc:creator>Oscar</dc:creator> <pubDate>Thu, 02 Feb 2012 21:54:39 +0000</pubDate> <guid
isPermaLink="false">http://www.get-digital-help.com/?p=2744#comment-47733</guid> <description>Jener,
I thought you copied the array formula horizontally? You are using column(A1) in your formula.
Your example seems to be right.</description> <content:encoded><![CDATA[<p>Jener,</p><p>I thought you copied the array formula horizontally? You are using column(A1) in your formula.</p><p>Your example seems to be right.</p> ]]></content:encoded> </item> <item><title>By: Jener</title><link>http://www.get-digital-help.com/2009/10/25/how-to-return-multiple-values-using-vlookup-in-excel/comment-page-4/#comment-47521</link> <dc:creator>Jener</dc:creator> <pubDate>Wed, 01 Feb 2012 09:56:34 +0000</pubDate> <guid
isPermaLink="false">http://www.get-digital-help.com/?p=2744#comment-47521</guid> <description>Hi Oscar,
thanks for the reply,
I have no clue how to adjust it.
Can you give me a sample. lets say in Column B and C there are 100000 rows
Is this the right code for it:
=LEFT(INDEX($C$2:$C$100000,SMALL(IF($E$3=$B$2:$B$100000,ROW($B$2:$B$100000)-MIN(ROW($B$2:$B$100000))+1,&quot;&quot;),COLUMN(A1))),11)
need your expert advice,
jener</description> <content:encoded><![CDATA[<p>Hi Oscar,</p><p>thanks for the reply,</p><p>I have no clue how to adjust it.</p><p>Can you give me a sample. lets say in Column B and C there are 100000 rows</p><p>Is this the right code for it:<br
/> =LEFT(INDEX($C$2:$C$100000,SMALL(IF($E$3=$B$2:$B$100000,ROW($B$2:$B$100000)-MIN(ROW($B$2:$B$100000))+1,""),COLUMN(A1))),11)</p><p>need your expert advice,<br
/> jener</p> ]]></content:encoded> </item> <item><title>By: Oscar</title><link>http://www.get-digital-help.com/2009/10/25/how-to-return-multiple-values-using-vlookup-in-excel/comment-page-4/#comment-47201</link> <dc:creator>Oscar</dc:creator> <pubDate>Mon, 30 Jan 2012 18:18:46 +0000</pubDate> <guid
isPermaLink="false">http://www.get-digital-help.com/?p=2744#comment-47201</guid> <description>Jener,
adjust cell references (bolded):
&lt;div id=&quot;code1&quot;&gt;=LEFT(INDEX($C$2:$C$13546,SMALL(IF($E$3=&lt;strong&gt;$B$2:$B$1300&lt;/strong&gt;,ROW(&lt;strong&gt;$B$2:$B$1300&lt;/strong&gt;)-MIN(ROW(&lt;strong&gt;$B$2:$B$1300&lt;/strong&gt;))+1,&quot;&quot;),COLUMN(A1))),11)&lt;/div&gt;</description> <content:encoded><![CDATA[<p>Jener,</p><p>adjust cell references (bolded):</p><div
id="code1">=LEFT(INDEX($C$2:$C$13546,SMALL(IF($E$3=<strong>$B$2:$B$1300</strong>,ROW(<strong>$B$2:$B$1300</strong>)-MIN(ROW(<strong>$B$2:$B$1300</strong>))+1,""),COLUMN(A1))),11)</div> ]]></content:encoded> </item> </channel> </rss>
