Vous êtes sur la page 1sur 3

Excel Terminology

Absolute reference: In a formula, a reference to a cell that does Data table: A table, calculated by Excel, that shows the effects
not change if the formula is copied to a different cell. An on one or more formulas when one or more input cells take on
absolute reference uses two dollar signs, such as $A$15 for cell different values. Excel supports one-way and two-way data
A15. tables.
Active cell: The cell whose contents appear in the formula bar. Data validation: The process of ensuring that data of the
You can enter information into the active cell and also edit its correct type is entered into a cell. For example, if the entry is
contents. outside of a specified range of values, you can display a
message to the user.
Argument: In a worksheet function, information (enclosed in
parentheses) that provides details as to what you want the Default workbook template: A template that is used as the
function to do. basis for new workbooks. This template is named book.xlt and
is stored in your XLStart folder.
Autofilter: To display only the rows in a list that meet certain
criteria. Default worksheet template: A template that is used as the
basis for new worksheets that you insert into a workbook. This
Autoformat: Predefined formatting that you can quickly apply
template is named sheet.xlt and is stored in your XLStart folder.
to a range of cells in a worksheet or a pivot table. Also refers to
predefined formats that you can apply to a chart. Dependent cell: A cell that contains a formula that refers to the
active cell. In other words, the formula depends on the value in
AutoShape: A graphic object that you place on the draw layer
the active cell.
using one. of the Excel drawing tools. .
Draw layer: An invisible layer on top of all worksheets. The
Cell: A single addressable unit in a worksheet, defined by the
draw layer contains embedded charts, maps, and drawn objects.
intersection of a row and a column.
Embedded chart: A chart that's placed on a worksheet's draw
Cell comment: A comment that is attached to a cell.
layer (as opposed to residing on a separate chart sheet).
Cell pointer: The dark border that surrounds the active cell.
Field: In a database, information that is contained in columns.
You move the cell pointer with the mouse or the keyboard.
Fill handle: The small square object that appears at the
Cell reference: Identifies a cell by giving its column letter and
lower-right corner of the active cell or a selected range of cells.
row number. For example, C5 refers to the cell at the
intersection of column C and row 5. If you're referring to a cell Filter: To hide rows in a list such that only the rows that meet a
on a different sheet, you need to precede it with the sheet name certain criteria are displayed.
and an exclamation point. These can be relative references (most
Formula: An entry in a cell that returns a calculated result.
common), absolute references, or mixed references.
Formula bar: The area of Excel, just below the toolbars, that
Chart: A graphic representation of values in a worksheet. A
displays the contents of the active cell. You can edit the cell in
chart can be embedded on a worksheet or stored on a separate
the formula bar.
chart sheet in a workbook.
Formula palette: A tool that helps you create and edit formulas
Chart sheet: A type of sheet in a workbook that holds a single
and worksheet functions.
chart.
Frozen titles: The process of keeping certain top rows and/or
Circular reference: In a formula, a reference to the cell that
left columns always displayed, no matter where the cell pointer
contains the formula (either directly or indirectly). If cell A10
is. You can set this with the Windows,->_Freeze Panes
contains =SUM(A1:A10), a circular reference exists because
command.
the formula refers to its own cell.
Function: A special keyword used in a formula to perform a
Column: Part of a worksheet that consists of 65,536 cells
calculation. Use the Function Wizard to enter a function in a
arranged vertically. Each worksheet has 256 columns.
formula.
Conditional formatting: Formatting (such as color or-bold
Goal seeking: The process of determining the value of a cell
text) that is applied to a cell depending on the cell's contents.
that results in a specific value returned by a formula.
Consolidation: The process of merging data from multiple
Gridlines: Lines that delineate the cells in a worksheet. In a
worksheets or multiple workbook files.
chart, gridlines are extensions of the tick marks on the axes.
Criteria range: A special type of range that holds specifications
Handles: On graphic objects, these are the small squarish things
used by an advanced filter or for a database worksheet function.
at the corners and on the sides. You can drag handles with a
mouse to change the size of the graphic object.
Legend: In a chart, the small box that describes the data series. Range: A collection of two or more cells. Specify a range by
In a map, the small box that describes the map's contents. separating the upperleft cell and the lower-right cell with a
colon.
Link formula: A formula that uses a reference to a cell that's
contained in a different workbook. Range Finder: The colored frame that indicates cells that are
referenced in a formula or used in a chart. You can grab and
List: A database that's stored in a worksheet. A list contains a
move the frame to change the formula or chart series.
header row that describes the contents of the information in each
column Recalculate: To update a worksheet's formulas using the most
current values.
Locked cell: A cell that cannot be changed when the worksheet
is protected. If the worksheet is not protected, locked cells can Record: In a database, information that is contained in rows.
be modified.
Relative reference: In a formula, a reference to a cell that
Map: A graphic depiction of data that is based on geography. changes (in a relative manner) if the formula is copied to a
different cell. A relative reference doesn't use any dollar signs
Number format: The manner in which a value is displayed.
(as opposed to an absolute reference or a mixed reference).
For example you can format a number to appear with a percent
sign and a specific number of decimal places. The number Row: Part of a worksheet that consists of 256 cells arranged
format changes only the appearance of the number (not the horizontally. Each worksheet has 65,536 rows.
number itself.
Scenario: A specific set of values for input cells. Each scenario
Named range: A range that you've assigned a name to. Using is assigned a name and can be displayed using the Excel
named ranges in formulas makes your formulas more readable. scenario manager.
Noncontiguous range: A range of cells that is not contained in Sheet: One unit of a workbook, which can be a worksheet or a
a single rectangular area. You select a noncontiguous range by chart sheet. Activate a sheet by clicking its sheet tab.
pressing Ctrl while you select cells.
Sort: To rearrange the order of rows, based on the contents of
OLE object: An object from another application that is stored one or more columns. Sorts can be in ascending or descending
in a document. OLE stands for Object Linking and Embedding. order.
Merged cells: Cells that have been combined into one larger Spreadsheet: A generic term for a product such as Excel that is
cell that holds a that single value. used to track and calculate data. Or, this term is often used to
refer to a worksheet or a workbook.
Operator: In a formula, a character represents the type of
operation to be performed. Operators include + (plus sign), / Status bar: The line at the bottom of the Excel window that
(division sign), and others. shows the status of several things and also displays some
messages.
Mixed reference: In a formula, a reference to a cell that is
partially absolute and partially relative. A mixed reference uses Template: A file that is used as the basis for a new workbook.
one dollar sign, such as A$15 for cell A15: In this case, the Examples include the Spreadsheet Solutions templates that
column part of the reference is relative; the row part of the come with Excel.
reference is absolute.
Value: A number entered into a cell.
Outline: A worksheet structured in such a way that information
VBA: Visual Basic for Applications. This is the name of the
can be expanded (to show additional details) or contracted (to
macro language included with Excel.
show fewer details).
What-if analysis: The process of changing one or more input
Pane: One part of a worksheet window that has been split into
cells and observing the effects on one or more dependent
either two or four parts.
formulas. The Excel Scenario Manager makes it easy to perform
Pivot table: A table that summarizes information contained in a what-if analyses.
worksheet list or external database.
Wizard: A series of dialog boxes that assist you in performing
Pointing: The process of selecting a range using either the an operation such as creating a chart, importing text, or creating
keyboard or the mouse. When you need to enter a cell or range certain types of formulas.
reference into a dialog box, you can either enter it directly or
Workbook: The name for a file that Excel uses. A workbook
point to it in the worksheet.
consists of one or more sheets.
Precedent cell: A cell that is referred to by a formula cell. A
Worksheet: A sheet in a workbook that contains cells.
single formula can have many precedent cells, and the
Worksheets are the most commonly used sheet type.
precedents can be director indirect.
Print titles: One or more rows and/or columns that appear on
each page of printed output.
Workspace file: A file that contains information about all open
workbooks: their size, arrangement, and position. You can save
a workspace file and then re-open it to pick up where you left
off.

Vous aimerez peut-être aussi