I am creating a VBA script that will use the following SumIf:
Range("C7").Select
ActiveCell.FormulaR1C1 = "=SUMIF(Sheet2!R[-6]C[-2]:R[515]C[7],1101,Sheet2!C)"
This continues on where C7 is the same but the If is different. I have to repeat this statement over 500 times. Unfortunately a...