I have a workbook of around 100 Sheets all of them named with a number, I want to add the cell F10 from 15 sheets together. How do i do this ?
Thanks!
I have a workbook of around 100 Sheets all of them named with a number, I want to add the cell F10 from 15 sheets together. How do i do this ?
Thanks!
Use this syntax =Sheet2!A1+Sheet3!A1+......
Alan עַם יִשְׂרָאֵל חַי
Change an Ugly Report with Power Query
Database Normalization
Complete Guide to Power Query
Man's Mind Stretched to New Dimensions Never Returns to Its Original Form
Is this the only way of doing it ? Just seems quite a long way round. Thank you!
=SUM(First:last!A1)
Where First and Last sheets Prefix/Suffix sheets to SUMMED
Or simple
=SUM(Sheet1:Sheet15!A1)
John's solution will work only if the sheets are in consecutive order. If your sheets are configured that way, it is the shorter, more efficient method.
The sheet are not consecutive! Thank you for you help![]()
If that takes care of your original question, please select Thread Tools from the menu link above and mark this thread as SOLVED. Thanks.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks