My problem is:
I am in Sheet "To Print"
Which Cell Formula Output
Cell A1 ='names'!D1 Daniel Day Lewis
Cell A2 ='names'!D2 Saiorse Ronan
Cell A3 ='names'!D3 William Neeson
Cell A4 ='names'!D4 Christian Bale
Cell A5 ='names'!D5 (empty output)
Although I'm the the "To Print" sheet, my formula's in Cell A1:A5, are all based on the input of "names" sheet.
When I count Cell A1:A5, it counts as 5. But in the output there are just 4 names. Cell A5 turned out empty (although it has a formula). How is it possible to count, that it should only be 4?
I used the formula:
=COUNTA(A1:A5)
The output is 5, but it should be 4.
Bookmarks