Setting the cell number as a variable

I

Intern

Is there a way to set the number of a cell (A5) as a variable (A(variable))
so that I would be able to select different cells in column A by changing the
variable?
 
L

Luke M

Let's say your variable number is located in cell A1, and you want to
reference somewhere in column B. Use this formula:

=INDIRECT("A"&A1)

You can see the help file for further details, if you need them.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top