Hello and thank you everyone!
I am stumped how to write vba to place a r1c1 index match formula in a column. The match formula would always reference the 1st row. It is R1C1 because the index references a variable. Thanks again! I welcome questions.
I am stumped how to write vba to place a r1c1 index match formula in a column. The match formula would always reference the 1st row. It is R1C1 because the index references a variable. Thanks again! I welcome questions.
VBA Code:
.Range(.Cells(2, DOWN_PAYMENT), .Cells(Range("a" & Rows.Count).End(xlUp).Row, DOWN_PAYMENT)).Formula2R1C1 = "=INDEX(C[" & 1 + (0 - DOWN_PAYMENT) & "]:C,row(RC),1)"