Excel 简明教程

Rows & Columns in Excel 2010

Row and Column Basics

MS Excel 为表格格式,由行和列组成。

MS Excel is in tabular format consisting of rows and columns.

  1. Row runs horizontally while Column runs vertically.

  2. Each row is identified by row number, which runs vertically at the left side of the sheet.

  3. Each column is identified by column header, which runs horizontally at the top of the sheet.

对于 MS Excel 2010年,行号范围从 1 to 1048576; (共 1048576 行),列范围从 A to XFD; (共 16384 列)。

For MS Excel 2010, Row numbers ranges from 1 to 1048576; in total 1048576 rows, and Columns ranges from A to XFD; in total 16384 columns.

Navigation with Rows and Columns

让我们看看如何移动到最后一行或最后一列。

Let us see how to move to the last row or the last column.

  1. You can go to the last row by clicking Control + Down Navigation arrow.

  2. You can go to the last column by clicking Control + Right Navigation arrow.

rows and columns

Cell Introduction

行和列的交点称为 cell

The intersection of rows and columns is called cell.

单元格用 Combination of column header and row number 标识。

Cell is identified with Combination of column header and row number.

例如−A1、A2。

For example − A1, A2.

cells introduction