Need help in excel

L

lil_reeper

I am making this excel document and i have data on one sheet but want to
bring it over to sheet 2 to make it neater. when i try to enter in a formula
that will pull like from every 48th line it doesnt want to work. i tried =B2
then the next line =B50 and then tried pulling it down but it wanted to add 3
to each one. I tried =B(2+48) but that just doesnt even work. I know the
basics of excel and can get myself around but this seems to be pretty complex
stuff and im sure there is a way around this.
 
P

Pete_UK

Have a look at the OFFSET or INDIRECT functions in Excel Help.

Hope this helps.

Pete
 
L

lil_reeper

You hit that right on the spot. I had to vary it to
=INDIRECT("Sheet1!B"&(P9)*48+2) and the column P had numbers but I don't
think i could have even gotten close without your advice. thanks a lot.
 

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