Terminology | How To's | Formulas and Functions | Mathematical Operators | Customizing the toolbar and menus | Quickly fill a range from an adjacent cell | Triangle Indicators in Cells
| Printer-Friendly version |
| Cell | Intersection of a column and a row (names by the column letter and row number, ie. A1, B2) |
| Column | Identified by letters. There are 256 columns that run horizontally across. |
| Formula Bar | A bar near the top of the window that displays the formula or constant value stored in or used for the active cell. |
| Label Text | Text is any combination of numbers, spaces, AND non-numeric characters. |
| Row | There are 65,536 rows that are sequentially numbered down the left side of the worksheet. |
| Value | Numbers that can be calculated. |
| Workbook | The file on which you work. Each workbook can contain many sheets. |
| Worksheet | The basic document used in Excel to store and work with data It consists of cells organized into columns and rows and is always a part of a note book. |
| Task | Function |
|---|---|
| Alignment |
|
| Arrange Windows | Window-Arrange |
| AutoCorrect | Tools-AutoCorrect Options |
| AutoFormat | Format-AutoFormat |
| AutoSum |
|
| Bold |
|
| Cell Borders |
|
| Cell Shading |
|
| Center Across Columns |
|
| Close Book |
|
| Column Hide | Format-Column-Hide |
| Column Unhide | Format-Column-Unhide |
| Column Width | Format-Column-Width |
| Copy (selection) |
|
| Cut (selection) |
|
| Data Sort |
|
| Delete Column |
|
| Delete Cell Contents |
|
| Delete Row |
|
| Delete Sheet |
|
| Edit Cell |
|
| Edit Font |
|
| Format Painter |
|
| Freeze Panes |
|
| Go To |
|
| Headers/Footers |
|
| Help |
|
| Insert Column |
Insert-Column |
| Insert Function |
|
| Insert Row | Insert-Row |
| Insert Worksheet |
Insert-Worksheet |
| Italics |
|
| Margins | File-Page Setup, Margins tab |
| New Book |
|
| Number Formatting |
|
| Number of Copies |
|
| Office Assistant |
|
| Open Book |
|
| Page Scaling |
|
| Page Setup |
|
| Paste |
|
| Personalized Toolbar |
|
| Print book or sheet |
|
| Print Preview |
|
| Range Name |
|
| Row Height |
|
| Row Hide/Unhide |
|
| Save Book |
|
| Select Printer |
|
| Sheet Name |
|
| Spell check |
|
| Split Window |
|
| Underline |
|
| Undo Edits |
|
E-mailing from Excel
Formulas vs. Functions - are the terms interchangeable?
No they are not. A formula enables you to calculate and combine numberic values and text. A formula starts with an equal sign (=), and it can include numbers, cell references, arithmetic operators, and functions. Below are a few examples:
=3+5 /6
=7%*A12
=C43+C44+C45
=SUM(C43:C45)
A function is a built-in Excel formula that helps you calculate quickly and readily, without writing out an entire complicated formula yourself. A function starts with an equal sign (=) and a function name, followed by its arguments (the data to be calculated). Arguments are enclosed in parentheses and are usually separated by commas. Arguments can include numeric values, text strings, and cell references. Here are some examples of functions:
=SUM(C43:C45)
=INT(118.7142)
=FIND("g",A6)
=SUMIF(B24:B30, "CA",C24:C30)
Functions can be combined or nested in a formula but a formula cannot be combined or nested in a function.
| Addition | + |
| Subtraction | - |
| Multiplication | * |
| Division | / |
Examples of Some Basic Functions:
| Average | Calculates the average in a list =AVERAGE(B4:B10) |
| Count | Counts the number of entries in a list =Count(B4:B10) |
| Now | Returns the current date and time =Now() |
| Sum | Adds a list of numbers =SUM(B4:B10) |
| Today | Returns the current date =TODAY() |
Customize your Excel menus or toolbars
Excel makes it easy to add commands to your menus or toolbar.
Quickly fill arange with data from an adjacent cell
A handy shortcut from the Fill feature. It copies formulas and formatting from the adjacent cell.
Triangles in the corners of cells in Excel indicate formula errors, comments, or smart tag (smart tags: Data recognized and labeled as a particular type. For example, a person's name or the name of a recent Microsoft Outlook e-mail message recipient is a type of data that can be recognized and labeled with a smart tag.) options.
A green triangle in the upper-left corner of a cell indicates an error in the formula in the cell. If you select the cell, Trace Error appears. Click the arrow next to the button for a list of options.

Note:The color of the error checking triangle indicator can be changed by clicking Tools-Options, and then clicking the Error Checking tab.
A red triangle in the upper-right corner of a cell indicates a comment in
the cell. If you rest the mouse cursor over the triangle, you can view
the text of the comment.

A purple triangle in the lower-right corner of a cell indicates a smart
tag. If you rest the mouse cursor over the triangle, Smart Tag Actions appears.
Click the arrow next to the button for a list of smart tag options.