SUM and INDIRECT to reference worksheet

P

Potatosalad2

I have 9 reference worksheets each titled by number and one summary
worksheet with all nine numbers in column A. I would like to write a
formula that references the number in column A, looks up the tab, and
sums a column in that tab, say column B. I can get INDIRECT to work
looking up an address ie:
=(INDIRECT("'"&$A$3&"'!"&CELL("address",B2))).
But am having difficulties incorporating SUM where I can sum B:B.
Any suggestions would be appreciated.

Thanks
 
D

Dav

If the sheet name is contained in cell A3 then something like

=SUM(INDIRECT(A3&"!"&"B:B"))

should suffice

Regards

Da
 

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