lezawang
Well-known Member
- Joined
- Mar 27, 2016
- Messages
- 1,805
- Office Version
- 2016
- Platform
- Windows
Hi
I have column like the one below and at the bottom I have a function that count how many empty cells
= countif(A1:A10, "")
so Initially I have 3 cells empty. when I tried to empty a cell content in that range using Spacebar, the countif() would not count that cell but if I delete the content using Backspace then countif() will count that new empty cell.
I changed the function to the following =countif(A1:A10," ") , created space between the " "
what happened next is amazed me, now if I use the Backspace to delete cell content then countif() would not count that cell but if I use Spacebar to delete the cell content then countif() wil count that empty cell. So it is basically reverse of the first scenario.
Any idea why. Thank you so much.
I have column like the one below and at the bottom I have a function that count how many empty cells
= countif(A1:A10, "")
so Initially I have 3 cells empty. when I tried to empty a cell content in that range using Spacebar, the countif() would not count that cell but if I delete the content using Backspace then countif() will count that new empty cell.
I changed the function to the following =countif(A1:A10," ") , created space between the " "
what happened next is amazed me, now if I use the Backspace to delete cell content then countif() would not count that cell but if I use Spacebar to delete the cell content then countif() wil count that empty cell. So it is basically reverse of the first scenario.
Any idea why. Thank you so much.