Forum Discussion
marty007
Apr 20, 2021Brass Contributor
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.
- Wow! that was extremely helpful. I will pay more attention when entering data in the future.
Many thanks.
6 Replies
- Riny_van_EekelenPlatinum Contributor
marty007 Better to upload the file in stead of a PDF. Then we can see what's going on.
- marty007Brass Contributor
- Riny_van_EekelenPlatinum 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.