Count the text in a column - Part II

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I would like to count the text in a column then for it to add a figure in
another cell if it meets the text criteria

Thanks!
 
Do you mean count the characters?

If so

=SUM(NOT(ISNUMBER(A1:A20))*LEN(A1:A20))

as an array formula (committed with Ctrl-Shift-Enter)

--

HTH

RP
(remove nothere from the email address if mailing direct)
 
Peter

Your description is not too clear in this post or the first post.

Perhaps =SUMIF(A1:A33,"Monday",B1:B33)

Which will sum up cells' data in column B that match Monday in Column A


Gord Dibben Excel MVP
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

COUNT function 1
Urgent Formula! 4
Count if help 6
Formula to count text with two conditions. 3
Counting cells with text 3
count if and 4
Counting Ranges 2
Counting consecutive strings of text 2

Back
Top