| 19. 1. 1. ADDRESS(row_num,column_num,abs_num,a1,sheet_text) returns a reference as text to a single cell in a worksheet |
|
|
|
abs_num specifies the type of reference to return.
|
|
|
1 or omitted, returns Absolute
|
|
|
2, returns Absolute row; relative column
|
|
|
3, returns Relative row; absolute column
|
|
|
|
|
If a1 is TRUE or omitted, ADDRESS returns an A1-style reference.
|
|
|
If a1 is FALSE, ADDRESS returns an R1C1-style reference.
|
|
|
sheet_text is the name of the worksheet.
|
|
Referenced from Excel Help |