I have a table where in column CM I want to insert a formula in cell# CM3 and then copy that formula to all cells below until (and including) the last cell with data as per column A.
Here is my code:
Range("CM3").FormulaR1C1 = "=IF(AND(AY3=""yes"",BB3=""successful"",DZ3=""yes""),1,0)"...