Linking cell values

F

Frazer

Didnt quite know how to define what i wanted to ask in the title but ill
explain more clearly here....

I have used a function that will return a certain value in a cell, for
example it may return the value '5'. In this case, i then want the next cell
to return the value of cell A5. If the value is 4, i want it to retrun the
value of A4, if it is 3, return the value of A3, etc. Can anyone help me with
how to do this??
 
K

kassie

You use the IDIRECT function. Say the cell containing the value is D1, then
where you want to show the value of the related cell in col A, enter the
following formula:
=INDIRECT("A"&D1) With sy a 5 in D1, you will get the value of A5.
 

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