<?xml version="1.0" encoding="gb2312"?>
<?xml-stylesheet type="text/xsl" href="rss.xsl" version="1.0"?>
<rss version="2.0"><channel><title>老卧主页 -- 文章中心 -- 栏目更新</title><description>老卧主页</description><link>http://it.py3c.cn/</link><Currentlink>http://it.py3c.cn/rss.asp?ChannelID=1&amp;ClassID=3</Currentlink><language>zh-cn</language><docs>老卧主页</docs><generator>老卧主页</generator><webMaster></webMaster><image><title>老卧主页</title><url>http://it.py3c.cn/images/logo.gif</url><link>http://it.py3c.cn/</link></image><item><title>统计重复值（超过15位）</title><link>/Article/ruan/execl/202111/230.html</link><description>统计重复值（超过15位）=SUMPRODUCT(($C$2:$C$4577=C2)*1)...</description><author>佚名</author><category>execl</category><pubDate>2021-11-14 22:02:00</pubDate></item><item><title>部分匹配</title><link>/Article/ruan/execl/202111/228.html</link><description>步骤一、（不太准）J2单元格字符数少，前后加上通配符。从$B$2:$B$888区域中匹配过来完整数据。右边添加列公式为=VLOOKUP(*&amp;amp;J2&amp;amp;*,$B$2:$B$888,1,)部分匹配步骤二、判断当前表A2单元格里数据，在sheet1表中A1：C952区域是否存在。右边添加列公式为=IF(ISERROR(VLOOKUP(A2,Sheet1!$A$1:$C$952,1,FALSE...</description><author>佚名</author><category>execl</category><pubDate>2021-11-11 00:09:52</pubDate></item><item><title>合并单元格添加序列号</title><link>/Article/ruan/execl/202111/227.html</link><description>一、合并单元格格式设置为常规二、选中所有需添加序列号的单元格，输入=max($A$1:A1)+1或=count($A$1:A1)+1，然后Ctrl+Enter。...</description><author>佚名</author><category>execl</category><pubDate>2021-11-11 00:09:16</pubDate></item><item><title>合并多个execl文件</title><link>/Article/ruan/execl/202011/225.html</link><description>1、新建一个文件夹、将要合并的表格放到里面、新建一个表格、用excel打开、右击sheet12、选择查看代码（ps：excel有着一项，wps没有）3、将下列代码复制到文本框中：sub 合并当前目录下所有工作簿的全部工作表()dim mypath, myname, awbnamedim wb as workbook, wbn as stringdim g as longdim num as lon...</description><author>佚名</author><category>execl</category><pubDate>2020-11-03 18:44:55</pubDate></item><item><title>分类汇总每组数据分页的Excel打印设置技巧</title><link>/Article/ruan/execl/201905/223.html</link><description>...</description><author>佚名</author><category>execl</category><pubDate>2019-05-13 07:18:28</pubDate></item><item><title>execl使用技艺（自用）</title><link>/Article/ruan/execl/201612/214.html</link><description>在EXCEL中如何把B列与A列不同之处标识出来？（一）、如果是要求A、B两列的同一行数据相比较：“条件格式”，将条件设为:“单元格数值” “不等于”=B2“颜色”，选中红色，点两次“确定”。用格式刷将A2单元格的条件格式向下复制。B列可参照此方法设置。（二）、如果是A列与B列整体比较（即相同数据不在同一行）：“条件格式”，将条件设为:“公式”=COUNTIF($B:$B,$A2)=0“颜色”，选中...</description><author>佚名</author><category>execl</category><pubDate>2016-12-25 13:49:02</pubDate></item><item><title>execl2003版本有的函数运行后没有结果解决办法</title><link>/Article/ruan/execl/201503/211.html</link><description>工具---加载宏，点选“分析工具库”“分析工具库--VBA函数”，按回车键就有结果了。...</description><author>佚名</author><category>execl</category><pubDate>2015-03-29 10:19:27</pubDate></item><item><title>execl点名程序</title><link>/Article/ruan/execl/201405/207.html</link><description>原文地址：Excel随机点名程序作者：saysayExcel随机点名程序能够帮助老师在不熟悉学员的情况下，进行点名提问等教学活动。对集中学员注意力投入学习，也有促进作用。但对于熟悉学生情况的班主任，可能就不太适用了。现将制作过程介绍如下，供大家练习使用。1. 新建一个Excel文件，命名为“随机点名”后保存。在A1中输入姓名，在B1中输入“每组人数”，在C1中输入“分组”，在A2、A3……中输入学...</description><author>佚名</author><category>execl</category><pubDate>2014-05-09 21:29:58</pubDate></item><item><title>打印时显示数据表名</title><link>/Article/ruan/execl/201207/171.html</link><description>按shift多选数据表，页面设置－页眉页脚－自定义页眉－选“插入数据表”（第8个）。...</description><author>佚名</author><category>execl</category><pubDate>2012-07-01 08:20:30</pubDate></item><item><title>列重复的几个数据输入</title><link>/Article/ruan/execl/201207/170.html</link><description>=MOD(ROW()-2,3)+1，再复制。其中-2为当前行标数，3为重复的3行数...</description><author>佚名</author><category>execl</category><pubDate>2012-07-01 08:19:09</pubDate></item><item><title>分数显示优秀良好及格的代码</title><link>/Article/ruan/execl/201202/156.html</link><description>=IF(F1&lt;60,不及格,IF(F1&lt;75,及格,IF(F1&lt;85,良,优)))...</description><author>佚名</author><category>execl</category><pubDate>2012-02-24 17:42:08</pubDate></item><item><title>Excel2003电子表格处理软件教案</title><link>/Article/ruan/execl/201101/31.html</link><description>Excel 2003电子表格处理软件教案...</description><author>佚名</author><category>execl</category><pubDate>2011-01-27 19:14:03</pubDate></item><item><title>分栏打印</title><link>/Article/ruan/execl/201101/21.html</link><description>分栏模板...</description><author>佚名</author><category>execl</category><pubDate>2011-01-26 13:31:34</pubDate></item><item><title>execl使用技巧（2）</title><link>/Article/ruan/execl/201101/12.html</link><description>21. 批量修改数据在EXCEL表格数据都已被填好的情况下，如何方便地对任一列（行）的数据进行修改呢？　　比如我们做好一个EXCEL表格，填好了数据，现在想修改其中的一列（行），例如：想在A列原来的数据的基础上加8，有没有这样的公式？是不是非得手工的一个一个数据地住上加？对于这个问题我们自然想到了利用公式，当你利用工式输入A1=A1+8时，你会得到EXCEL的一个警告：“MICROSOFT　EXC...</description><author>佚名</author><category>execl</category><pubDate>2011-01-18 18:46:48</pubDate></item><item><title>execl使用技巧（1）</title><link>/Article/ruan/execl/201101/11.html</link><description>⒈快速定义工作簿格式首先选定需要定义格式的工作簿范围，单击“格式”菜单的“样式”命令，打开“样式”对话框；然后从“样式名”列表框中选择合适的“样式”种类，从“样式包括”列表框中选择是否使用该种样式的数字、字体、对齐、边框、图案、保护等格式内容；单击“确定”按钮，关闭“样式”对话框，Excel工作簿的格式就会按照用户指定的样式发生变化，从而满足了用户快速、大批定义格式的要求。⒉快速复制公式复制是将公...</description><author>佚名</author><category>execl</category><pubDate>2011-01-18 18:46:05</pubDate></item><item><title>execl常用公式</title><link>/Article/ruan/execl/201012/6.html</link><description>常用电子表格公式1,重复,)。2、 用出生年月来计算年龄公式：=TRUNC((DAYS360(H6,2009/8/30,FALSE))/360,0)。3、 从输入的18位身份证号的出生年月计算公式：=CONCATENATE(MID(E2,7,4),/,MID(E2,11,2),/,MID(E2,13,2))。4、 从输入的身份证号码内让系统自动提取性别，可以输入以下公式：=IF(LEN(C2)=1...</description><author>佚名</author><category>execl</category><pubDate>2010-12-29 15:29:17</pubDate></item><item><title>身份证EXECL校验模板_含地址校验码</title><link>/Article/ruan/execl/201012/3.html</link><description>身份证EXECL校验模板_含地址校验码...</description><author>佚名</author><category>execl</category><pubDate>2010-12-28 22:13:15</pubDate></item></channel></rss>