Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
I have data in column D1 all the way down and need to sum this. I need to sum it every three. The first group is easy, sum(d1:d3) results in E1, sum(d4:d6) results in E2, I need this to happen all the way down. I know it can be done because I've done it before but have forgotten how to, can anyone help?
|
#2
![]() |
|||
|
|||
![]() Quote:
Then on E1: =SUM(OFFSET($D$1,F1,0,3,1)) Drag this formula all the way down.
__________________
Asobi Wa Owari Da |
#3
![]() |
|||
|
|||
![]()
So you do want to count rather than sum? Your formula will already do that. If it isnt producing the result expected then it suggests that it is failing to count customers you think should be included.
Perhaps this could be the reult of leading/trailing spaces in the A column customer name cells? You need to check your data. Incidentally, the following will do what your original formula did but it doesnt require array entering: =SUMPRODUCT--A3:A249=Customer x,--C3:C2490.25 |
#4
![]() |
|||
|
|||
![]() Quote:
I built this formula to solve your question. =SUM(INDIRECT(CONCATENATE("$D"&(ROW()+(ROW()-1)*2)&":"&"$D"&((ROW()+(ROW()-1)*2)+2)))) Put it on E1. Copy it down simply. .
__________________
I hope it can help you. Best regards, Marcilio Lobão --------------------------- Belo Horizonte, Brazil |
#5
![]() |
|||
|
|||
![]()
What the formula will do is count the number of customers with a value 0.25. If you want to Sum then try this instead doesnt require array entering:
=SUMPRODUCT--A3:A249=Customer x ,--C3:C2490.25,C3:C249 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel: match two cells in one sheet to two cells in another and return a third cells value | Excel Worksheet Functions | |||
join data in multiple cells when adjoining cells match criteria ?? | Excel Worksheet Functions | |||
Cells won't change font color or show hi-lighted cells in document | Excel Discussion (Misc queries) | |||
display a range of cells editible cells based on matching date | Excel Worksheet Functions | |||
Setting of input cells as blue font and formula cells as black fon | Excel Discussion (Misc queries) |