Excel: Naming Cells and Ranges Feb25 '04
This article assumes a basic to intermediate knowledge of Microsoft Excel 97 or later.
Excel, as known by millions, is a top–notch spreadsheet program that can do anything from performing simple calculations to developing extensive databases. Excel’s power lies within the users intentions, meaning there isn’t much Excel can’t do.
Many Excel users are familiar with cell references. After all, without cell references, it is very hard to interact with your spreadsheet. Cell references allow users to pinpoint a cell’s exact location, and use the value within that cell in a formula, or in another location.
You can select specific cells, or cell ranges. There are two ways to perform these selections:
- The mouse: Click on a specific cell, or click and drag to select a cell range.
- Use the Edit » Go To command (or press F5) and enter a cell or range address manually in the Reference box.
A typical cell range looks something like this:
B2:B13
This simple cell reference selects all the cells that occupy the range B2 to B13. Of course, in order to do anything with that range, you have to use it in a formula:
=SUM(B2:B13)
The formula above calculates the sum of all values located within cells B2 to B13. But this much you already know.
Excel has a useful feature, which allows you to name a cell or cell range, and use the name in a formula, rather than the cell numbers.
What benefit does this have, you wonder? This has enormous benefits and possibilities.
Often times dealing with cell numbers can be confusing. It’s much easier to remember names than numbers. Among the many benefits are:
- Entering a name is less error–prone than entering a cell number or range.
- You can quickly move to specific areas of your spreadsheet just by typing the name in the name box. (Upper left hand corner)
- In formulas, you can use the name, which makes things more understandable and intuitive.
For example:
= B2 - B13
# Vague and confusing
= Income - Taxes
# This is more understandable and intuitive
In order to use cell names, you must go to Insert » Name » Define (or press Ctrl+F3). A dialog box pops up, where you can define names that correspond to specific cells or cell ranges.
Type your custom name in the top box, and in the Refers to: box, you can enter the exact cell address, or cell range.
Now, when you want to reference that value, all you have to do is type in the name! This can be extended further to include entire formulas. Essentially, you can put whatever you want in the Refers to: box, and whenever you call that name in your worksheet, the value you entered will be used.
This is quite fun, and helps you understand the powers that Excel can perform. Play around with it, and see what you come up with. And remember – this is only the tip of the iceberg!
Categories: Software
, Tutorials ![]()
Add Feedback (view all)
Leave feedback
matthom
is published and produced by Matt Thommes - an independent publishing enthusiast, mobile blogger, content creator, informative writer, web developer from Chicago.
Never one to conform, Matt intends to promote the effect the web has on our lives, in an effort to intensify, instruct, and clarify all that is happening around us.
Similar Entries
- Full date to SQL date within Excel (273 recent visits)
- Find a person’s age in Excel (1464 recent visits)
- Excel/Access date format issues (727 recent visits)
- Excel project: weekly calendar (1298 recent visits)
- Excel text manipulation rocks (1663 recent visits)
- Excel absolute cell reference (1059 recent visits)
Stats
424 unique visits since August 2008
Recent Referrers (click)
- Excel naming cells
- excel naming cells
- excel naming a cell reference
- excel naming a cell reference
- naming cells and ranges
- naming cells and ranges IN SPREADSHEETS define
- naming selected cells in excel
- automaticalliy naming cells excel
- naming in excel
- EXCEL NAMING AREA
- excel cell range
- naming cells in Excel
- how to name selected cells in excel
- naming cells in excel
- formatting excel ranges for income taxes
- excel naming cells
- http://matthom.com/archive/200
- http://matthom.com/archive/200
- naming cells excel
Exactly what I was looking for. Thank you! ... Read more.