<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
<channel>
<title><![CDATA[三思随然]]></title>
<link>http://www.yongzi.com/</link>
<description><![CDATA[主动即自由，阅历即财富！简简单单，一切随然！]]></description>
<language>zh-cn</language>
<copyright><![CDATA[Copyright 2005 PBlog3 v2.8]]></copyright>
<webMaster><![CDATA[1118221@qq.com(随然晓阳)]]></webMaster>
<generator>PBlog2 v2.4</generator> 
<image>
	<title>三思随然</title>
	<url>http://www.yongzi.com/images/logos.gif</url>
	<link>http://www.yongzi.com/</link>
	<description>三思随然</description>
</image>

			<item>
			<link>http://www.yongzi.com/article.asp?id=903</link>
			<title><![CDATA[Windows11 安装系统时跳过登录微软账户的方法]]></title>
			<author>1118221@qq.com(随然)</author>
			<category><![CDATA[技术资料]]></category>
			<pubDate>Tue,11 Nov 2025 15:20:23 +0800</pubDate>
			<guid>http://www.yongzi.com/default.asp?id=903</guid>
		<description><![CDATA[现在Win11不登陆微软账户无法安装系统，以前有很多办法，但是好多都失效了，有一个修改注册表的办法一直可用。<br/>步骤一、断网<br/>步骤二、修改注册表<br/>使用快捷键“Shift+F10”调出CMD命令窗口，输入：“regedit”，将注册表编辑器打开，展开注册表HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion，新建DWORD（32位），名称为BypassNRO，值修改为1（十六进制）即可。<br/>步骤三、然后重启电脑<br/>强制关机再开机，或者使用命令shutdown /r /t 0]]></description>
		</item>
		
			<item>
			<link>http://www.yongzi.com/article.asp?id=901</link>
			<title><![CDATA[Windows10 Windows11 延长关闭自动更新的方法]]></title>
			<author>1118221@qq.com(随然)</author>
			<category><![CDATA[技术资料]]></category>
			<pubDate>Sat,23 Aug 2025 09:50:01 +0800</pubDate>
			<guid>http://www.yongzi.com/default.asp?id=901</guid>
		<description><![CDATA[由于Windows自带的暂停更新只能延长几周时间，几周后又会提醒更新。这个办法可以长期暂停Windows10和Windows11的自动更新。<br/>1.进入注册表。快捷键WIN+R&nbsp;&nbsp;输入regedit,确定<br/>2.修改注册表。找到这个目录<br/>\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsUp&#100;ate\UX\Settings ，在窗口右侧空白处，右键选择新建一个DWORD(32位)值，将其重命名为FlightSettingsMaxPauseDays，再双击打开它。基数改为十进制，数值数据改为你要暂停更新的天数，比如5000，点确定。<br/>3.暂停更新。开始菜单→设置（也可以桌面右键点个性化，再点左上角的主页）→更新和安全，右边暂停更新，选择最长的时间。如果没有时间选择，就点“高级选项”，再修改暂停更新的时间，选择最长的时间。<br/><br/>如果第1步和第2步不方便操作，可以直接下载下面的文件导入注册表，再进行第3步<br/><span id="down_pt7ekjhka3"></span><script language="javascript" type="text/javascript">doAjax('?action=Antidown&id=101&downurl=download%2Easp%3Fid%3D101&main=%E7%82%B9%E5%87%BB%E4%B8%8B%E8%BD%BD%E5%BB%B6%E9%95%BF%E6%9B%B4%E6%96%B0%E6%B3%A8%E5%86%8C%E8%A1%A8%E6%96%87%E4%BB%B6','down_pt7ekjhka3');</script><br/>]]></description>
		</item>
		
			<item>
			<link>http://www.yongzi.com/article.asp?id=900</link>
			<title><![CDATA[Lookup函数使用方法]]></title>
			<author>1118221@qq.com(随然)</author>
			<category><![CDATA[Excel笔记]]></category>
			<pubDate>Wed,20 Nov 2024 22:25:04 +0800</pubDate>
			<guid>http://www.yongzi.com/default.asp?id=900</guid>
		<description><![CDATA[Lookup：在一行或者一列中进行数据查询<br/>语法：=LOOKUP(lookup_value, lookup_vector, result_vector)<br/>第一参数：查找值<br/>第二参数：查找的数据区域，必须是一行或者一列<br/>第三参数：返回结果的区域，必须是一行或者一列<br/><br/>注意事项<br/>第二参数中的值必须升序排序否则可能找不到结果<br/>如果找不到准确的结果，lookup会返回小于或等于查找值的最大值。<br/>如果查找值小于查找区域的最小值，lookup则会返回 #N/A 错误。<br/>第二与第三参数必须一一对应<br/>可以写第一和第二个参数，不写第三个参数<br/>这个函数的注意事项还是挺多的，但是一般不用管它，只需记得使用前对查找列升序排序即可。<br/><br/>举例：<br/>A2&nbsp;&nbsp;A3&nbsp;&nbsp;A4&nbsp;&nbsp;A5 分别对应 20&nbsp;&nbsp;30&nbsp;&nbsp;40&nbsp;&nbsp;50<br/>LOOKUP(38,A2:A5)&nbsp;&nbsp;返回的值就是30<br/><br/>详细使用说明请看这个链接：<br/><a href="https://baijiahao.baidu.com/s?id=1725460177363456052" target="_blank" rel="external">https://baijiahao.baidu.com/s?id=1725460177363456052</a>&amp;wfr=spider&amp;for=pc]]></description>
		</item>
		
			<item>
			<link>http://www.yongzi.com/article.asp?id=899</link>
			<title><![CDATA[彻底永久关闭Windows10自动更新的方法]]></title>
			<author>1118221@qq.com(随然)</author>
			<category><![CDATA[技术资料]]></category>
			<pubDate>Tue,17 Sep 2024 18:52:39 +0800</pubDate>
			<guid>http://www.yongzi.com/default.asp?id=899</guid>
		<description><![CDATA[‌通过‌服务管理器关闭自动更新‌<br/>1.打开服务管理器：按下“Win + R”键，输入“services.msc”并回车。<br/>2.找到“‌Windows Up&#100;ate”服务：在服务列表中找到“Windows Up&#100;ate”服务。<br/>3.停止并禁用服务：右键点击“Windows Up&#100;ate”服务，选择“停止”，然后将“启动类型”设置为“禁用”。<br/><br/>‌通过‌组策略编辑器关闭自动更新‌<br/>1.打开组策略编辑器：按下“Win + R”键，输入“gpedit.msc”并回车。<br/>2.导航到“计算机配置”&gt;“管理模板”&gt;“Windows组件”&gt;“Windows更新”。<br/>3.配置自动更新设置：在右侧找到“配置自动更新”，双击它，选择“已禁用”。<br/><br/>‌通过‌注册表编辑器关闭自动更新‌<br/>1.打开注册表编辑器：按下“Win + R”键，输入“regedit”并回车。<br/>2.导航到“HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\UsoSvc”。<br/>3.修改启动类型：在右侧找到“Start”键，双击它，将值数据更改为4（禁用）。]]></description>
		</item>
		
			<item>
			<link>http://www.yongzi.com/article.asp?id=898</link>
			<title><![CDATA[身份证号码使用XLOOKUP  COUNTIF  SUMIF 函数问题和解决办法]]></title>
			<author>1118221@qq.com(随然)</author>
			<category><![CDATA[Excel笔记]]></category>
			<pubDate>Sat,07 Sep 2024 22:40:49 +0800</pubDate>
			<guid>http://www.yongzi.com/default.asp?id=898</guid>
		<description><![CDATA[excel中，某些函数对身份证号码识别有点小问题，智能识别前15位<br/>比如条件格式显示重复值，只要前15位相同，excel就会判定两个身份证号码是重复的；<br/>countif函数，sumif函数都只能识别前15位；<br/>例如：<br/>510603201201010102&#160;&#160;&#160;&#160;1<br/>510603201201010508&#160;&#160;&#160;&#160;2<br/>510603201201010309&#160;&#160;&#160;&#160;3<br/><br/>查找值为 510603201201010508<br/>如果用countif函数，会错误显示3个，如果用sumif函数会错误把第二列加一起为6<br/>而用XLOOKUP函数的时候，能正确显示对应的数字为2<br/><br/>对于不能正常计数或者求和的函数，解决办法是再新增辅助列，比如所有身份证号码前面加一个字母A，把所有身份证号码变成文本。]]></description>
		</item>
		
			<item>
			<link>http://www.yongzi.com/article.asp?id=897</link>
			<title><![CDATA[VLOOKUP查数据，有多个重复数据的方法，也可以用FILTER函数]]></title>
			<author>1118221@qq.com(随然)</author>
			<category><![CDATA[Excel笔记]]></category>
			<pubDate>Thu,06 Apr 2023 17:27:46 +0800</pubDate>
			<guid>http://www.yongzi.com/default.asp?id=897</guid>
		<description><![CDATA[VLOOKUP只能查找第一个值，如果要查找多个相同的值，可用辅助列的方式。<br/>具体使用方法&nbsp;&nbsp;<a href="https://www.excelhome.net/4741.html" target="_blank" rel="external">https://www.excelhome.net/4741.html</a><br/><br/>也可以用FILTER函数<br/>具体使用方法&nbsp;&nbsp;<a href="https://www.wps.cn/learning/course/detail/id/330371.html" target="_blank" rel="external">https://www.wps.cn/learning/course/detail/id/330371.html</a><br/>]]></description>
		</item>
		
			<item>
			<link>http://www.yongzi.com/article.asp?id=896</link>
			<title><![CDATA[XLOOKUP函数使用方法]]></title>
			<author>1118221@qq.com(随然)</author>
			<category><![CDATA[Excel笔记]]></category>
			<pubDate>Thu,06 Apr 2023 16:37:59 +0800</pubDate>
			<guid>http://www.yongzi.com/default.asp?id=896</guid>
		<description><![CDATA[这个函数目前仅可以在OFFICE2021 和 WPS 2021 以及 Office 365 中使用，函数语法为：<br/>=XLOOKUP(查找值,查找范围,结果范围,[容错值],[匹配方式],[查询模式])<br/>前三个是必须的，后面几个参数可省略。<br/>例子：<br/>=XLOOKUP(C1,A:A,B:B,&#34;没找到&#34;) 在A列中查找等于C1的数据，显示B列对应的值，如果没有找到则显示“没找到”。<br/><br/>详细使用方法 <a href="http://www.360doc.com/content/20/1127/17/38764210_948253005.shtml" target="_blank" rel="external">http://www.360doc.com/content/20/1127/17/38764210_948253005.shtml</a>]]></description>
		</item>
		
			<item>
			<link>http://www.yongzi.com/article.asp?id=895</link>
			<title><![CDATA[AVERAGEIF函数AVERAGEIFS 多条件求平均数的使用方法]]></title>
			<author>1118221@qq.com(随然)</author>
			<category><![CDATA[Excel笔记]]></category>
			<pubDate>Thu,06 Apr 2023 16:01:17 +0800</pubDate>
			<guid>http://www.yongzi.com/default.asp?id=895</guid>
		<description><![CDATA[单条件求平均数函数的用法<br/>=Averageif（条件区域，条件，平均值区域）<br/>如果省略平均值区域，就默认为条件区域<br/><br/>多条件求平均数函数的用法<br/>=Averageifs（平均值区域，条件区域1，条件1，条件区域2，条件2）]]></description>
		</item>
		
			<item>
			<link>http://www.yongzi.com/article.asp?id=894</link>
			<title><![CDATA[COUNTIF和COUNTIFS 多条件求和函数]]></title>
			<author>1118221@qq.com(随然)</author>
			<category><![CDATA[Excel笔记]]></category>
			<pubDate>Thu,06 Apr 2023 15:48:48 +0800</pubDate>
			<guid>http://www.yongzi.com/default.asp?id=894</guid>
		<description><![CDATA[COUNTIF函数语法:<br/>=COUNTIF(条件区域,条件)<br/><br/>COUNTIFS:对满足多个条件的单元格计数<br/>COUNTIFS（条件区域1，条件1，条件区域2，条件2..….条件区域n，条件n )<br/><br/>]]></description>
		</item>
		
			<item>
			<link>http://www.yongzi.com/article.asp?id=893</link>
			<title><![CDATA[SUMIF函数和SUMIFS函数使用方法]]></title>
			<author>1118221@qq.com(随然)</author>
			<category><![CDATA[Excel笔记]]></category>
			<pubDate>Thu,06 Apr 2023 15:37:02 +0800</pubDate>
			<guid>http://www.yongzi.com/default.asp?id=893</guid>
		<description><![CDATA[SUMIF函数通常用于对区域中符合指定的单个条件的值求和。<br/>他只有3个参数<br/>=SUMIF(条件区域,指定的条件,需要求和的区域)<br/>如果省略求和区域，会将条件区域作为求和区域。<br/><br/>=SUMIF(B:B,&#34;1班&#34;,C:C)&nbsp;&nbsp;&nbsp;&nbsp;对B列中等于&#34;1班&#34;对应的C列的值进行求和<br/>=SUMIF(B:B,E1,C:C)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;对B列中等于E1的数据对应的C列的值进行求和<br/>=SUMIF(C:C,&#34;&gt;100&#34;)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;对C列中 大于100的数据进行求和<br/>=SUMIF(C:C,&#34;&lt;&#34;&amp;AVERAGE(C:C))&nbsp;&nbsp; 对C列中小于平均数的值进行求和<br/>=SUMIF(B:B,&#34;*&#34;,C:C)&nbsp;&nbsp;对B列不为空的单元格对应的C列的值进行求和<br/><br/>SUMIFS的作用是根据指定的一个或多个条件来求和。<br/>第一参数是求和区域，后面的参数两两一对，分别是对应的求和区域和求和条件。当所有条件区域都符合指定的条件时，就对求和区域中对应的单元格求和。<br/><br/>=SUMIF(求和区域,条件列1,条件1,条件列2,条件2)<br/><br/><br/>详细用法参考如下网址&nbsp;&nbsp;<a href="https://www.excelhome.net/353.html" target="_blank" rel="external">https://www.excelhome.net/353.html</a><br/>多条件求和的几种方法&nbsp;&nbsp;<a href="https://www.excelhome.net/4468.html" target="_blank" rel="external">https://www.excelhome.net/4468.html</a>]]></description>
		</item>
		
</channel>
</rss>
