Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I'm trying to devise a way to add cells within an array following a set of
criteria. I have an array with a series of zero and non-zero numbers. As an example: 1 0 2 0 3 1.2 4 1.3 5 1.4 6 0 7 1.1 8 1.8 9 0 10 0 I want to add all the numbers that are between the zeroes. That is, I would like to have two separate values in the above example: one value that is the sum of 1.2, 1.3, and 1.4 and a second value that equals the sum of 1.1+1.8. I could manually go through the array and add each sum, but because there are nearly 40 sums in each array and multiple arrays to do this calculation I would like to find a function to perform this task for me. Any help would be much appreciated. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Linking Groups of cells between workbooks | Excel Discussion (Misc queries) | |||
Adding 2 cells proplem | Excel Discussion (Misc queries) | |||
adding specific cells | Excel Worksheet Functions | |||
adding cells after stripping numbers out of text fields | Excel Discussion (Misc queries) | |||
ADDING SUM TOTAL OF MORE THAN 30 CELLS IN A COLUMN TOGETHER - WON. | Excel Discussion (Misc queries) |