In Excel, a cell address (also called a cell reference) is the unique identifier for a cell in a worksheet.
It tells you the exact location of the cell by combining:
-
Column letter (A, B, C, …) → shows the column position.
-
Row number (1, 2, 3, …) → shows the row position.
For example:
-
A1→ Column A, Row 1 -
C5→ Column C, Row 5
๐ Types of cell addresses:
-
Relative Reference → Changes when copied (e.g.,
A1). -
Absolute Reference → Fixed cell location using
$(e.g.,$A$1). -
Mixed Reference → Fixes either row or column (e.g.,
$A1orA$1).
In short, a cell address works like a home address—it tells Excel exactly where to find or place your data.
Here's a simple diagram explanation of a cell address in Excel:
Explanation:
-
Columns are labeled with letters: A, B, C, D, E, ...
-
Rows are labeled with numbers: 1, 2, 3, 4, ...
-
The cell address is the combination of the column letter and row number.
Example:
-
Cell at the intersection of Column C and Row 2 is
C2. -
Cell at Column A, Row 4 is
A4.
If you click on any cell in Excel, the cell address appears in the Name Box (top-left corner, just above the worksheet grid).

Comments
Post a Comment