Using a function to specify a cell
Say I want to specify the cell whose column is C and whose row is the
returned value of a function (say row()). How would I accomplish that?
The incorrect syntax would be Crow(). What would be a way to do it correctly?
thanks.
|