<?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 and display a range of values in excel</title> <atom:link href="http://www.get-digital-help.com/2009/08/16/search-and-display-a-range-of-values-in-excel/feed/" rel="self" type="application/rss+xml" /><link>http://www.get-digital-help.com/2009/08/16/search-and-display-a-range-of-values-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: Matthew Smyth</title><link>http://www.get-digital-help.com/2009/08/16/search-and-display-a-range-of-values-in-excel/comment-page-1/#comment-47875</link> <dc:creator>Matthew Smyth</dc:creator> <pubDate>Sat, 04 Feb 2012 02:41:08 +0000</pubDate> <guid
isPermaLink="false">http://www.get-digital-help.com/?p=2054#comment-47875</guid> <description>I am interested to find out how you would handle it if Range_num did contain duplicates?
Matthew</description> <content:encoded><![CDATA[<p>I am interested to find out how you would handle it if Range_num did contain duplicates?</p><p>Matthew</p> ]]></content:encoded> </item> <item><title>By: Oscar</title><link>http://www.get-digital-help.com/2009/08/16/search-and-display-a-range-of-values-in-excel/comment-page-1/#comment-30545</link> <dc:creator>Oscar</dc:creator> <pubDate>Fri, 05 Aug 2011 07:09:44 +0000</pubDate> <guid
isPermaLink="false">http://www.get-digital-help.com/?p=2054#comment-30545</guid> <description>Evan Galvanek,
Thanks for describing how you use the number range function. I am happy you figured it out in excel 2003.</description> <content:encoded><![CDATA[<p>Evan Galvanek,</p><p>Thanks for describing how you use the number range function. I am happy you figured it out in excel 2003.</p> ]]></content:encoded> </item> <item><title>By: Evan Galvanek</title><link>http://www.get-digital-help.com/2009/08/16/search-and-display-a-range-of-values-in-excel/comment-page-1/#comment-30509</link> <dc:creator>Evan Galvanek</dc:creator> <pubDate>Thu, 04 Aug 2011 18:47:26 +0000</pubDate> <guid
isPermaLink="false">http://www.get-digital-help.com/?p=2054#comment-30509</guid> <description>Figured it out. I used
=ISERROR(A#)
then
=IF(A#,&quot;&quot;,Relevant cell)
Thanks for all your help and direction.</description> <content:encoded><![CDATA[<p>Figured it out. I used</p><p>=ISERROR(A#)</p><p>then</p><p>=IF(A#,"",Relevant cell)</p><p>Thanks for all your help and direction.</p> ]]></content:encoded> </item> <item><title>By: Evan Galvanek</title><link>http://www.get-digital-help.com/2009/08/16/search-and-display-a-range-of-values-in-excel/comment-page-1/#comment-30494</link> <dc:creator>Evan Galvanek</dc:creator> <pubDate>Thu, 04 Aug 2011 15:46:05 +0000</pubDate> <guid
isPermaLink="false">http://www.get-digital-help.com/?p=2054#comment-30494</guid> <description>I think the IFERROR function is only for 2007. I am working in Excel 2003.</description> <content:encoded><![CDATA[<p>I think the IFERROR function is only for 2007. I am working in Excel 2003.</p> ]]></content:encoded> </item> <item><title>By: Evan Galvanek</title><link>http://www.get-digital-help.com/2009/08/16/search-and-display-a-range-of-values-in-excel/comment-page-1/#comment-30493</link> <dc:creator>Evan Galvanek</dc:creator> <pubDate>Thu, 04 Aug 2011 15:32:44 +0000</pubDate> <guid
isPermaLink="false">http://www.get-digital-help.com/?p=2054#comment-30493</guid> <description>Could you walk me through incorporating that function to the existing worksheet?</description> <content:encoded><![CDATA[<p>Could you walk me through incorporating that function to the existing worksheet?</p> ]]></content:encoded> </item> <item><title>By: Evan Galvanek</title><link>http://www.get-digital-help.com/2009/08/16/search-and-display-a-range-of-values-in-excel/comment-page-1/#comment-30492</link> <dc:creator>Evan Galvanek</dc:creator> <pubDate>Thu, 04 Aug 2011 15:29:09 +0000</pubDate> <guid
isPermaLink="false">http://www.get-digital-help.com/?p=2054#comment-30492</guid> <description>As an aside, your solution to list numbers within a range will be used in some of my mass spectrometry work. I have designed a &quot;charge-state&quot; calculator which lists the theoretical masses of a peptide when analysed by the instrument. There are times when these masses are not probable / not necessary which is where the number range function comes into play. The end result is a list of comma separated values used to search for masses within our Mass spectrometry software, MassLynx. That string is generated like this:
=J6&amp;&quot;,&quot;&amp;J7&amp;&quot;,&quot;&amp;J8&amp;&quot;,&quot;&amp;J9&amp;&quot;,&quot;&amp;J10&amp;&quot;,&quot;&amp;J11&amp;&quot;,&quot;&amp;J12&amp;&quot;,&quot;&amp;J13
where J# is the results from your ranged list. I thought it might be nice for you to see the value in your efforts.
Thanks!</description> <content:encoded><![CDATA[<p>As an aside, your solution to list numbers within a range will be used in some of my mass spectrometry work. I have designed a "charge-state" calculator which lists the theoretical masses of a peptide when analysed by the instrument. There are times when these masses are not probable / not necessary which is where the number range function comes into play. The end result is a list of comma separated values used to search for masses within our Mass spectrometry software, MassLynx. That string is generated like this:</p><p>=J6&amp;","&amp;J7&amp;","&amp;J8&amp;","&amp;J9&amp;","&amp;J10&amp;","&amp;J11&amp;","&amp;J12&amp;","&amp;J13</p><p>where J# is the results from your ranged list. I thought it might be nice for you to see the value in your efforts.</p><p>Thanks!</p> ]]></content:encoded> </item> <item><title>By: Oscar</title><link>http://www.get-digital-help.com/2009/08/16/search-and-display-a-range-of-values-in-excel/comment-page-1/#comment-30490</link> <dc:creator>Oscar</dc:creator> <pubDate>Thu, 04 Aug 2011 15:28:11 +0000</pubDate> <guid
isPermaLink="false">http://www.get-digital-help.com/?p=2054#comment-30490</guid> <description>Evan Galvanek,
Sure!
Array formula
=IFERROR(formula, &quot;&quot;)</description> <content:encoded><![CDATA[<p>Evan Galvanek,</p><p>Sure!</p><p>Array formula<br
/> =IFERROR(formula, "")</p> ]]></content:encoded> </item> <item><title>By: Evan Galvanek</title><link>http://www.get-digital-help.com/2009/08/16/search-and-display-a-range-of-values-in-excel/comment-page-1/#comment-30489</link> <dc:creator>Evan Galvanek</dc:creator> <pubDate>Thu, 04 Aug 2011 15:07:25 +0000</pubDate> <guid
isPermaLink="false">http://www.get-digital-help.com/?p=2054#comment-30489</guid> <description>Thanks Oscar. I downloaded the 2nd excel file. Works well with decimals. Is there a way to list the array without encountering any #NUM! errors?</description> <content:encoded><![CDATA[<p>Thanks Oscar. I downloaded the 2nd excel file. Works well with decimals. Is there a way to list the array without encountering any #NUM! errors?</p> ]]></content:encoded> </item> <item><title>By: Oscar</title><link>http://www.get-digital-help.com/2009/08/16/search-and-display-a-range-of-values-in-excel/comment-page-1/#comment-30391</link> <dc:creator>Oscar</dc:creator> <pubDate>Wed, 03 Aug 2011 07:37:53 +0000</pubDate> <guid
isPermaLink="false">http://www.get-digital-help.com/?p=2054#comment-30391</guid> <description>Evan Galvanek,
I believe this should work as long as Range_num contains no duplicates:
&lt;strong&gt;Download excel example file. &lt;/strong&gt;
&lt;a href=&quot;http://cdn.get-digital-help.com/wp-content/uploads/2009/08/Search-and-display-a-range-of-values-in-excel2.xls&quot; rel=&quot;nofollow&quot;&gt;Search-and-display-a-range-of-values-in-excel2.xls&lt;/a&gt;
(Excel 97-2003 Workbook *.xls)
or read the new updated formulas in this post.</description> <content:encoded><![CDATA[<p>Evan Galvanek,</p><p>I believe this should work as long as Range_num contains no duplicates:</p><p><strong>Download excel example file. </strong><br
/> <a
href="http://cdn.get-digital-help.com/wp-content/uploads/2009/08/Search-and-display-a-range-of-values-in-excel2.xls" rel="nofollow">Search-and-display-a-range-of-values-in-excel2.xls</a><br
/> (Excel 97-2003 Workbook *.xls)</p><p>or read the new updated formulas in this post.</p> ]]></content:encoded> </item> <item><title>By: Evan Galvanek</title><link>http://www.get-digital-help.com/2009/08/16/search-and-display-a-range-of-values-in-excel/comment-page-1/#comment-30349</link> <dc:creator>Evan Galvanek</dc:creator> <pubDate>Tue, 02 Aug 2011 15:53:40 +0000</pubDate> <guid
isPermaLink="false">http://www.get-digital-help.com/?p=2054#comment-30349</guid> <description>This does not seem to operate when a decimal place is added. Changing a value from 23 to 23.1 creates errors. Can this be corrected?</description> <content:encoded><![CDATA[<p>This does not seem to operate when a decimal place is added. Changing a value from 23 to 23.1 creates errors. Can this be corrected?</p> ]]></content:encoded> </item> </channel> </rss>
