references

F

f_ringberg

Hi,
Say if i in a excel-file have this

=Book1!A8

This indicate colA row 8.

How can i change this to =Book1!Ax
there x is a value a enter manually to select a row

if x=2 =>> =Book1!A2
if x=10 ==> =Book1!A10

x is a value in a cell eg Book2!A1
 
I

Infinity

Try this

Index(Book1!A1:A50,A1)
Where in cell "A1", you key in the row number that you want..
 

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