<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title> - EXCEL专区</title>
    <link>http://www.zhaoqianzhou.com/forum-57-1.html</link>
    <description>Latest 20 threads of EXCEL专区</description>
    <copyright>Copyright(C) </copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Sun, 24 May 2026 08:13:27 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>http://www.zhaoqianzhou.com/static/image/common/logo_88_31.gif</url>
      <title></title>
      <link>http://www.zhaoqianzhou.com/</link>
    </image>
    <item>
      <title>五、按等级做计数统计</title>
      <link>http://www.zhaoqianzhou.com/thread-485-1-1.html</link>
      <description><![CDATA[需求：如果统计每个等级出现的次数]]></description>
      <category>EXCEL专区</category>
      <author>赵乾舟</author>
<enclosure url="http://www.zhaoqianzhou.com/data/attachment/forum/202204/24/104501kk55terjfcta5lje.png" length="4113" type="image/jpeg" />      <pubDate>Sun, 24 Apr 2022 02:45:30 +0000</pubDate>
    </item>
    <item>
      <title>五、统计每个人全年工资信息</title>
      <link>http://www.zhaoqianzhou.com/thread-484-1-1.html</link>
      <description><![CDATA[需求如图所示]]></description>
      <category>EXCEL专区</category>
      <author>赵乾舟</author>
<enclosure url="http://www.zhaoqianzhou.com/data/attachment/forum/202204/24/104141fuzjj0frkrejrtnc.png" length="18310" type="image/jpeg" />      <pubDate>Sun, 24 Apr 2022 02:42:24 +0000</pubDate>
    </item>
    <item>
      <title>给名单中的姓名添加序号</title>
      <link>http://www.zhaoqianzhou.com/thread-483-1-1.html</link>
      <description><![CDATA[需求：给B列的名单每个人的姓名加序号
思路：B列拆分成列表，将序号列表和姓名组成新列表，合并即可]]></description>
      <category>EXCEL专区</category>
      <author>赵乾舟</author>
<enclosure url="http://www.zhaoqianzhou.com/data/attachment/forum/202204/24/103015o7fbcfotb2sbbwl2.png" length="4965" type="image/jpeg" />      <pubDate>Sun, 24 Apr 2022 02:31:35 +0000</pubDate>
    </item>
    <item>
      <title>汇总多工作簿数据</title>
      <link>http://www.zhaoqianzhou.com/thread-482-1-1.html</link>
      <description><![CDATA[需求：每个工作簿中又有多个工作表，要求汇总所有工作表B列的数据
思路：循环读取每个工作簿中的每个工作表，再求和
练习素材：]]></description>
      <category>EXCEL专区</category>
      <author>赵乾舟</author>
<enclosure url="http://www.zhaoqianzhou.com/data/attachment/forum/202204/24/102505n1v1jz29ypb0u9jz.png" length="4706" type="image/jpeg" />      <pubDate>Sun, 24 Apr 2022 02:28:02 +0000</pubDate>
    </item>
    <item>
      <title>五、自动汇总多表格数据</title>
      <link>http://www.zhaoqianzhou.com/thread-481-1-1.html</link>
      <description><![CDATA[需求：对工作簿中1、2、3月的工作表B列的数据求和，写入新表。
思路：循环每个表，获取B列的数据，求和
练习素材：]]></description>
      <category>EXCEL专区</category>
      <author>赵乾舟</author>
      <pubDate>Sun, 24 Apr 2022 02:17:12 +0000</pubDate>
    </item>
    <item>
      <title>五、按条件统计多工作表数据</title>
      <link>http://www.zhaoqianzhou.com/thread-480-1-1.html</link>
      <description><![CDATA[表格里存储了上中下三旬的每天表现最佳的三个人，现在要求统计某一个人在这三个工作表中出现的次数。






统计结果如下：]]></description>
      <category>EXCEL专区</category>
      <author>赵乾舟</author>
      <pubDate>Sun, 24 Apr 2022 01:58:50 +0000</pubDate>
    </item>
    <item>
      <title>五、列表综合应用案例--按行对分数求和</title>
      <link>http://www.zhaoqianzhou.com/thread-471-1-1.html</link>
      <description><![CDATA[需求：本案例要求对分数比中的每个人1-12月份进行判断，对大于或等于80分的分数进行求和，然后写入汇总分数单元格。
思路：先按照每行获取数据，每一行数据生成一个列表，然后再通过【1：-1】去掉开头和末尾的数据，获取到1-12月份的数据，然后再判断数字是否大于等于8 ...]]></description>
      <category>EXCEL专区</category>
      <author>赵乾舟</author>
      <pubDate>Thu, 17 Feb 2022 07:24:54 +0000</pubDate>
    </item>
    <item>
      <title>五、列表切片应用案例--按行对数据求平均值</title>
      <link>http://www.zhaoqianzhou.com/thread-469-1-1.html</link>
      <description><![CDATA[需求：本案例求每个人平均分写入N列
思路1：用ws.row_values(row)方法拿到整行的值，然后利用切片【1：-1】去掉第一个姓名，和最后一个空值，再用sum函数求和除以12，round函数四舍五入。
思路2：先循环每行数据，然后再循环每列，把每个数值相加除以12保留两位
下面分 ...]]></description>
      <category>EXCEL专区</category>
      <author>赵乾舟</author>
      <pubDate>Fri, 28 Jan 2022 12:26:12 +0000</pubDate>
    </item>
    <item>
      <title>字符串拆分与合并案例--汇总多表中不规范数据</title>
      <link>http://www.zhaoqianzhou.com/thread-468-1-1.html</link>
      <description><![CDATA[需求，将四个季度，每个人的业绩汇总到一个新工作表，如下图所示

思路：循环每个季度的工作表ws，然后再循环每一行的数据，将B列拆分，求和，再与姓名拼接，然后将四个季度的数据写入新表。
知识点：其中int（ws.name)[1]，做了一个巧妙运用，将表明中的季度数字截取 ...]]></description>
      <category>EXCEL专区</category>
      <author>赵乾舟</author>
      <pubDate>Thu, 27 Jan 2022 09:48:47 +0000</pubDate>
    </item>
    <item>
      <title>字符串替换案例--整理不规范的分隔符</title>
      <link>http://www.zhaoqianzhou.com/thread-467-1-1.html</link>
      <description><![CDATA[需求：根据B列名单，统一分隔符。
思路：循环每一列拿到名单，然后再循环分隔符替换。
知识点：其中有个问题，循环替换分隔符的步骤中，新旧字符串的变量名要一致，因为这里是循环替换，如果不一致的话，就出现了循环替换都用老字符串替换，还是达不到最终效果。
先上 ...]]></description>
      <category>EXCEL专区</category>
      <author>赵乾舟</author>
      <pubDate>Wed, 26 Jan 2022 07:03:08 +0000</pubDate>
    </item>
    <item>
      <title>字符串搜索案例--提取指定位置信息</title>
      <link>http://www.zhaoqianzhou.com/thread-466-1-1.html</link>
      <description><![CDATA[处理前：    处理后：
需求：根据职员信息列，提取括号内的部门信息。
思路：循环每一行，用find函数提取括号开始和结束的位置，利用切片拿到部门。定位的开头数字是括号的位置，所以部门是从开头数字+1开始计算。

知识点：我最后增加一行没有括号的信息，可以看到也拿 ...]]></description>
      <category>EXCEL专区</category>
      <author>赵乾舟</author>
      <pubDate>Wed, 26 Jan 2022 06:40:43 +0000</pubDate>
    </item>
    <item>
      <title>字符串统计案例--统计各等级出现的次数</title>
      <link>http://www.zhaoqianzhou.com/thread-465-1-1.html</link>
      <description><![CDATA[红色框内为处理后的数据
需求：根据分数列，统计每个人获取优良中差的次数，写入C列
思路：循环B列数据，拿到每个数据，并在数据内循环计算优良中差每个等级的次数，并叠加字符串。知识点：本案例，字符串相加是关键。
下面是书中所示代码，利用的while循环实现
我自己 ...]]></description>
      <category>EXCEL专区</category>
      <author>赵乾舟</author>
      <pubDate>Wed, 26 Jan 2022 06:27:14 +0000</pubDate>
    </item>
    <item>
      <title>字符串切片案例--根据身份证号码判断性别</title>
      <link>http://www.zhaoqianzhou.com/thread-464-1-1.html</link>
      <description><![CDATA[处理前                                           处理后
需求，对每个成员进行性别判断，并写入C列。
思路：根据身份证号第17位判断，用切片方式拿到数字，然后除以2取余数，如果余数为0，就是女，否则男。
以下是书中所示代码，其中利用while循环
下面代码是我用fo ...]]></description>
      <category>EXCEL专区</category>
      <author>赵乾舟</author>
      <pubDate>Wed, 26 Jan 2022 05:51:38 +0000</pubDate>
    </item>
    <item>
      <title>break语句案例--标记达标时的首个月份</title>
      <link>http://www.zhaoqianzhou.com/thread-463-1-1.html</link>
      <description><![CDATA[需求：查找每个人在12个月中，业绩累计达到100时，对应的是哪个月，并写入N列
有个知识点，如果把第7行的num=0写到第一个for循环的话，就可以省略第14行的内容。因为每次循环，都会重新把0赋值给num。



 ...]]></description>
      <category>EXCEL专区</category>
      <author>赵乾舟</author>
      <pubDate>Mon, 24 Jan 2022 12:16:57 +0000</pubDate>
    </item>
    <item>
      <title>break在for循环中的用法--获取列表中第3个大于90的数字</title>
      <link>http://www.zhaoqianzhou.com/thread-462-1-1.html</link>
      <description><![CDATA[]]></description>
      <category>EXCEL专区</category>
      <author>赵乾舟</author>
      <pubDate>Mon, 24 Jan 2022 06:18:33 +0000</pubDate>
    </item>
    <item>
      <title>IF多条件分支语句案例--对分数进行多等级判断并保存</title>
      <link>http://www.zhaoqianzhou.com/thread-461-1-1.html</link>
      <description><![CDATA[需求：根据分数列的数字，进行登记判断，并把等级写入C列。]]></description>
      <category>EXCEL专区</category>
      <author>赵乾舟</author>
      <pubDate>Mon, 24 Jan 2022 05:47:18 +0000</pubDate>
    </item>
    <item>
      <title>IF多条件分支标准用法</title>
      <link>http://www.zhaoqianzhou.com/thread-460-1-1.html</link>
      <description><![CDATA[]]></description>
      <category>EXCEL专区</category>
      <author>赵乾舟</author>
      <pubDate>Mon, 24 Jan 2022 05:26:21 +0000</pubDate>
    </item>
    <item>
      <title>IF条件分支语音标准用法及案例</title>
      <link>http://www.zhaoqianzhou.com/thread-459-1-1.html</link>
      <description><![CDATA[案例：计算出列表内的数字大于90和小于90的个数]]></description>
      <category>EXCEL专区</category>
      <author>赵乾舟</author>
      <pubDate>Mon, 24 Jan 2022 05:24:13 +0000</pubDate>
    </item>
    <item>
      <title>批量新建工作簿、工作表---while、for</title>
      <link>http://www.zhaoqianzhou.com/thread-458-1-1.html</link>
      <description><![CDATA[首先用while循环
用for循环代码更简洁易懂]]></description>
      <category>EXCEL专区</category>
      <author>赵乾舟</author>
      <pubDate>Sun, 23 Jan 2022 09:50:49 +0000</pubDate>
    </item>
    <item>
      <title>批量创建工作表--while</title>
      <link>http://www.zhaoqianzhou.com/thread-457-1-1.html</link>
      <description><![CDATA[]]></description>
      <category>EXCEL专区</category>
      <author>赵乾舟</author>
      <pubDate>Sun, 23 Jan 2022 09:21:11 +0000</pubDate>
    </item>
  </channel>
</rss>