5.1.3 The ``Address'' Function

The address function is hardly exciting. It requires a number of parameters to generate the text of a cell address.

Note that the ``address'' function only returns the text of a cell address. It is great for viewing, but it does not actually get the value of the cell.

As an example, we can specify the address of cell A21 of sheet ``Monthly'' by =address(21, 1,,, "Monthly"). However, recall that we already how column D of worksheet ``Annual'' listing the useful row numbers of ``Monthly''. This means we can use =address(D2, 1,,, "Monthly") as the formula of cell A2 of ``Annual''.

Copyright © 2005-11-10 by Tak Auyeung