I am trying to find out adoption rates by using a reference function instead of the IF functions that I used in O11. Is there a formula that would work for this? It needs to be copied down the column like my IF formula. Thank you!
Cell Formulas | ||
---|---|---|
Range | Formula | |
I11:I60 | I11 | =IF(F11,$B$1,0) |
J11:J60 | J11 | =PRODUCT(G11,$B$2) |
K11:K60 | K11 | =SUM(I11,J11) |
L11:L60 | L11 | =SUM(C11*$B$3,B11)*$B$4 |
M11:M60 | M11 | =PRODUCT(G11,$B$5) |
N11:N60 | N11 | =SUM(K11,L11,M11) |
O11:O60 | O11 | =IF(B11<=$E$4,$F$4,IF(B11<=$E$5,$F$5,IF(B11>=$E$6,$F$6))) |
P11:P60 | P11 | =N11-O11 |
B62 | B62 | =COUNTIF(F11:F60,TRUE) |
P62 | P62 | =SUM(P11:P60) |
P64 | P64 | =AVERAGE(P62*12) |
B65:B69 | B65 | =AVERAGEIFS(P11:P60,E11:E60, A65) |
B70 | B70 | =SUM(B65:B69) |