I've been using Vlookups successfully for a few months now. All of a sudden I'm having issues.
I use a sheet (Master Carton Dimensions) with all the information as my table array to fill out packing slips using vlookup. Recently, I am starting to not be able to copy formulas. It just returns the same data.
. I change the column #2 (Just before the FALSE argument) and I can copy this formula across rows, but when I do columns it always returns the same data all the way down.
What am I doing wrong? Could it be formatting?
This is the formula I'm using:
=VLOOKUP($A$2:$A$11,'[Master Carton Dimensions.xlsx]Sheet1'!$A:$J,2,FALSE)
Bookmarks