Struggling with this correct formula in Numbers
HI there everyone,
I’ve got two tables side by side, lets call the table on the left Table A and on the right Table B.
and what I’m trying to calculate is this the “Total” in Table B.
there are 5 columns named, “Share”, “Quad”, “Triple”, “Double” and “Room” in Table A, which need to be multiplied by “Share days”, “Quad days”, “Triple days”, “Double days” and “Room days” in Table B.
SUMPRODUCT((((Activities::C3×B3) + (Activities::D3×C3) + (Activities::E3×D3) + (Activities::F3×E3)+ + (Activities::G3×F3) + IF(ISNUMBER(H3), H3 × G3, 0) + IF(ISNUMBER(I3),I3 ×J3,0))))
This is the formula I’m using but it only works for single cells in both tables. I tried dragging these single cells to the whole column down, but If I enter any numeric value in Table B, under the “days” column, it doesn’t work.
SUMPRODUCT((((Activities::C3:C18×B3:B18) + (Activities::D3:D18×C3:C18) + (Activities::E3:E18×D3:D18) + (Activities::F3:F18×E3:E18)+ + (Activities::G3:G18×F3:F18) + IF(ISNUMBER(H3), H3 × G3, 0) + IF(ISNUMBER(I3),I3 ×J3,0))))
Even after selecting the whole column, I’m still not able to change the “Total” column except for the first row.
Can anybody please tell me what I’m doing wrong, FYI I’m new to Apple Numbers.