I have over 60 worksheets in an excel workbook. I would like to add one column from each workbook onto a summary sheet. I do not want to add them all together I want to keep them separate.
A B
Sheet 1 1,000
Sheet 2 5,000
Sheet 3 7,000
And so on. Is there a Sumif function or something else that can help me with that?
Last edited by NBVC; 09-30-2011 at 01:24 PM.
If for example you have the sheet names listed in Column A of your summary and you want to sum column B of each sheet, then try something like:
=SUM(INDIRECT("'"&A2&"'!B:B"))
where A2 contains sheet name, copied down.
Microsoft MVP - Excel
Where there is a will there are many ways. Pick One!
Please read the Forum Rules
If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below
Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.
Preferred Charities: Lupus Canada and Sick Kids Foundation.
Feel Free to Donate if you want to, for the assistance you received today.
Thanks works great!!
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks