Summary of Few Excel Functions
Summary of Few Excel Functions
1 of 3
20. Annexure
A Brief Summary of Excel Features
1. Worksheet Components
Cell: A Column, Row inter-section element referenced by cell address (say H5)
Can hold: Text (starting with Alpha char); Number (starting with digit and following number
syntax), Date (following windows Date convention) or Formula (start with =, and following
proper syntax of a formula)
Can keep notes about cell (shift F2 - function key).
Range: A range of cells enclosed in a rectangular area: referenced by range address (cell address of
the left hand top corner element, followed by colon (:), followed by cell address of the right
hand bottom corner element). Example: B3:H12
Naming: Ranges or cells can be conveniently named through Insert menu and choosing the Name
option and then the Define option.
Named ranges or cells can be referenced (in functions etc.) using the assigned name. Named
ranges automatically adjust to size changes (insertion or deletion of rows/columns) made
within the specified range. Any subsequent references through names address the revised
range.
Button: Buttons can be created through Forms tool bar. These can be used to invoke procedures
(written in Visual BASIC for Applications). Normally, a sequence of keys (involving marking of
ranges, selection of menu options, entering data, etc.) can be recorded as Macros and can be
assigned to the buttons. The VBA code required to execute these key sequences is
automatically created by Excel and is included in the workbook (normally named Module).
Advanced users may edit the code for debugging and enhancement. Buttons can be edited
(renamed, altered in size, or moved to a different location, copied or even deleted).
Worksheet:
When a new file (WorkBook in Excel's terminology) is open, Excel provides 16 worksheets
(named Sheet1, Sheet2, .. ,Sheet16) to be used simultaneously (if required). These
worksheets can be renamed as desired. They can be deleted or new sheets can be inserted
based on requirements.
Referencing:
Elements (contents of cells or ranges) of any sheet can be referenced in any other sheet by
simply prefixing the sheet name followed by an exclamation mark (!) to the address of the
element. Example: Sheet2!B15 refers to cell B15 of Sheet2.
Similarly, [SALES.XLS]!Sheet1!smtab refers to the range smtab of the Sheet1 of the Excel
file SALES.XLS. Ensure that the referenced sheets are active prior to making any such
references.
IIMA/CISG91
2 of 3
2. Formulae
- Entering (start with = character and type in the formula, end with Enter key)
- $ to fix the row , column, or both components of the address
- Editing (F2 Function key)
- Copying (^C) |
- Moving (^X) | Range level also
- Erasing (del) |
- Copying Values (^V)|
- Relative / Absolute address toggle for Cell Addresses (F4 Function key)
- Fill
- Go to (F5- function key)
3. Formatting
- Cells, Row, Column (choose available options for each type of data)
4. Re-sizing
6. Functions
Function Format
NOW NOW()
TODAY TODAY()
ISNUMBER ISNUMBER(value)
ISBLANK ISBLANK(value)
ISERROR ISERROR(value)