Quote:
Originally Posted by gilmourlead
Great idea! How do I do that count? Can I do an "autosum" equation. I have about 2,000 contacts...
|
I'm not sure why you'd need to use Autosum.
I strongly suggest you do it as I have and utilize Excel's Format as Table functionality. It offers many advantages, but specifically for your list, it makes formulas more logical and entering them in a long list is a snap. Once you enter a new formula in one cell of a column, it automatically propagates through the rest of the cells unless you force it to do otherwise.
To use Format as Table, select your entire list. The easiest way to do this is to click on a single cell and then type CTRL-a. As long as all the data are contiguous (no completely blank rows or columns), Excel will select the entire list.
Then select Home: Format as Table (in the Styles submenu) on the ribbon. Select the style you like. You can easily change the style at any time.
Now in one of the cells to the right to the table, type
and then drag your mouse over the three fields to be counted. Press enter. You should see Excel automatically add another column to the table and populate it with the formula:
Code:
=COUNTA(Contacts[@[Phone]:[Email]])
Doesn't that look a lot more logical and intuitive than formulas that reference row and column addresses?
Trust me. If you learn this one simple thing, the Format as Table functionality, your Excel experience will change forever. Aside from the advantages already mentioned, adding/deleting data is a snap and filtering is built in.
If you run into trouble, let me know. If you want, I can do this for you in a snap if you post your sheet. Otherwise, if you prefer the classic look (please say no!), I can gin that up for you too.