Hi, I have been unable to find a vba code for vlookup that works for me. Would someone be able to help please. I would prefer a vba code solution if possible.
As a function in a cell it looks like this: =VLOOKUP(A1,G1:K5,4,FALSE) (although G1:K5 is just an example it could go to K5000)
I need it to work through all the rows of col A where the number of rows in col A will vary for each time the macro is run with new data.
Cols G to K will all have the same number of rows as each other but this number will will vary for each time the macro is run with new data.
thank you.
Bookmarks