Pulling one cell from Multiple sheets to one sheet

G

Guest

i'm trying to pull one cell value from J42 from multiple sheets into a column
on one sheet. I have like 50 sheets and I need to do it on a couple of
different cells. The sheets have all different names like steve, bob, etc so
a macro on the name would be just as long. I want to look at each sheet in
the workbook except the Master Sheet and pull back the J42 cell and place
into the Master book in the appropriate column. Thanks for any help!

Vick
 
G

Guest

first u have to use a 3D formula like SUM then try

=SUM(SheetA:SheeZ!A1)

return a sum of A1 in all sheets betwin SheetA and SheetZ including
SheetsA and SheetZ

so u have to pull ur Master sheet leftmost or rightmost

"Vick" skrev:
 

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