博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
如何合并Google表格中的单元格
阅读量:2510 次
发布时间:2019-05-11

本文共 2634 字,大约阅读时间需要 8 分钟。

Google Sheets Header

Merging cells in Google Sheets is a great way to keep your spreadsheet well-organized and easy to understand. The most common use is for headers to identify content across multiple columns, but regardless of the reason, it’s a simple process.

合并Google表格中的单元格是保持电子表格井井有条且易于理解的好方法。 标头最常见的用途是跨多个列标识内容,但是不管原因如何,这都是一个简单的过程。

Fire up your browser and head to the . Once there, open up a spreadsheet that contains data that needs merging. Highlight the cells you want to merge.

启动浏览器,然后转到 。 到达那里后,打开一个电子表格,其中包含需要合并的数据。 突出显示要合并的单元格。

Highlight the cells you want to merge.

Next, click Format > Merge cells and then choose one of the three options to merge the cells:

接下来,单击格式>合并单元格,然后选择三个选项之一以合并单元格:

  • Merge All: Merges all the cells into one cell that spans the entirety of the selection, horizontally and vertically.

    全部合并:将所有单元格合并为一个单元格,该单元格在水平和垂直方向上覆盖整个选择。

  • Merge Horizontally: Merges the selected cells into a row of the selected cells.

    水平合并:将所选单元格合并到所选单元格的行中。

  • Merge Vertically: Merges the selected cells into a column of the selected cells.

    垂直合并:将所选单元格合并到所选单元格的列中。

Click Format > Merge Cells, and then click on a format for the cells.

Depending on the direction the cells are positioned, you might not be able to merge horizontally/vertically. For our example, because we want to merge four horizontal cells, we can’t merge them vertically.

根据单元格的放置方向,您可能无法水平/垂直合并。 对于我们的示例,由于我们要合并四个水平单元格,因此无法垂直合并它们。

A prompt will appear if you have data in all the cells you’re trying to merge, notifying you that only the content in the leftmost cell will remain after you merge the cells. The contents of all the other cells are deleted in the process. Click “OK” to proceed.

如果您要合并的所有单元格中都有数据,则会出现提示,通知您在合并单元格后仅保留最左侧单元格中的内容。 在此过程中,所有其他单元格的内容将被删除。 点击“确定”继续。

Click "OK."

After you select the type of cell merging you want, all of the cells will combine into one big cell. If you have data in the first cell, it will occupy the entirety of the merged cell.

选择所需的单元格合并类型后,所有单元格将合并为一个大单元格。 如果您在第一个单元格中有数据,它将占据合并单元格的全部。

The new cell will span the length of the selected cells.

Now you can format the text/data in the cell however you want. Because our merged cell is a title for the four columns below it, we’ll center align it overtop all of them. Click the Align icon in the toolbar and then click “Center.”

现在,您可以根据需要在单元格中格式化文本/数据。 由于合并后的单元格是其下方四列的标题,因此我们将使其居中对齐。 单击工具栏中的“对齐”图标,然后单击“居中”。

To center the text in the cell, click the Align icon in the toolbar, and then click "Center."

If you want to unmerge the cells, the process is just as simple. Select the cell, click Format > Merge Cells, and then choose “Unmerge.”

如果要取消合并单元格,此过程也很简单。 选择单元格,单击格式>合并单元格,然后选择“取消合并”。

To unmerge the cell, click the merged cell, and then click Format > Merge cells > Unmerge.

If the cells you previously merged all contained information in them, none of the data that was previously there will be preserved.

如果您先前合并的所有单元格中都包含信息,则以前的任何数据都不会保留。

The previously merged cell will return to single cells after you unmerge it.

That’s it. You’ve successfully merged the cells in your spreadsheet.

而已。 您已成功合并电子表格中的单元格。

翻译自:

转载地址:http://tefwd.baihongyu.com/

你可能感兴趣的文章
Git学习系列-Git基本概念
查看>>
c#多个程序集使用app.config 的解决办法
查看>>
Linux+Apache+PHP+MySQL服务器环境配置(CentOS篇)
查看>>
Linux下获取本机IP地址的代码
查看>>
(C#)调用Webservice,提示远程服务器返回错误(500)内部服务器错误
查看>>
flex布局
查看>>
python-----python的文件操作
查看>>
java Graphics2d消除锯齿,使字体平滑显示
查看>>
控件中添加的成员变量value和control的区别
查看>>
Spring Boot Docker 实战
查看>>
Div Vertical Menu ver3
查看>>
Git简明操作
查看>>
InnoDB为什么要使用auto_Increment
查看>>
HDU 1087 Super Jumping! Jumping! Jumping!
查看>>
0007_初始模块和字节码
查看>>
[效率提升]如何管理好你的电脑文件
查看>>
C++实验二
查看>>
使用case语句给字体改变颜色
查看>>
JAVA基础-多线程
查看>>
面试题5:字符串替换空格
查看>>