Home |
Search |
Today's Posts |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
hi, !
better if you write-down your array (say) to range [B2:M2] and start with a formula like one of the following: op1: =sumproduct(subtotal(9,offset($b$2,,row(a1)*3-3,,3))) op2: =sum(index($b$2:$m$2,row(a1)*3-2):index($b$2:$m$2,row(a1)*3)) copy/drag down as needed hth, hector. __ OP __ Hello every one, I got this array: {0,0,1,1,0,1,1,0,1,1,1,1} Is there a way to SUM every 3 numbers? Desired result: SUM (0,0,1) SUM (1,0,1) SUM (1,0,1) SUM (1,1,1) It would return: 1 2 2 3 Thank you, |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
DIVIDE FORMULA | Excel Discussion (Misc queries) | |||
Sum and Divide Formula error | Excel Worksheet Functions | |||
formula to divide a monthly bill... | Excel Worksheet Functions | |||
Divide one row over other row I dont wont to divide one number | Excel Discussion (Misc queries) | |||
How do I divide, what would the formula look like? I forgot. Than. | Excel Worksheet Functions |