I have following code:
I want to change the lookup value as the value of I changes. Like A8, A9, A10 ................
Any help is appreciated. Thank you
For i = 8 To EndRow
Range("H" & i) = "=VLOOKUP(A & i,$P:$P, 1,FALSE)"
Next i
I want to change the lookup value as the value of I changes. Like A8, A9, A10 ................
Any help is appreciated. Thank you