NukedWhale Posted February 25, 2008 Posted February 25, 2008 If the column number in your vlookup formula is a relative reference, it will not correctly update when sorted.i.e. before sort =vlookup(A1,table$B$2:$C$4,A1+1,false)after sort =vlookup(A3,table$B$2:$C$4,A1+1,false) the lookup value properly adjusted itself, while the column number did not
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now