A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Try =COUNTA(B3:E3)
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
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 |
A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
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.
Answer accepted by question author
Answer accepted by question author
Hi,
Try this
=COUNTA(B3:E3)