Answer (1 of 2): You can add every sheet with a simple formula like the following. It adds cell A1 on every worksheet from Sheet1 through Sheet9. [code]=SUM(Sheet1:Sheet9!A1) [/code]If you want to exclude hidden worksheets, then you will most likely want to use VBA code. Here is a user-defined f...