Hi, I am currently using a Vlookup but the problem is the static columns and my columns will change from time to time.
Sub Update()
Dim LastRow As Long
LastRow = Range("A" & Rows.Count).End(xlUp).row
Application.ScreenUpdating = False
Range("I2:I" & LastRow).FormulaR1C1 =...