geoffreygroh
New Member
- Joined
- Dec 8, 2011
- Messages
- 2
I'm trying to sum cells in column B, if their value in column A is the same. Unfortunately the values in column A will be different everyday. The way I do it currently is to use the advance filter to copy unique values of column A to column C. After I know the unique values in Column C I run an Array function =IF(ISBLANK($C2),"",SUM(IF(($A:$A=$C2),B:B,0)))
and I fill the column of cells with the formula.
The macro I use is basically just an edited "record macro" code. and it take quite a long time to calculate all the array formulas.
I was hoping someone knows a better/faster way to write this in order to decrease calculation time….
and I fill the column of cells with the formula.
The macro I use is basically just an edited "record macro" code. and it take quite a long time to calculate all the array formulas.
I was hoping someone knows a better/faster way to write this in order to decrease calculation time….