<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:admin="http://webns.net/mvcb/"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<channel> 

	<title>Comments on: Searching in Excel</title>
	<link>http://ask.metafilter.com/7673/Searching-in-Excel/</link>
	<description>Comments on Ask MetaFilter post Searching in Excel</description>
	<pubDate>Thu, 03 Jun 2004 03:44:21 -0800</pubDate>
	<lastBuildDate>Thu, 03 Jun 2004 03:44:21 -0800</lastBuildDate>
	<language>en-us</language>
	<docs>http://blogs.law.harvard.edu/tech/rss</docs>
	<ttl>60</ttl>

	<item>
		<title>Question: Searching in Excel</title>
		<link>http://ask.metafilter.com/7673/Searching-in-Excel</link>	
		<description>ExcelFilter: I want to determine if a given value is in a range of cells. A simple true/false evaluation would be sufficient, though returning a reference to the cell might be nice.</description>
		<guid isPermaLink="false">post:ask.metafilter.com,2004:site.7673</guid>
		<pubDate>Thu, 03 Jun 2004 03:17:03 -0800</pubDate>
		<dc:creator>namespan</dc:creator>
		
			<category>cells</category>
		
			<category>MSexcel</category>
		
			<category>microsoftexcel</category>
		
			<category>howto</category>
		
			<category>software</category>
		
			<category>spreadsheet</category>
		
			<category>truefalse</category>
		
			<category>value</category>
		
	</item> <item>
		<title>By: ralawrence</title>
		<link>http://ask.metafilter.com/7673/Searching-in-Excel#151407</link>	
		<description>COUNTIF will tell you how many times an item appeared in a range.&lt;br&gt;
&lt;br&gt;
Therefore you can stick an IF around this and get:&lt;br&gt;
&lt;br&gt;
=IF(COUNTIF([your range],[your value]) &amp;gt; 0, &quot;yes in range&quot;, &quot;no is not&quot;)&lt;br&gt;
&lt;br&gt;
One example would be:&lt;br&gt;
&lt;br&gt;
[your range] could be A1:A77&lt;br&gt;
[your value] could be 13&lt;br&gt;
&lt;br&gt;
in which case it would show you whether or not the value 13 appeared in the range A1:A77.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2004:site.7673-151407</guid>
		<pubDate>Thu, 03 Jun 2004 03:44:21 -0800</pubDate>
		<dc:creator>ralawrence</dc:creator>
	</item><item>
		<title>By: ralawrence</title>
		<link>http://ask.metafilter.com/7673/Searching-in-Excel#151408</link>	
		<description>Returning a reference to the cell is going to need a bit of VBA I think.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2004:site.7673-151408</guid>
		<pubDate>Thu, 03 Jun 2004 03:46:13 -0800</pubDate>
		<dc:creator>ralawrence</dc:creator>
	</item><item>
		<title>By: chrismear</title>
		<link>http://ask.metafilter.com/7673/Searching-in-Excel#151419</link>	
		<description>MATCH returns a reference, so it might do exactly what you want, but I think it only works for a single row or column, not an arbitrary range of cells.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2004:site.7673-151419</guid>
		<pubDate>Thu, 03 Jun 2004 06:00:30 -0800</pubDate>
		<dc:creator>chrismear</dc:creator>
	</item><item>
		<title>By: namespan</title>
		<link>http://ask.metafilter.com/7673/Searching-in-Excel#151539</link>	
		<description>MATCH is very nearly what I&apos;m looking for, and a single row or column will probably work for this case -- thanks chrismear! An arbitrary two-dimensional tool would be nice to have around, though.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2004:site.7673-151539</guid>
		<pubDate>Thu, 03 Jun 2004 10:21:35 -0800</pubDate>
		<dc:creator>namespan</dc:creator>
	</item>
	</channel>
</rss>
