• bstix@feddit.dk
    link
    fedilink
    arrow-up
    2
    ·
    4 days ago

    Vlookup

    Please use xlookup instead.

    Forget about lookup, vlookup, hlook-up or index(match()).

    Only use xlookup.

    • MonkRome@lemmy.world
      link
      fedilink
      English
      arrow-up
      1
      ·
      4 days ago

      No place I have ever worked has had a version of excel with xlookup, so I can’t really comment on it. Im not on 365 or a newer desktop version. We are on Office 2019, as I suspect many offices still are.

      • bstix@feddit.dk
        link
        fedilink
        arrow-up
        2
        ·
        4 days ago

        Ok, xlookup is better because it doesn’t return false positives and it also doesn’t require the data to be sorted.

        It almost does the same as index(match()), only better, easier and faster.