Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
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. |
#2
![]() |
|||
|
|||
![]()
=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. |
#3
![]() |
|||
|
|||
![]()
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. |
#4
![]() |
|||
|
|||
![]()
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. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Paste is is copying in formula, but display is wrong. | Excel Discussion (Misc queries) | |||
data entry on multiple worksheets | Excel Discussion (Misc queries) | |||
Excel2K: Is it possible to use dynamic named ranges in custom data validation formula? | Excel Discussion (Misc queries) | |||
filter and count | Excel Discussion (Misc queries) | |||
Assigning Cells in worksheets to other data in other worksheets. | Excel Discussion (Misc queries) |