F
fishy
I am getting a debug error 'Compile Error, Expected: end of statement' for
the following formula insertion:
Set Rng = Worksheets("Calculate").Range("E2:E30")
Formula =
"=IF(ISBLANK(D3)=TRUE,"Blank",IF(D3>=$D$2+($D$2*0.05),"Over",IF(D3<=$D$2-($C$2*0.05),"Under","Pass")))"
Column B has a variable number of rows which I need to drag the formula down
for so am putting rows 2-30 as there will never be more than this. Is there a
better way of doing this?
Any help appreciated
the following formula insertion:
Set Rng = Worksheets("Calculate").Range("E2:E30")
Formula =
"=IF(ISBLANK(D3)=TRUE,"Blank",IF(D3>=$D$2+($D$2*0.05),"Over",IF(D3<=$D$2-($C$2*0.05),"Under","Pass")))"
Column B has a variable number of rows which I need to drag the formula down
for so am putting rows 2-30 as there will never be more than this. Is there a
better way of doing this?
Any help appreciated