if formula in Column E2 is = IF(A2<140%,"WITHIN SLA","ABOVE SLA")
I want that formula to go all the way down to lets say E9000

if formula in Column F2 is =IF(G2=0,0,ROUND((AL2/G2),2))
I want that formula to go all the way down to F9000

if formula in G2 is
=IF(F2>VLOOKUP(A2,'SLA Agreements'!$A:$C,MATCH(Total!U2,'SLA Agreements'!$A$2:$C$2,0),0)*G2,F2-VLOOKUP(A2,'SLA Agreements'!$A:$C,MATCH(Total!U2,'SLA Agreements'!$A$2:$C$2,0),0)*G2
I want that formula to go all the way down to G9000

Then, I want the result to show in the cell not the formula.


Thanks!