If I understand what you are trying to do, sum all the A1 cells in 31 sheets.
Try: =SUM(Sheet1:Sheet31!A1)
If I understand what you are trying to do, sum all the A1 cells in 31 sheets.
Try: =SUM(Sheet1:Sheet31!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
I guessing he wants a dynamic 3D formula, which forces you to use INDIRECT. But this formula will give you an #REF if you write it like this:
You will need an array similar to mines if you want to accomplish what he wants. Sum from the sheet number he inputs in A1 to the sheet number he enters in B2.![]()
=SUM(INDIRECT("'"&A1&":"&B1&"'!A1"))
Ron
Knowledge is knowing that a tomato and pepper are fruits. Wisdom is knowing whether to put these in a fruit salad
Kindly
[1] Use code tags. Place "[code]" before the first line of code and "[/code"]" after the last line of code. Exclude quotation marks
[2] Mark your post [SOLVED] if it has been answered satisfactorily by editing your original post in advanced mode.
[3] Thank (using the little scale) those that provided useful help; its nice and its very well appreciated
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks