<?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>记忆在这里化作永恒 &#187; Excel</title>
	<atom:link href="http://www.onlyring.net/tag/excel/feed" rel="self" type="application/rss+xml" />
	<link>http://www.onlyring.net</link>
	<description>记录工作，记录生活，记录一切值得留下的东西...</description>
	<lastBuildDate>Tue, 10 May 2011 04:21:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Excel VLOOKUP 函数</title>
		<link>http://www.onlyring.net/2008/07/08/misc/excelvlookuphanshu.html</link>
		<comments>http://www.onlyring.net/2008/07/08/misc/excelvlookuphanshu.html#comments</comments>
		<pubDate>Tue, 08 Jul 2008 19:13:22 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[Misc]]></category>
		<category><![CDATA[Excel]]></category>

		<guid isPermaLink="false">http://www.onlyring.net/2008/07/08/misc/excelvlookuphanshu.html</guid>
		<description><![CDATA[<p>从一个数组表(table array)也就是一块选定区域的第一列查找某个值，返回该数组表中同一行中指定列值。</p>
<p>Syntax</p>

?View Code TEXTVLOOKUP(lookup_value,table_array,col_index_num,range_lookup)

<p>Lookup_value
在数组表第一列要匹配的值，这个值也可以是引用。</p>
<p>Table_aray
两行或者多行数据列。</p>
<p>Col_index_num
指定返回列值。</p>
<p>Range_loopup
指定匹配方式的逻辑值：TRUE 或FALSE
TRUE:精确匹配(exact match)
FALSE:模糊匹配(approximate match)</p>
<p>参考：</p>
<p>http://office.microsoft.com/en-us/excel/HP052093351033.aspx</p>
<p>http://www.excel-tutorials.org</p>
<p>http://www.auditexcel.co.za/vlookup.html</p>
]]></description>
		<wfw:commentRss>http://www.onlyring.net/2008/07/08/misc/excelvlookuphanshu.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

