使用 Microsoft 登录
登录或创建帐户。
你好,
使用其他帐户。
你有多个帐户
选择要登录的帐户。
下载用于沉浸式阅读器、阅读模式和大声朗读的语言和语音 ...
6. 安装新语言后,导航到“语言”,并在“首选语言 ”列表中找到它。 选择你的语言,然后选择“选项” 以调整其他语言设置、下载功能等。 语音设置和语音 如果你的语言中提供了文本转语音功能,则可以调整语音设置,以在使用沉浸式阅读器中大声朗读等听觉功能时更改读者语音和速度。
适用于: OneNote for Microsoft 365, OneNote 2021, Word 2016, OneNote 2016, 沉浸式阅读器
IF 函数 - Microsoft 支持
IF 函数是 Excel 中最常用的函数之一,它可以对值和期待值进行逻辑比较。 因此 IF 语句可能有两个结果。 第一个结果是比较结果为 True,第二个结果是比较结果为 False。 例如,=IF (C2=”Yes”,1,2) 表示 IF (C2 = Yes, 则返回 1, 否则返回 2)。 语法 简单 IF 示例 =IF (C2=”Yes”,1,2) 在上面的示例中,单元格 D2 表示: 如果(C2 等于 Yes,则返回 1,否则就返回 2) =IF (C2=1,”Yes”,”No”) 在此示例中,单元格 D2 中的公式表示: IF (C2 = 1, then return Yes, otherwise return No) 如你所见,IF 函数可用于计算文本和数值。
适用于: Microsoft 365 专属 Excel, Microsoft 365 Mac 版专属 Excel, Excel 网页版, Excel 2021, Excel 2021 for Mac, Excel 2019, Excel 2019 for Mac, Excel 2016, Excel 2016 for Mac, Excel 2013, Excel 2010, Excel 2007, Excel for Mac 2011, Excel Starter 2010
ROUND 函数 - Microsoft 支持
ROUND 函数语法具有下列参数: number 必需。 要四舍五入的数字。 num_digits 必需。 要进行四舍五入运算的位数。 备注 如果 num_digits 大于 0(零),则将数字四舍五入到指定的小数位数。 如果 num_digits 等于 0,则将数字四舍五入到最接近的整数。 如果 num_digits 小于 0,则将数字四舍五入到小数点左边的相应位数。 若要始终进行向上舍入(远离 0),请使用 ROUNDUP 函数。 若要始终进行向下舍入(朝向 0),请使用 ROUNDDOWN 函数。 若要将某个数字四舍五入为指定的倍数(例如,四舍五入为最接近的 0.5 倍),请使用 MROUND 函数。 示例
适用于: Microsoft 365 专属 Excel, Microsoft 365 Mac 版专属 Excel, Excel 网页版, Excel 2021, Excel 2021 for Mac, Excel 2019, Excel 2019 for Mac, Excel 2016, Excel 2016 for Mac, Excel 2013, Excel 2010, Excel 2007, Excel for Mac 2011, Excel Starter 2010
COUNTIF 函数 - Microsoft 支持
最佳做法 注意: COUNTIF 函数将不基于单元格背景或字体颜色计算单元格数量。 但是,Excel 支持用户定义的函数 (UDF),基于背景或字体颜色对单元格执行 Microsoft Visual Basic for Applications (VBA) 操作。 以下示例介绍了可如何 使用 VBA 计算带特定单元格颜色的单元格数量 。 需要更多帮助吗? 可随时在 Excel 技术社区 中咨询专家或在 社区 中获取支持。 另请参阅 COUNTIFS 函数 IF 函数 COUNTA 函数 Excel 中的公式概述 IFS 函数 SUMIF 函数 需要更多帮助? 需要更多选项? 发现 社区 了解订阅权益、浏览培训课程、了解如何保护设备等。 Microsoft 365 订阅权益
适用于: Microsoft 365 专属 Excel, Microsoft 365 Mac 版专属 Excel, Excel 网页版, Excel 2021, Excel 2021 for Mac, Excel 2019, Excel 2019 for Mac, Excel 2016, Excel 2016 for Mac, Excel 2013, Excel 2010, Excel 2007, Excel for Mac 2011, Excel Starter 2010
IF 函数 - 嵌套公式和避免错误 - Microsoft 支持
原因如下。 要正确地构建多个 IF 语句需要花大量心思,并要确保其逻辑在直至结尾的每个条件下都能计算正确。 如果嵌套公式不是 100% 准确,那么计算过程可能花 75% 的时间,而返回结果可能花 25% 的时间,并且结果并不理想。 但是得出这 25% 结果的几率很小。 多个 IF 语句维护起来非常困难,特别是过一段时间后回头再看,想要了解当时你(其他人的话更糟糕)想要做什么时。 如果发现 IF 语句似乎在无穷无尽地不断增加,这时候应放下鼠标,重新思考策略。 我们来了解一下如何使用多个 IF 正确创建一个复杂的嵌套 IF 语句,以及何时应使用 Excel 库中的其他工具。 示例 以下示例介绍了一个相对标准的嵌套 IF 语句,该语句将学生考试成绩转化为等效字母等级。
适用于: Microsoft 365 专属 Excel, Microsoft 365 Mac 版专属 Excel, Excel 网页版, Excel 2021, Excel 2021 for Mac, Excel 2019, Excel 2019 for Mac, Excel 2016, Excel 2016 for Mac, Excel 2013, Excel Web App, Excel 2010, Excel 2007, Excel for Mac 2011, Excel for Windows Phone 10, Excel Starter 2010
COUNTIFS 函数 - Microsoft 支持
COUNTIFS 函数语法具有以下参数: criteria_range1 必需。 在其中计算关联条件的第一个区域。 criteria1 必需。 条件的形式为数字、表达式、单元格引用或文本,它定义了要计数的单元格范围。 例如,条件可以表示为 32、">32"、B4、"apples"或 "32"。 criteria_range2, criteria2, ... 可选。 附加的区域及其关联条件。 最多允许 127 个区域/条件对。 重要: 每一个附加的区域都必须与参数 criteria_range1 具有相同的行数和列数。 这些区域无需彼此相邻。 备注 每个区域的条件一次应用于一个单元格。 如果所有的第一个单元格都满足其关联条件,则计数增加 1。
适用于: Microsoft 365 专属 Excel, Microsoft 365 Mac 版专属 Excel, Excel 网页版, Excel 2021, Excel 2021 for Mac, Excel 2019, Excel 2019 for Mac, Excel 2016, Excel 2016 for Mac, Excel 2013, Excel Web App, Excel 2010
Surface Pro 6 specs and features - Microsoft Support
1 x full-size USB 3.0 3.5 mm headphone jack Mini DisplayPort 1 x Surface Connect port Surface Type Cover port 4 MicroSDXC card reader Compatible with Surface Dial*. Security. TPM 2.0 chip for enterprise security Enterprise-grade protection with Windows Hello face sign-in. Cameras, video, and audio.
How home Xbox and game sharing work | Xbox Support
If you want to make a different console your home Xbox: Press the Xbox button on your controller to open the guide.; Select Profile & system > Settings > General > Personalization, and then select My home Xbox.; Do either of the following to change the status of your console: To make this your home Xbox, select Make this my home Xbox.; To remove this console as your home Xbox, select Make this ...
SUMIF 函数 - Microsoft 支持
SUMIF 函数语法具有以下参数: 范围 必需。 希望通过标准评估的单元格范围。 每个范围内的单元格必须是数字或名称、数组或包含数字的引用。 空白和文本值将被忽略。 选定的范围可以包含标准Excel格式的日期(如下例)。 criteria 必需。 criteria 以数字、表达式、单元格参考、文本或函数的形式来定义将添加哪些单元格。 可包括的通配符字符 - 问号(? )以匹配任意单个字符,星号(*)以匹配任意字符序列。 如果要查找实际的问号或星号,请在该字符前键入波形符( ~ )。 例如,criteria可以表示为 32、“>32”、B5、“3? ”、“苹果*”、“*~? ”或 今天()。 重要: 任何文本条件或任何含有逻辑或数学符号的条件都必须使用双引号 ( ") 括起来。
适用于: Microsoft 365 专属 Excel, Microsoft 365 Mac 版专属 Excel, Excel 网页版, Excel 2021, Excel 2021 for Mac, Excel 2019, Excel 2019 for Mac, Excel 2016, Excel 2016 for Mac, Excel 2013, Excel 2010, Excel 2007, Excel for Mac 2011, Excel Starter 2010
Clear all text formatting - Microsoft Support
Note: This article explains how to remove the formatting from a document. If you need to undo an action (rather than undo formatting), see Undo, redo, or repeat an action. Select the text that you want to return to its default formatting. On the Home tab, in the Font group, click Clear All Formatting. On the Home tab, in the Font group, click ...
适用于: Microsoft 365 专属 Word, Microsoft 365 专属 Outlook, Microsoft 365 专属 PowerPoint, OneNote for Microsoft 365, Microsoft 365 专属 Publisher, Microsoft 365 Mac 版专属 Word, Microsoft 365 Mac 版专属 PowerPoint, Word 网页版, PowerPoint 网页版, Word 2021, Outlook 2021, PowerPoint 2021, Publisher 2021, OneNote 2021, Word 2019, Outlook 2019, PowerPoint 2019, Publisher 2019, Word 2019 for Mac, PowerPoint 2019 for Mac, Word 2016, Outlook 2016, PowerPoint 2016, OneNote 2016, Publisher 2016, Word 2016 for Mac, PowerPoint 2016 for Mac, Word 2013, Outlook 2013, PowerPoint 2013, OneNote 2013, Publisher 2013, Word 2010, Outlook 2010, PowerPoint 2010, OneNote 2010, Publisher 2010, Word 2007, Outlook 2007, PowerPoint 2007, Publisher 2007, Word for Mac 2011, PowerPoint for Mac 2011, Word Starter 2010