Key Combination Function: Simulation For CTRL+D & CTRL+ENTER
Key Combination Function: Simulation For CTRL+D & CTRL+ENTER
- every function follows a set of rules or syntax which specifies how the function should be written.
FUNCTION (arg1, arg2, ...) function is the function name, and arg1, arg2 and so forth are values used by the function.
- A fast and convenient way to enter commonly used functions is with AutoSum.
The AutoSum button includes options to insert the following functions into a select cell or cell range:
1. SUM - sum of all values in the specified range
2. AVERAGE - average value in the specified range.
3. COUNT - total count numeric values in the specified range
4. MAX - maximum value in the specified range.
5. MIN - minimum value in the specified range.
Deleting - removes the data from the row or column as well as the row or column itself.
Clearing - removes the data from the selected row or column but leaves the blank row or column in the worksheet.
Flash Fill - enters text based on patterns it finds in the data. Press [CTRL+E].
- works best when the pattern is clearly recognized from the values in the data.
Formatting - changes a workbook's apperance to make the content of a worksheet easier to read.
Accounting format fixes a currency symbol at the left edge of the column, and displays negative numbers within
parentheses and zero values with a dash.
Currency Format Accounting Format
$ 1,000 1,000.00
$ (3,300) (3,300.00)
$ - -
$ 1,108 1,108.00
$ (1,192)
NOTE:
######## - it means the formatted number don't fit into the columns.
AutoFill - extends formulas or data patterns that were entered in a selected cell or range into adjacent cells.
Fill Handle - is the box that appears in the lower-right corner of a selected cell or range.
Topic: Range Name
Definition: Range Name = labels applied to a single cells or to a range of cells.
Advantage:
You can use the name instead of selecting the range or typing the range or typing in its coordinates.
Names are easier to remember than range coordinates.
Names don't change when you move a range to another part of the worksheet.
Names ranges adjust automatically whenever you insert or delete rows and columns within a range.
Names make it easier to navigate a worksheet. You can use the Go To command to jump to a named range quickly .
You can use worksheet labels to create range names quickly.
Name Box: in Excel's formula bar usually shows just the address of the active cell.
Cell Range: A group of cells in a rectangular block.
Range Reference: includes the cell reference of the upper-left cell of the rectangular block and the cell reference of the lower-right cell separated by a colon
1
2
3
4
10