How to direct to a cell from text

J

Jon

Okay here is my question, and I'm sure its basic.

I've got 3 drop down boxes that when chosen return a value.

The first drop down box returns a sheet number,
2nd returns a column letter
3rd returns a row number

In a 4th box I have a cell that combines all the text so it reads something
like:
Sheet2!B17

I want a cell to display the value in that cell.

So if I have a cell with the text in it, Sheet2!B17, how do I get an
adjacent cell to display the value that is contained in that specified cell?
This will be dependant on what the text in that cell is, and subject to
frequent change.
 
M

Michael

just key in the indirect Function in the adjacent cell
Say you have Sheet2!B2 in c2, on D2 you should have =Indirect(C2)
 
G

Gary''s Student

Say that D1 is the cell that displays:
Sheet2!B17

In another cell enter:
=INDIRECT(D1) to display the contents of the cell mentioned in D1
 

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