You are reading a single comment by @Dan_W and its replies. Click here to read the full conversation.
  • =VLOOKUP(A1, B:C, 2, FALSE)

    =INDEX(C:C, MATCH(A1, B:B))

    Needs the 0 in the MATCH ;)

    =VLOOKUP(A1, B:C, 2, FALSE)
    =INDEX(C:C, MATCH(A1, B:B, 0))

About

Avatar for Dan_W @Dan_W started