I am having a problem with the VLOOKUP function. I keep getting #REF! error message in A! on Sheet1. I am not sure why. Below is the function i am using.
=VLOOKUP(A1,Sheet2!A1:A61,2,0)
Is there a limit to how many values you have have in a lookup function. If so is there a better option (besides a database)?
=VLOOKUP(A1,Sheet2!A1:A61,2,0)
Is there a limit to how many values you have have in a lookup function. If so is there a better option (besides a database)?