Data across worksheets

N

nelsquid

Is it possible to enter a formula in the format of, "='Sheet1'!A1" and then
just click and drag and have the formula automatically go the the next sheet?
i.e "='Sheet2'!A1" instead of "='Sheet1'!A2"
 
B

bj

an indirect function can do this with a little manipulation
if you start in row 3 for example
=indirect("'Sheet"&row()-2&"'!A1")
and copy this equation down it should do what 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