Share via

Excel..How to sum differant alpha items in a string of cells

Anonymous
2011-08-30T14:18:56+00:00

I am trying to write a formula that will count the cells that have an alpha entry requardless of what that alph character is. It is for use by our church's pastor to keep records of his visits to shut-ins. The challange is to sum those visits into a single total. Actually, our church is using Office 2000. I thought I coulkd use the formula ...Excel formula =COUNTIF()  but if it will allow diffant alpha values to be recognized as a single value I don't know how to write it.

Total would be ....=COUNTIF(B3:E3,"???") ....where ??? might be any one or more differant alpha characters. In a nut shell how can I count a cell as "1" if it has any thing populating the cell?

Pastor's Visitation Records
Name 1/1/2011 1/8/2011 1/15/2011 Nth Total
John V V-C 2
Pete C V 2
Sam V 1
Mary CH E H 2
Microsoft 365 and Office | Excel | For home | Windows

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

Answer accepted by question author

HansV 462.6K Reputation points
2011-08-30T14:23:18+00:00

Try =COUNTA(B3:E3)

Was this answer helpful?

4 people found this answer helpful.
0 comments No comments

Answer accepted by question author

Anonymous
2011-08-30T14:23:46+00:00

Hi,

Try this

=COUNTA(B3:E3)

Was this answer helpful?

3 people found this answer helpful.
0 comments No comments

0 additional answers

Sort by: Most helpful