A
Accesscrzy
I need to count how many rows have data in them... could be numbers, could be
text. I do not want to count blank cells.
I thought for the text I could use this =COUNTA(A1:A7,"<>TBD")
But I get an error.
1 TBD
2
3 123
4 TBD
5 123
6
7 123
This is the result I am looking for...
5 cells of data
2 cells have TBD
3 cells have 123
text. I do not want to count blank cells.
I thought for the text I could use this =COUNTA(A1:A7,"<>TBD")
But I get an error.
1 TBD
2
3 123
4 TBD
5 123
6
7 123
This is the result I am looking for...
5 cells of data
2 cells have TBD
3 cells have 123