How do I capture a text cell as a value to be able to sum?

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

Guest

I am trying to build a form in excel which requires the user to input TEXT in
a cell. I would like to sum the cells with the text to return a total number
of entries. Each text has the same value of 1 in the sum.
 
Hi

Try this:
=SUMPRODUCT((ISTEXT(E15:E23))*1)
where your range is E15:E23.

Andy.
 

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

Back
Top