Microsoft® Excel® 2010 Formulas & Functions Inside Out
by Helmut Reinke Egbert Jeschke Sara Unverhau, Eckehard Pfeifer, Bodo Fienitz, and Jens Bock
ADDRESS()
Syntax. ADDRESS(row_num,column_num,Abs,a1,sheet_text)
Definition. This function converts arguments into a text cell reference.
Arguments
row_num and column_num (required). The coordinates of the address. These arguments can be any expression that can be evaluated to a number that will create a valid reference (values from 1 through 65,536 for row_num and from 1 through 256 for column_num in Excel 2003 and earlier, and a maximum of 1,048,476 for row_num and 16,384 for column_num in Excel 2007 and Excel 2010).
Abs (optional). Indicates whether a reference is absolute or relative. Table 10-2 lists the valid arguments. The default value is 1.
Table 10-2. Reference Style Numbers
Reference Style | Abs Argument |
|---|---|
Absolute row and column | 1 |
Relative column, ... |
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access