Function Address - The function returns the address of a cell in Excel (usage, examples, examples)

The following article Dexterity Software will introduce readers to the ADDRESS function one of the most popular reference and lookup functions in Excel.

The following article Dexterity Software will introduce readers to the ADDRESS function one of the most popular reference and lookup functions in Excel.

Picture 1 of Function Address - The function returns the address of a cell in Excel (usage, examples, examples)

Syntax and usage of ADDRESS function

Syntax: = ADDRESS (row_num, column_num, [abs_num], [a1], [sheet_text]) .

Inside:

- row_num: Number of rows to get the address, required parameters.

- column_num : The column number of the cell to get the address, required parameters.

- abs_num: Specifies the return reference type, which is an optional parameter with the following values:

+ 1 or ignore: Absolute address.

+ 2: Absolute products; relative column.

+ 3: Relative row; absolute column.

+ 4: Relative address.

- a1: The logical value specifying the reference type A1 or R1C1, which is an optional parameter. The following values ​​are available:

+ TRUE or skip: Columns are numbered according to the alphabet, row by number. For example B2, C8….

+ FALSE: Both rows and columns are labeled in the form of R1C1. Example R1C2.

- sheet_text : The text value that specifies the sheet name to refer to, which is an optional parameter. If the Sheet argument is omitted, the formula will interpret the current sheet.

Usage: The Address function returns the position (address) of a cell in the worksheet with the given number of rows and columns. You consider some illustrative examples to be able to better understand the application of this function.

Illustration

You refer to some examples and description of formulas in the following table:

Picture 2 of Function Address - The function returns the address of a cell in Excel (usage, examples, examples)

Note:

  1. A1 reference style (row 1 and column A): absolute reference is expressed by the dollar symbol preceding the column or row position.
  2. R1C1 reference style (row 1 and column 1): absolute reference is indicated by square brackets [] in the row or column number.
  3. If you want to reference a workbook, and other worksheets, put the name of the workbook in square brackets. For example "[Book2] Sheet3" means the working window is named Book2 and the worksheet in that window is Sheet3.

Hope this article will be helpful for readers. Good luck!

You've just finished reading the article "Function Address - The function returns the address of a cell in Excel (usage, examples, examples)" edited by the TipsMake team. You can save function-address-the-function-returns-the-address-of-a-cell-in-excel-usage-examples-examples.pdf to your computer here to read later or print it out. We hope this article has provided you with many useful tech tips and tricks. You can search for similar articles on tips and guides. Thank you for reading and for following us regularly.

« PREV Alignments in Word 2007 standard and fastest
NEXT » The way to sum the same codes in Excel