K karen Aug 13, 2008 #1 hello - I am trying to total the number of rows I have - how do I do that with Text in it? Example John Sara Kim Pam Total: 4
hello - I am trying to total the number of rows I have - how do I do that with Text in it? Example John Sara Kim Pam Total: 4
M MillyD Aug 13, 2008 #3 =COUNTA(A1:A6) John (A1) Sara (A2) Kim (A3) Pam (A4) dek (A5) Paul (A6) hope this helps