<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title><![CDATA[四十路超い (gonna begyond my 40's ...)]]></title> 
<link>https://spyrise.org/blog/</link> 
<description><![CDATA[Devoted in 汽车研发 & 域名空间博客]]></description> 
<language>zh-cn</language> 
<copyright><![CDATA[四十路超い (gonna begyond my 40's ...)]]></copyright>
<item>
<link>https://spyrise.org/blog/excel-2007-tubiao-indirect-dongtai-ziduan-counta-offset/</link>
<title><![CDATA[为何Excel图表中无法引用用indirect生成的动态字段？]]></title> 
<author>spyrise &lt;ppbbqq-8@hotmail.com&gt;</author>
<category><![CDATA[办公应用]]></category>
<pubDate>Sun, 22 Feb 2015 14:22:30 +0000</pubDate> 
<guid>https://spyrise.org/blog/excel-2007-tubiao-indirect-dongtai-ziduan-counta-offset/</guid> 
<description>
<![CDATA[ 
	<p>最近在尝试使用indirect生成动态字段来定义为某个名称，比如Summary_Date和Summary_Profit。</p><p>本想使用这两个字段用于生成动态图表的， 最终到了最后一步竟然发现无法引用。</p><p>用=Summary_Date不行，说是错误。用=!Summary_Date也不行，说是错误。再用='xxxx.xlsx'!Summary_Date，错误信息变化了，说是无法引用&hellip;&hellip;我考。</p><p>然后开始不断百度，先是好几个贴子说是indirect生成的动态字段只能用于工作表云云，不能用于图表。反正就是说，死了这条心吧。</p><p>突然，发现有个网页说，要使用完整的引用，就可以了。比如：<br/>............<br/><br/>Tags - <a href="https://spyrise.org/blog/tags/excel/" rel="tag">excel</a> , <a href="https://spyrise.org/blog/tags/2007/" rel="tag">2007</a> , <a href="https://spyrise.org/blog/tags/%25E5%259B%25BE%25E8%25A1%25A8/" rel="tag">图表</a> , <a href="https://spyrise.org/blog/tags/indirect/" rel="tag">indirect</a> , <a href="https://spyrise.org/blog/tags/%25E5%258A%25A8%25E6%2580%2581%25E5%25AD%2597%25E6%25AE%25B5/" rel="tag">动态字段</a> , <a href="https://spyrise.org/blog/tags/counta/" rel="tag">counta</a> , <a href="https://spyrise.org/blog/tags/offset/" rel="tag">offset</a>
]]>
</description>
</item>
<item>
<link>https://spyrise.org/blog/excel-how-to-return-an-array-fanhui-shuzu/</link>
<title><![CDATA[Excel中如何返回一个数组？]]></title> 
<author>spyrise &lt;ppbbqq-8@hotmail.com&gt;</author>
<category><![CDATA[办公应用]]></category>
<pubDate>Sun, 25 May 2014 13:12:40 +0000</pubDate> 
<guid>https://spyrise.org/blog/excel-how-to-return-an-array-fanhui-shuzu/</guid> 
<description>
<![CDATA[ 
	<p>今天遇到一个实例问题：在对应不同对象的记录里，查找某事件相关的日期，然后返回最早及最晚的日期。<img src="/blog/editor/fckeditor/editor/images/smiley/kds/ico15.gif" alt="" /></p><p>最早和最晚无非用MIN()和MAX()，难度在于在一堆记录里，某个事件可能会有好几条记录相关。当然，这个工作用数据透视表也可以完成，但我这不是研究如何用函数得到嘛。那最终的问题在于，如何就某个事件返回一个数组，然后就这个数组进行最小最大分析。<img src="/blog/editor/fckeditor/editor/images/smiley/kds/ico16.gif" alt="" /><img src="/blog/editor/fckeditor/editor/images/smiley/kds/ico03.gif" alt="" /></p><p>在百度上查了一下，我们采用具体一个案例介绍如何实现这个目的。<br/>............<br/><br/>Tags - <a href="https://spyrise.org/blog/tags/excel/" rel="tag">excel</a> , <a href="https://spyrise.org/blog/tags/%25E8%25BF%2594%25E5%259B%259E/" rel="tag">返回</a> , <a href="https://spyrise.org/blog/tags/%25E6%2595%25B0%25E7%25BB%2584/" rel="tag">数组</a>
]]>
</description>
</item>
<item>
<link>https://spyrise.org/blog/excel-offset-match-address-indirect-shift-ctrl-enter/</link>
<title><![CDATA[Excel学无止境 - offset,match,indirect,address]]></title> 
<author>spyrise &lt;ppbbqq-8@hotmail.com&gt;</author>
<category><![CDATA[办公应用]]></category>
<pubDate>Sun, 04 May 2014 13:25:07 +0000</pubDate> 
<guid>https://spyrise.org/blog/excel-offset-match-address-indirect-shift-ctrl-enter/</guid> 
<description>
<![CDATA[ 
	<p>Excel真是学无止境。我一直觉得自己的Excel水平还可以，想不到用的时候发现自己还是不行。</p><p>最近在折腾一个事情，想某段长度列的总和。</p><p>本想用sumifs的，结果sumifs不能处理复杂的多条件求和。结果转而使用sumproduct。sumproduct真是牛啊，真是多条件求和。</p><p>结果，sumproduct不能用于整列（sumifs可以），必须明确的某一段数列。用了这个某一段数列，我就折腾开了。</p><p>比如，我要A2:A107这段数字，可是由于107是在变的，我不能直接写A2:A107，必须用公式。我先得到107这个值，比如存在B1。这个107是怎么得到呢？match用于返回找到的值的所在行，而不是返回找到的值。</p><p><span style="font-family: Comic Sans MS;"><code>=MATCH(VLOOKUP(9E+304,'Data from FIN'!U:U,1),'Data from FIN'!U:U,0)</code></span></p><p>然后怎么用这个B1的值，间接表示出A2:A107这段引用呢？</p><p>发现方法有两种：</p><p>简单的是：用=indirect(&quot;'Data from FIN'!$A$2:$A&quot;&amp;$B$1)。indirect就是将字符串转义为引用。有点像C语言中的指针。用address函数可以产生某个单元格的引用。</p><p>复杂的是：用=offset('Data from FIN'!$A$1,1,0,$B$1-1,1)。offest是基于某个位置，偏置row行，偏置column列，高height行，宽width列。</p><p>另外，就是针对这个数列，数组，矩阵，在函数输完后，按F9，可看到矩阵。逗号表示行，分号表示列。用shift+ctrl+enter表示确认。</p><br/>Tags - <a href="https://spyrise.org/blog/tags/excel/" rel="tag">excel</a> , <a href="https://spyrise.org/blog/tags/offset/" rel="tag">offset</a> , <a href="https://spyrise.org/blog/tags/match/" rel="tag">match</a> , <a href="https://spyrise.org/blog/tags/address/" rel="tag">address</a> , <a href="https://spyrise.org/blog/tags/indirect/" rel="tag">indirect</a> , <a href="https://spyrise.org/blog/tags/shift/" rel="tag">shift</a> , <a href="https://spyrise.org/blog/tags/ctrl/" rel="tag">ctrl</a> , <a href="https://spyrise.org/blog/tags/enter/" rel="tag">enter</a>
]]>
</description>
</item>
<item>
<link>https://spyrise.org/blog/excel-remove-sheet-protecting-password/</link>
<title><![CDATA[Excel工作表保护密码忘了怎么破解？]]></title> 
<author>spyrise &lt;ppbbqq-8@hotmail.com&gt;</author>
<category><![CDATA[办公应用]]></category>
<pubDate>Mon, 06 Jan 2014 05:31:30 +0000</pubDate> 
<guid>https://spyrise.org/blog/excel-remove-sheet-protecting-password/</guid> 
<description>
<![CDATA[ 
	<p>我以前摘录了一个方法，<a target="_blank" href="http://spyrise.org/blog/excel-vba-project-password-remove-mima-pojie-quchu/">如何破解Excel VBA工程的密码</a>。</p><p>但，有时候也会遇到需要破解工作表保护密码的时候，不管是你准备破别人的表格，还是自己忘了当初煞费苦心设计的强密码。</p><p>方法是这样的，也是我网上找来的。这个方法我在Excel2007里面验证了一下，有用。</p><p>下面是方法：</p><p style="margin-left: 40px;"><span style="font-family: Courier New;"><span style="color: rgb(0, 0, 255);">1、打开文件<br />2、工具---宏----录制新宏---输入名字如:aa<br />3、停止录制(这样得到一个空宏)<br />4、工具---宏----宏，选aa，点编辑按钮<br />5、删除窗口中的所有字符(只有几个)，替换为下面的内容(复制吧)。<br />6、关闭编辑窗口<br />7、工具---宏-----宏，选DecodeAllInternalPasswords，运行，确定两次，等2分钟，再确定。OK，没有密码了！！！<br/>............<br/><br/>Tags - <a href="https://spyrise.org/blog/tags/excel/" rel="tag">excel</a> , <a href="https://spyrise.org/blog/tags/%25E5%25B7%25A5%25E4%25BD%259C%25E8%25A1%25A8/" rel="tag">工作表</a> , <a href="https://spyrise.org/blog/tags/%25E5%25AF%2586%25E7%25A0%2581/" rel="tag">密码</a> , <a href="https://spyrise.org/blog/tags/%25E7%25A0%25B4%25E8%25A7%25A3/" rel="tag">破解</a> , <a href="https://spyrise.org/blog/tags/%25E7%25A7%25BB%25E9%2599%25A4/" rel="tag">移除</a> , <a href="https://spyrise.org/blog/tags/%25E6%2596%25B9%25E6%25B3%2595/" rel="tag">方法</a>
]]>
</description>
</item>
<item>
<link>https://spyrise.org/blog/excel-useful-functions/</link>
<title><![CDATA[Excel计算分析常用函数]]></title> 
<author>spyrise &lt;ppbbqq-8@hotmail.com&gt;</author>
<category><![CDATA[办公应用]]></category>
<pubDate>Sun, 05 Jan 2014 14:22:02 +0000</pubDate> 
<guid>https://spyrise.org/blog/excel-useful-functions/</guid> 
<description>
<![CDATA[ 
	<p>Excel计算分析常用函数</p><ul type="square">&nbsp;&nbsp;&nbsp;&nbsp;<li>SUMPRODUCT<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</li>&nbsp;&nbsp;&nbsp;&nbsp;<li>SUMIFS</li>&nbsp;&nbsp;&nbsp;&nbsp;<li>COUNTIFS</li>&nbsp;&nbsp;&nbsp;&nbsp;<li>AVERAGEIFS<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</li>&nbsp;&nbsp;&nbsp;&nbsp;<li>SLOPE</li>&nbsp;&nbsp;&nbsp;&nbsp;<li>INTERCEPT<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</li>&nbsp;&nbsp;&nbsp;&nbsp;<li>VLOOKUP</li>&nbsp;&nbsp;&nbsp;&nbsp;<li>HLOOKUP</li></ul><p>先想到这些</p><br/>Tags - <a href="https://spyrise.org/blog/tags/excel/" rel="tag">excel</a> , <a href="https://spyrise.org/blog/tags/sumproduct/" rel="tag">sumproduct</a> , <a href="https://spyrise.org/blog/tags/sumifs/" rel="tag">sumifs</a> , <a href="https://spyrise.org/blog/tags/countifs/" rel="tag">countifs</a> , <a href="https://spyrise.org/blog/tags/averageifs/" rel="tag">averageifs</a> , <a href="https://spyrise.org/blog/tags/slope/" rel="tag">slope</a> , <a href="https://spyrise.org/blog/tags/intercept/" rel="tag">intercept</a> , <a href="https://spyrise.org/blog/tags/vlookup/" rel="tag">vlookup</a> , <a href="https://spyrise.org/blog/tags/hlookup/" rel="tag">hlookup</a>
]]>
</description>
</item>

</channel>
</rss>