D
Dutch
Is there a function, or constant string that references
the cell that is calling the function, without putting an
explicit R1C1 reference as an argument?
For example, let's say I wanted to use the offset function
to reference the cell one column to the right of a column.
Instead of using the syntax OFFSET("A1", 0,1), is there a
function or a constant that I could replace the cell
argument with, so it would refer to the cell actually
making the function call?
the cell that is calling the function, without putting an
explicit R1C1 reference as an argument?
For example, let's say I wanted to use the offset function
to reference the cell one column to the right of a column.
Instead of using the syntax OFFSET("A1", 0,1), is there a
function or a constant that I could replace the cell
argument with, so it would refer to the cell actually
making the function call?