I'm trying to find the total cell count in Excel, please help.
R Ron Coderre Nov 10, 2005 #2 If you want to count the number of TEXT cells in a range, try this: =COUNTA(A1:A10)-COUNT(A1:A10) That subtracts the count of numeric entries from the count of non-blank cells. Does that help? •••••••••• Regards, Ron
If you want to count the number of TEXT cells in a range, try this: =COUNTA(A1:A10)-COUNT(A1:A10) That subtracts the count of numeric entries from the count of non-blank cells. Does that help? •••••••••• Regards, Ron