Functions List
Functions List
Book - filename
Spreadsheet – worksheet/ sheet tabs. excel spreadsheets are primarily used for manipulating numbers and can also do a variety of tasks commonly found in
other MS Office products.
Column – letters
Row – numbers
Cell – intersection of a column and row (i.e. B12)
Outline – border
Color – fill
Inserting a row/column – to insert a row 1b between rows 1 & 2, right-click insert at row 2. to insert a column Aa between columns A & B, right-click insert
at column B
Change width of column and height of row – click and drag or specify in right-click column/row width
Format Cells – Number, Alignment, Font, Border, Pattern, Protection
Apostrophe (') - in front to signify that we will be utilizing that cell as text (Excel treats each cell as a "value", it will expect that they are numbers)
Align right – numbers | Align left – text
Standard US date format DD–MMM-YY
Autofill - :D magic
Value – the objects within each cell = may be text or numbers.
Cell Reference – column letter + row number (i.e. B12) usu. Used in Functions
Absolute VS Relative References – locked cell/row/column VS reference relative to location/position of each element
Copying Formulas with References - copying absolute reference formulas retains formula because locked at a particular cell/row/column VS copying relative
reference formulas will also copy the relative positions of elements to be operated on
$B$12 (locked at a cell), $B12 (locked at a column, “ref” can go up/down), B$12 (locked at row, “ref” can go left/right)
Functions - special commands that tell Excel to do some kind of computation or manipulation that are built-in (programmed) into Excel (customized
functions can be created through Visual Basic for Applications)
Insert Function Tool - to learn about the syntax or to get help about a formula, click the Fx button while typing a formula
Insert Function Window - helps by telling what arguments are needed
Serial Numbers – number of days since January 1, 1900. General tab-Number-Format Cells. Date (integer) Time (decimal)
Shortcut Description
CTRL+1 Format cells
Autofill options Fill with or without formatting
Paste Special (ALT+e+s) Paste value only, Transpose (changes orientation of the text, vert. to hor.)
CTRL+ (up/down arrow key) Page up or down
F4 $ = absolute references (1st F4 = $B$1, 2nd F4 = B$1, 3rd F4 = $B1, 4th F4 = B1)