![]() |
count formula between worksheets
I am creating a massive workbook with roughly 90 worksheets. I need a
formula to count all the numbers in one cell for all 90 sheets and total it in one cell. Any ideas, I'm fairly new at this. |
=SUM(Sheet2:Sheet90!A1)
HTH. Best wishes Harald "Seti" skrev i melding ... I am creating a massive workbook with roughly 90 worksheets. I need a formula to count all the numbers in one cell for all 90 sheets and total it in one cell. Any ideas, I'm fairly new at this. |
Try a 3D formula like the following:
=SUM(Sheet1:Sheet90!A1) -- Cordially, Chip Pearson Microsoft MVP - Excel Pearson Software Consulting, LLC www.cpearson.com "Seti" wrote in message ... I am creating a massive workbook with roughly 90 worksheets. I need a formula to count all the numbers in one cell for all 90 sheets and total it in one cell. Any ideas, I'm fairly new at this. |
count
=COUNT(Sheet2:Sheet90!A1) sum =SUM(Sheet2:Sheet90!A1) Regards, Peo Sjoblom "Seti" wrote: I am creating a massive workbook with roughly 90 worksheets. I need a formula to count all the numbers in one cell for all 90 sheets and total it in one cell. Any ideas, I'm fairly new at this. |
All times are GMT +1. The time now is 03:59 AM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com