Hello,
I'm struggling with applying a formula down a column, with VBA. The formula in cell AT13 is:
=IF(AL12=1,COUNTIF(R2:R11,"=1"),"0")
which I can extend down to the last row of data, but I would like to use VBA, to automate it.
The code below does not work, and it looks like I may need to...