Referring to a column
Hi. Using the RANGE statement, is there a way to refer to a particular
column number instead of the column letter? For instance, RANGE("C4") points
to the third column and fourth row. In my application, I may not know the
column letter but I will know the column number (stored in a variable - "k").
Thanks,
Mike.
|