Transferring Data

M

MJ

I have a Workbook that has 12 tabs at the bottom. The tabs are named 14-26.
On this same workbook each sheet has columns A-Q.

I have another workbook (2) that I need to insert the data from workbook
one, Column B on sheets 14-26. But the information in the new Workbook (2)
should go up and down not across.
 
P

Pete_UK

Enter this formula in the first cell in column B of sheet 2 that you
want to use:

=INDIRECT("'"&ROW(A14)&"'!B2")

assuming you want to bring the data from B2 of every sheet (change the
B2 to suit). Then copy this formula down another 11 rows.

Note that there is an apostrophe ( ' ) between the first two quotes
and immediately before the exclamation mark.

Hope this helps.

Pete
 

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