In the following VBA vlookup code - (I am want use vlookup formula in file A and get the value from File B)
VLOOKUP(RC[-2],R[11]C[-4]:R[13]C[-2],RC[-1],FALSE)
I want to change the red color code to refer to an array in another file. I am using vlookup formula in file A and looking the value in File B
What code changes should I make?
VLOOKUP(RC[-2],R[11]C[-4]:R[13]C[-2],RC[-1],FALSE)
I want to change the red color code to refer to an array in another file. I am using vlookup formula in file A and looking the value in File B
What code changes should I make?