I have a formula that results in a number value or "" in "range"
using a countif formula the following two formulas produce internally inconsistent results. There are 27 total cells that are not empty in the range. 11 result in values and 16 result in ""
=countif(range,"") gives a result of 16
=countif(range,"<>"&"") gives a result of 27
What I'm trying to get is a formula that will count non-blank (""), non-empty cells
Is there anything that will work?
using a countif formula the following two formulas produce internally inconsistent results. There are 27 total cells that are not empty in the range. 11 result in values and 16 result in ""
=countif(range,"") gives a result of 16
=countif(range,"<>"&"") gives a result of 27
What I'm trying to get is a formula that will count non-blank (""), non-empty cells
Is there anything that will work?