cell

  • Thread starter Thread starter Nigel123
  • Start date Start date
N

Nigel123

Hi I was wondering if someone can help me......

Basically I need a formula that will show me the substance of a cell

for example

cell A1 says 5
and I want this cell to automatically show me the substance of cell E5

and if i was to chance the 5 to a 8 the cell will show me the substance of
cell E8
 
Try using INDIRECT() function with a fixed column....

If this post helps click Yes
 
One more:
=index(e:e,a1)


Hi I was wondering if someone can help me......

Basically I need a formula that will show me the substance of a cell

for example

cell A1 says 5
and I want this cell to automatically show me the substance of cell E5

and if i was to chance the 5 to a 8 the cell will show me the substance of
cell E8
 

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

Back
Top