Hi
Is it possible to have several standard sheets with different values and then one with the total values?
Hi
Is it possible to have several standard sheets with different values and then one with the total values?
Yes... if you wish to say sum all A1 cells from Sheet1 to Sheet4 on Sheet5
=SUM(Sheet1:Sheet4!A1)
If your calculations are to be conditional (ie only sum A1 if B1 is "xyz") then things become more complex (and inefficient) quite quickly.
My Recommended Reading:
Volatility
Sumproduct & Arrays
Pivot Intro
Email from XL - VBA & Outlook VBA
Function Dictionary & Function Translations
Dynamic Named Ranges
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks