Forum Discussion

marty007's avatar
marty007
Brass Contributor
Apr 20, 2021
Solved

Excel fomula not showing results for some cells

In the spreadsheet attached, the formula appears in each cell but it doesn't work in some of them. I thought the copy/paste would would accross all cells that had data in them.

  • marty007's avatar
    marty007
    Apr 21, 2021
    Wow! that was extremely helpful. I will pay more attention when entering data in the future.
    Many thanks.

6 Replies

      • Riny_van_Eekelen's avatar
        Riny_van_Eekelen
        Platinum Contributor

        marty007 Cell D5 has a space, therefore VLOOKUP returns a space, thus a seemingly empty cell. D6 is empty, therefore VLOOKUP returns 0. F7 looks up Eddie and VLOOKUP finds the first Eddie in the list (on row 6) and thus also returns 0.

        You could combine the First and Last name into one column to overcome the latter problem.

         

Resources