![]() |
Sum same cell from all sheets
I remember seeing this somewhere but can't find it.
How do I sum the same cell in all sheets without clicking on every sheet? Thanks! -- JNW |
Sum same cell from all sheets
Use this formula:
=SUM('First Sheet:Last Sheet'!A1) Substitute First Sheet and Last Sheet with your actual sheet names. One trick to use is to insert two new worksheets and name them BEGIN and END. Place BEGIN before all other sheets, and END after all other sheets. You can then hide these new worksheets. That way, you can use the formula: =SUM(BEGIN:END!A1) Then if you ever need to add/remove worksheets, you won't need to worry about changing your formula. HTH, Elkar "JNW" wrote: I remember seeing this somewhere but can't find it. How do I sum the same cell in all sheets without clicking on every sheet? Thanks! -- JNW |
Sum same cell from all sheets
Type
=Sum( Click first sheet, hold down shift and click the last sheet, click the cell and press enter will give something like =SUM(Sheet1:Sheet10!E1) but with your sheet names of course -- Regards, Peo Sjoblom "JNW" wrote in message ... I remember seeing this somewhere but can't find it. How do I sum the same cell in all sheets without clicking on every sheet? Thanks! -- JNW |
All times are GMT +1. The time now is 05:38 AM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com