I have the following formula in cell D2 of this sheet. The formula itself is in an "arrayformula" and the formula itself works, but it isn't automatically applying to the entire column - I have to manually paste the formula in order for it to work in each cell of the column even though it has the arrayformula in it. How could I fix this?
Here is the formula that I've used:
=ArrayFormula(SUMIF('RAW ACTIVITY LOGS IMPORTED'!$C$2:$C,A2,'RAW ACTIVITY LOGS IMPORTED'!$F$2:$F))
try:
=ARRAYFORMULA(IFNA(VLOOKUP(A2:A, QUERY('RAW ACTIVITY LOGS IMPORTED'!C2:F, "select C,sum(F) group by C label sum(F)''"), 2, 0)))
1.4m articles
1.4m replys
5 comments
57.0k users