Count Words in a Cell or Range of Cells
To get a word count of any cell or range of cells, we'll use a combination of SUBSTITUTE and LEN function/formulas. Read more...
Subcategoreis
Excel 2003 Functions and Formula General Formatting Getting Started
To get a word count of any cell or range of cells, we'll use a combination of SUBSTITUTE and LEN function/formulas. Read more...
Here is quick method you can use to identify the referenced ranges for each named range. Read more...
A dynamic named range that resides within another dynamic named range can be very useful for things such as long lists of names. Read more...
Many of Excel's functions are designed to be used on lists. For most of these functions to work correctly, lists should not contain any blank cells, and column headings should be formatted differently from the data in the list. Read more...
Although referencing data by name is convenient, it's sometimes more helpful to store a constant value or even a formula, especially if you've been creating custom functions in VBA. Read more...
Excel's automatic incrementing of cell references works well most of the time, but sometimes you might want to override how it works. Read more...
Although cell numbers are at the foundation of everything Excel does, it's much easier to remember names, such as Item Number and Quantity, than it is to remember cell numbers, such as A1:A100. Excel makes this easy. Read more...
Once you have created a few of your own Custom Lists, it can be hard to remember the first item in the list that must be entered in a cell. This tutorial adds the list to the Fill Handle. Read more...
Wouldn't it be useful if you could give users a list of options to select that decreases as options are used? You can create this nifty feature with the use of Data Validation and some Excel VBA code. Read more...
You can easily manipulate the Data Validation feature of Excel to ensure that you have no blank cells within your list. Read more...
In Excel 2000, Microsoft added many new levels of worksheet protection to Excel. Unfortunately, they neglected to add one that would allow Excel users to use Grouping and Outlining on a protected worksheet. Read more...
By adding a custom list to Excel, you can type the first item in the list, drag it down using the fill handle, and watch the list fill automatically. Read more...
With the tutorial in this section, you can change the registry so that you can undo up to 100 mistakes. Read more...
If you are familiar with Excel's AutoFilter tool, you also are familiar with its limitations. If you require extensive data manipulation, using Excel's Advanced Filter tool is the way to go. Read more...
You can use Excel to pick three winners-1st, 2nd, and 3rd-chosen at random from a list in your spreadsheet. The easiest and fairest way to do this is to use Excel's RAND function in combination with its sorting capabilities. Read more...