Jump to content

Recommended Posts

Posted

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


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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...