<?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: 从Excel的vlookup()函数说起</title>
	<atom:link href="http://www.happysky.org/archives/755/feed" rel="self" type="application/rss+xml" />
	<link>http://www.happysky.org/archives/755</link>
	<description>Only hard work, man.</description>
	<pubDate>Wed, 07 Jan 2009 21:09:19 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: ppip</title>
		<link>http://www.happysky.org/archives/755/comment-page-1#comment-21489</link>
		<dc:creator>ppip</dc:creator>
		<pubDate>Fri, 07 Mar 2008 07:30:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.happysky.org/archives/755#comment-21489</guid>
		<description>研究了半天，不写VBA还真不好搞定……允许写否？</description>
		<content:encoded><![CDATA[<p>研究了半天，不写VBA还真不好搞定……允许写否？</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wuq737</title>
		<link>http://www.happysky.org/archives/755/comment-page-1#comment-21465</link>
		<dc:creator>wuq737</dc:creator>
		<pubDate>Thu, 06 Mar 2008 08:50:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.happysky.org/archives/755#comment-21465</guid>
		<description>碰上一个excel的麻烦, 想看看版主或其它大侠有没有兴趣研究.

有一系列的记录, 放在excel表中，类似如下形式:

日期         货品     报价
20080202     aaa     36.50
20080305     bbb    108.00
20080305     aaa     39.00
20080306     bbb    103.00
......

现在在另一张表里要引用这个原始记录表中某种货品的最新报价,
本人研究了很久都搞不定(因为不允许原记录重排序)。

原因是vlookup查出的是头一个记录, 相当于最老的报价,
而不是我想要的最新的报价.

我想请大侠们研究的就是: 怎么找出最新的报价.
请注意了：因原始记录比较多, 不允许对原始记录重新排序.

如果有解决办法, 请发邮件给: wuq737@hotmail.com
非常感谢!</description>
		<content:encoded><![CDATA[<p>碰上一个excel的麻烦, 想看看版主或其它大侠有没有兴趣研究.</p>
<p>有一系列的记录, 放在excel表中，类似如下形式:</p>
<p>日期         货品     报价<br />
20080202     aaa     36.50<br />
20080305     bbb    108.00<br />
20080305     aaa     39.00<br />
20080306     bbb    103.00<br />
&#8230;&#8230;</p>
<p>现在在另一张表里要引用这个原始记录表中某种货品的最新报价,<br />
本人研究了很久都搞不定(因为不允许原记录重排序)。</p>
<p>原因是vlookup查出的是头一个记录, 相当于最老的报价,<br />
而不是我想要的最新的报价.</p>
<p>我想请大侠们研究的就是: 怎么找出最新的报价.<br />
请注意了：因原始记录比较多, 不允许对原始记录重新排序.</p>
<p>如果有解决办法, 请发邮件给: <a href="mailto:wuq737@hotmail.com">wuq737@hotmail.com</a><br />
非常感谢!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ppip</title>
		<link>http://www.happysky.org/archives/755/comment-page-1#comment-18193</link>
		<dc:creator>ppip</dc:creator>
		<pubDate>Sat, 29 Sep 2007 15:00:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.happysky.org/archives/755#comment-18193</guid>
		<description>[quote comment="18145"]到写毕业论文时我才明白，最管用的开发工具是 PowerPoint，数据分析工具是 Excel，编辑软件是 Word。毫无疑问有比 Excel 更高效的工具，可若是不了解 Excel 的话，可能是连数据分析的门都没摸到呢。[/quote]

最近用Excel，觉得有一个麻烦。Excel内部所有的数字都是用双精度浮点储存的，造成他在某些数字上会有精妙的，很难修复的bug。比如在邮件合并中，他和Word就配合的并不好，Word总会把Excel储存的数字搞错。
See Also: http://software.solidot.org/article.pl?sid=07/09/27/0745258

[quote comment="18150"]Scale, performance &#38; cost matter a lot in business context.[/quote]

So it should be a balance of the three facts, which is more important?</description>
		<content:encoded><![CDATA[<p>[quote comment="18145"]到写毕业论文时我才明白，最管用的开发工具是 PowerPoint，数据分析工具是 Excel，编辑软件是 Word。毫无疑问有比 Excel 更高效的工具，可若是不了解 Excel 的话，可能是连数据分析的门都没摸到呢。[/quote]</p>
<p>最近用Excel，觉得有一个麻烦。Excel内部所有的数字都是用双精度浮点储存的，造成他在某些数字上会有精妙的，很难修复的bug。比如在邮件合并中，他和Word就配合的并不好，Word总会把Excel储存的数字搞错。<br />
See Also: <a href="http://software.solidot.org/article.pl?sid=07/09/27/0745258" rel="nofollow">http://software.solidot.org/article.pl?sid=07/09/27/0745258</a></p>
<p>[quote comment="18150"]Scale, performance &amp; cost matter a lot in business context.[/quote]</p>
<p>So it should be a balance of the three facts, which is more important?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: caii</title>
		<link>http://www.happysky.org/archives/755/comment-page-1#comment-18166</link>
		<dc:creator>caii</dc:creator>
		<pubDate>Thu, 27 Sep 2007 02:51:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.happysky.org/archives/755#comment-18166</guid>
		<description>microsoft的确很伟大....</description>
		<content:encoded><![CDATA[<p>microsoft的确很伟大&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Neo</title>
		<link>http://www.happysky.org/archives/755/comment-page-1#comment-18150</link>
		<dc:creator>Neo</dc:creator>
		<pubDate>Wed, 26 Sep 2007 14:15:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.happysky.org/archives/755#comment-18150</guid>
		<description>[quote comment="18144"]万能的伟大的SQL[/quote]

Scale, performance &#38; cost matter a lot in business context.</description>
		<content:encoded><![CDATA[<p>[quote comment="18144"]万能的伟大的SQL[/quote]</p>
<p>Scale, performance &amp; cost matter a lot in business context.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: momo</title>
		<link>http://www.happysky.org/archives/755/comment-page-1#comment-18145</link>
		<dc:creator>momo</dc:creator>
		<pubDate>Wed, 26 Sep 2007 10:46:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.happysky.org/archives/755#comment-18145</guid>
		<description>到写毕业论文时我才明白，最管用的开发工具是 PowerPoint，数据分析工具是 Excel，编辑软件是 Word。毫无疑问有比 Excel 更高效的工具，可若是不了解 Excel 的话，可能是连数据分析的门都没摸到呢。</description>
		<content:encoded><![CDATA[<p>到写毕业论文时我才明白，最管用的开发工具是 PowerPoint，数据分析工具是 Excel，编辑软件是 Word。毫无疑问有比 Excel 更高效的工具，可若是不了解 Excel 的话，可能是连数据分析的门都没摸到呢。</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: else</title>
		<link>http://www.happysky.org/archives/755/comment-page-1#comment-18144</link>
		<dc:creator>else</dc:creator>
		<pubDate>Wed, 26 Sep 2007 09:26:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.happysky.org/archives/755#comment-18144</guid>
		<description>万能的伟大的SQL</description>
		<content:encoded><![CDATA[<p>万能的伟大的SQL</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ppip</title>
		<link>http://www.happysky.org/archives/755/comment-page-1#comment-18143</link>
		<dc:creator>ppip</dc:creator>
		<pubDate>Wed, 26 Sep 2007 09:13:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.happysky.org/archives/755#comment-18143</guid>
		<description>[quote comment="18142"]“大部分互联网用户并不知道橙色XML按钮是什么意思，只有4％的用户使用过这个橙色的XML按钮订阅RSS新闻。即使知道RSS是什么意思的用户中也只有38％的用户使用这个RSS订阅按钮。更糟糕的是，有22％的用户点击了这个橙色按钮之后甚至都不知道又该采取什么动作，于是有26％的人在点击之后只好离开该网站。”[/quote]

可能对于很多人来说，添加到收藏夹才是最好的访问手段：）</description>
		<content:encoded><![CDATA[<p>[quote comment="18142"]“大部分互联网用户并不知道橙色XML按钮是什么意思，只有4％的用户使用过这个橙色的XML按钮订阅RSS新闻。即使知道RSS是什么意思的用户中也只有38％的用户使用这个RSS订阅按钮。更糟糕的是，有22％的用户点击了这个橙色按钮之后甚至都不知道又该采取什么动作，于是有26％的人在点击之后只好离开该网站。”[/quote]</p>
<p>可能对于很多人来说，添加到收藏夹才是最好的访问手段：）</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 后潭</title>
		<link>http://www.happysky.org/archives/755/comment-page-1#comment-18142</link>
		<dc:creator>后潭</dc:creator>
		<pubDate>Wed, 26 Sep 2007 07:30:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.happysky.org/archives/755#comment-18142</guid>
		<description>的确……大多数人不知道网络还有什么其他服务，他们只用IE；只知道手机日历；只知道IE收藏夹……等等等等；并且也没有去接触的热情，就像被人邀请注册了饭否却因不会使用而不再登录；更不要提从前英文界面的GoogleReader……那次看到一个统计显示：

“大部分互联网用户并不知道橙色XML按钮是什么意思，只有4％的用户使用过这个橙色的XML按钮订阅RSS新闻。即使知道RSS是什么意思的用户中也只有38％的用户使用这个RSS订阅按钮。更糟糕的是，有22％的用户点击了这个橙色按钮之后甚至都不知道又该采取什么动作，于是有26％的人在点击之后只好离开该网站。”</description>
		<content:encoded><![CDATA[<p>的确……大多数人不知道网络还有什么其他服务，他们只用IE；只知道手机日历；只知道IE收藏夹……等等等等；并且也没有去接触的热情，就像被人邀请注册了饭否却因不会使用而不再登录；更不要提从前英文界面的GoogleReader……那次看到一个统计显示：</p>
<p>“大部分互联网用户并不知道橙色XML按钮是什么意思，只有4％的用户使用过这个橙色的XML按钮订阅RSS新闻。即使知道RSS是什么意思的用户中也只有38％的用户使用这个RSS订阅按钮。更糟糕的是，有22％的用户点击了这个橙色按钮之后甚至都不知道又该采取什么动作，于是有26％的人在点击之后只好离开该网站。”</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: paanda</title>
		<link>http://www.happysky.org/archives/755/comment-page-1#comment-18141</link>
		<dc:creator>paanda</dc:creator>
		<pubDate>Wed, 26 Sep 2007 06:22:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.happysky.org/archives/755#comment-18141</guid>
		<description>这篇不错，star&#38;share一下</description>
		<content:encoded><![CDATA[<p>这篇不错，star&amp;share一下</p>
]]></content:encoded>
	</item>
</channel>
</rss>
