search
HomeCommon ProblemHow to color alternating rows or columns in MS Excel

To make your Excel document more attractive, it's a good idea to add some color. It's very easy to select all the cells you want to add color to and then choose the color you like. But wouldn't it be fun if you could color the odd rows/columns with one color and the even rows/columns with another color? Of course, it will make your Excel document stand out.

So, what is the fastest solution to automatically color alternating rows or columns in MS Excel? Well, that’s exactly why we’re here to help you today. Read on to master this cool Excel trick in simple steps. Hope you enjoyed reading this article.

如何在 MS Excel 中为交替行或列着色

Part 1: How to apply color to alternating rows in MS Excel

Step 1: First start the Excel job table and selectthe range in the Excel worksheet where you want to apply the color to alternating rows.

Then click the Home tab on the top ribbon.

Next, click the Conditional Formatting drop-down button and click the New Rule option.

如何在 MS Excel 中为交替行或列着色

Step 2: In the New Formatting Rule window, in the Select a Rule Type section , click the last rule type, Use a formula to determine which cells to format.

Next, under the Format values ​​where this formula is true section, copy and paste the following formula.

=MOD(行(),2)=0

Rule Description

FunctionROW()Will return the row ID of the first row in the selected range. The return value will be 2 because the range we selected starts at line 2. MOD()The function will find the remainder of the row id divided by the number 2, which is equal to 0. If it equals 0, the formula is true, and then the format we selected using the "Format" button will be applied to that row. Repeat the same process for all rows.

Now let's decide on the color. To do this, click the "Format" button.

如何在 MS Excel 中为交替行或列着色

Step 3: In the "Set CellFormat" window, click "" at the top of the window Fill tab.

Now, from the available color options, click the color you want to apply to the even rows in Excel. You have other options like Fill Effect, More Colors, Pattern Color, Pattern Style, etc.

After you finish selecting your color, just click the OK button.

如何在 MS Excel 中为交替行或列着色

Step 4: You will now be returned to the "New Formatting Rules" window. Click the OK button to continue.

如何在 MS Excel 中为交替行或列着色

Step 5: That’s it. You can see that the even rows in the selected range are now formatted with the color of your choice!

如何在 MS Excel 中为交替行或列着色

If you could color only the even rows and use the default white for the odd rows, then you would set them all up for alternating row coloring. However, if you want the odd rows to also be colored with another color of your choice, then you can continue with the following steps. Remember, the steps are all the same, the only difference is the formula used.

Step 6

: As before, select the area that you want to color the odd rows. After selecting the area, click the

HOME button at the top.

Next, click the

Conditional Formatting

button and select New Rule.

如何在 MS Excel 中为交替行或列着色

Step 7

: This time, select the Use formulas to determine which cells to format option. Now, copy and paste the following formula

onto the field formula value

where the formula is true.

=MOD(行(),2)=1

Rule description

This time the formula checks whether the row id is divisible by 2. If division is possible, the remainder is 0, otherwise it is

1

. That is, for an odd number of rows, the formula =MOD(ROW(),2)=1 will return true.

点击格式按钮以选择公式为真的情况的格式。

如何在 MS Excel 中为交替行或列着色

第 8 步:您可以转到“设置单元格格式”窗口上的“填充”选项卡,然后选择您选择的颜色

点击确定按钮继续。

如何在 MS Excel 中为交替行或列着色

第 9 步:当您返回“新格式规则”窗口时,点击“确定”按钮以查看正在使用的替代颜色。

如何在 MS Excel 中为交替行或列着色

第10步:就是这样。现在,您的 Excel 工作表中的交替行已完美着色,就像您希望的那样。享受!

如何在 MS Excel 中为交替行或列着色

第 2 部分:如何将颜色应用于 MS Excel 中的备用列

交替着色列的步骤与我们为交替行着色的步骤完全相同。显然,唯一的区别在于使用的规则,我们将在下面的步骤中详细说明。

第 1 步:选择要交替着色的列范围。

从顶部功能区点击主页选项卡。

单击条件格式下拉按钮,然后单击新规则选项。

如何在 MS Excel 中为交替行或列着色

第 2 步:在“选择规则类型”部分下,单击“使用公式确定要格式化的单元格”选项。

现在,在此公式为 true 的 Format Values 下复制并粘贴以下公式。

=MOD(列(),2)=0

要设置格式,请单击“格式”按钮。

如何在 MS Excel 中为交替行或列着色

第 3 步:转到“填充”选项卡并为偶数列选择您选择的颜色。

点击确定按钮。

如何在 MS Excel 中为交替行或列着色

第 4 步:当您返回到 New Formatting Rule 窗口时,按Enter键或按OK按钮继续。

如何在 MS Excel 中为交替行或列着色

第5步:就是这样。您现在可以看到备用偶数列使用您选择的颜色着色。

如何在 MS Excel 中为交替行或列着色

如果您对奇数列的默认白色表示满意,您可以在此处停止。如果您希望给奇数列也设定特定颜色,在接下来的步骤中可以继续操作。

第 6 步:与往常一样,首先选择该区域,然后从顶部功能区点击主页选项卡。

单击条件格式下拉按钮,然后单击新规则选项。

如何在 MS Excel 中为交替行或列着色

第 7 步:单击“选择规则类型”部分中的“使用公式确定要格式化的单元格” 选项。

现在在此公式为 true的字段格式值下,复制并粘贴以下公式。

=MOD(列(),2)=1

要应用格式,请单击“格式”按钮。

如何在 MS Excel 中为交替行或列着色

第 8 步:单击“设置单元格格式”窗口上的“填充”选项卡,然后为奇数列选择您选择的颜色。

完成后点击确定按钮。

如何在 MS Excel 中为交替行或列着色

第 9 步:在随后出现的窗口中点击OK按钮。

如何在 MS Excel 中为交替行或列着色

Step 10: Your columns should now have a nice color to choose from, as shown in the screenshot below.

如何在 MS Excel 中为交替行或列着色

The above is the detailed content of How to color alternating rows or columns in MS Excel. For more information, please follow other related articles on the PHP Chinese website!

Statement
This article is reproduced at:云东方. If there is any infringement, please contact admin@php.cn delete
Microsoft Teams 不显示图像?怎么修Microsoft Teams 不显示图像?怎么修Apr 16, 2023 am 10:28 AM

解决 Microsoft Teams 无法加载或显示图像的问题的 10 种方法如果您收到的图像无法在 Microsoft Teams 中加载,并且您看到的只是一个图像图标,而不是实际图像应加载到的位置,那么以下修复程序应该可以帮助您解决此问题。修复 #1:检查您的互联网连接当您遇到无法在 Microsoft Teams 上加载图像时要检查的第一件事是查看您的计算机是否已连接到有

属性中没有位置选项卡:如何启用它属性中没有位置选项卡:如何启用它Apr 13, 2023 pm 11:16 PM

文件夹属性为用户提供详细信息,例如创建日期、文件夹名称、大小等。但是,有时您可能会在Windows文件夹的属性中遇到“位置”选项卡。因此,我们将引导您完成故障排除和重新启用它的步骤。或者,您可以查看我们关于修复 Windows 11 上的文件夹访问被拒绝问题的详细指南。为什么在文件夹属性中找不到位置选项卡?有几个因素可能导致 Windows 11 上文件夹属性中缺少位置选项卡。最值得注意的是:文件夹不支持移动 – 有些文件夹支持移动到另一个位置,而有些则不支持。默认情况下,支持从一个位置移动到另

如果设备管理器中缺少电源管理选项卡,则进行 7 个修复如果设备管理器中缺少电源管理选项卡,则进行 7 个修复Apr 14, 2023 pm 07:04 PM

设备管理器是Windows中列出所有连接设备的实用程序。此外,您可以在此处识别有问题的硬件并对其进行故障排除,甚至可以更改电源设置。但是,对于某些用户,设备管理器中缺少电源管理选项卡。这可能由于多种原因而发生,并且由于无法进行更改而可能会影响您的体验。在这种情况下,您将无法配置系统如何控制设备的电源以及设备是否可以唤醒PC。因此,请阅读以下部分以了解如果Windows11的设备管理器中缺少电源管理选项卡该怎么办。如果设备管理器中缺少电源管理选项卡,我该怎么办?1.更新Windows按Wind

如何解决 Windows 10 中的 Rundll32.exe 错误如何解决 Windows 10 中的 Rundll32.exe 错误Apr 14, 2023 pm 04:25 PM

Rundll32.exe文件是一个系统进程文件,与Windows10的功能相关。它使用DLL(动态链接库)库,该库包含在Windows系统上一次运行的多个程序重复使用的代码。代码的重复使用有时可能会导致错误。此问题的主要原因是删除了rundll32.exe文件、损坏的DLL文件、Windows注册表中不正确的DLL条目等。在本文中,我们将了解发生了哪些不同类型的rundll32.exe错误以及如何处理解决这些问题。用户面临的不同Rundll32.exe错误发生run

Android 上的 Chrome 现在可让您一次恢复所有关闭的标签页Android 上的 Chrome 现在可让您一次恢复所有关闭的标签页Apr 15, 2023 pm 03:25 PM

Android上的Chrome用户现在可以通过转到“最近的标签和最近关闭的”部分轻松地批量恢复最近关闭的 标签和标签 组。该功能现在可用。以下是如何轻松启用和恢复所有关闭的选项卡的方法。桌面上的 Chrome 可以更轻松地恢复旧选项卡,因为它会在主菜单的历史记录子菜单中的最近关闭下显示它们。您不仅可以检索包含选项卡的窗口,还可以检索选项卡组。这是从以前的 session 中调用

如何在 Microsoft Excel 中显示开发人员选项卡如何在 Microsoft Excel 中显示开发人员选项卡Apr 14, 2023 pm 02:10 PM

如果您需要录制或运行宏、插入 Visual Basic 表单或 ActiveX 控件或在 MS Excel 中导入/导出 XML 文件,则需要 Excel 中的“开发人员”选项卡以便轻松访问。但是,默认情况下,此开发人员选项卡不会显示,但您可以通过在 Excel 选项中启用它来将其添加到功能区。如果您正在使用宏和 VBA 并希望从功能区轻松访问它们,请继续阅读这篇文章。在 Excel 中启用开发人员选项卡的步骤1. 启动MS Excel应用程序。右键单击顶部功能区选项卡之一的任意位置,然后在出现

杜比全景声在 Windows 11 中不起作用?立即修复杜比全景声在 Windows 11 中不起作用?立即修复Apr 16, 2023 pm 09:31 PM

如果杜比全景声在Windows11中无法运行,我该怎么办?1.运行内置音频疑难解答按Windows+I启动“设置”应用程序,然后单击“系统”选项卡右侧的“疑难解答”。接下来,单击“其他疑难解答”。找到并单击播放音频疑难解答旁边的运行按钮。等待疑难解答程序检测到问题,然后按照屏幕上的说明修复错误。每当处理Windows中的错误时,建议您首先为其运行相关的内置疑难解答程序(如果存在)。众所周知,这些可以以最少的努力解决大量问题。2.更新Windows11按Windows+I启动“设置”应用,然后

如何在 Microsoft Word 中写分数如何在 Microsoft Word 中写分数Apr 13, 2023 pm 02:04 PM

我们都知道 Microsoft Word 非常灵活,并且具有许多功能。最重要的是我们知道如何充分利用 Microsoft Word 提供的功能。其中一个令人惊奇的功能是在您的 Word 文档中插入一个分数值。许多地方都使用分数。但是当我们在 Word 文档中插入分数时,它的格式并不总是像分数一样。在本文中,我们通过一些非常简单的步骤解释了如何轻松地将格式良好的分数数字插入到 Microsoft Word 文档中。继续阅读,了解如何轻松掌握这个超级方便的 Word 技巧。在 Microsoft W

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Article

Repo: How To Revive Teammates
1 months agoBy尊渡假赌尊渡假赌尊渡假赌
R.E.P.O. Energy Crystals Explained and What They Do (Yellow Crystal)
2 weeks agoBy尊渡假赌尊渡假赌尊渡假赌
Hello Kitty Island Adventure: How To Get Giant Seeds
1 months agoBy尊渡假赌尊渡假赌尊渡假赌

Hot Tools

Dreamweaver Mac version

Dreamweaver Mac version

Visual web development tools

MantisBT

MantisBT

Mantis is an easy-to-deploy web-based defect tracking tool designed to aid in product defect tracking. It requires PHP, MySQL and a web server. Check out our demo and hosting services.

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

SAP NetWeaver Server Adapter for Eclipse

SAP NetWeaver Server Adapter for Eclipse

Integrate Eclipse with SAP NetWeaver application server.

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)