M
mark.wolven
I have a range of 16 cloumns for now. Each column executes an index/match. Not all cells will be populated. I use an if(isna(index/match),"",index/match) kind of formula to leave the cell empty and not show an error when there is no result found by the index/match.
Some values are numbers and some values are text. And some values are empty.. A COUNT only gets the numeric values and COUNTA recognizes the formula asbeing a value.
How do I count the number of populated cells?
Some values are numbers and some values are text. And some values are empty.. A COUNT only gets the numeric values and COUNTA recognizes the formula asbeing a value.
How do I count the number of populated cells?