
⌘ + a = Select All Cells
shift + spacebar = Select Row
control + spacebar = Select Column
⌘ + + = Zoom In
⌘ + - = Zoom Out
⌘ + z = Undo
⌘ + y = Redo
⌘ + f = Find
⌘ + x = Cut the Selected Cells
⌘ + c = Copy the Selected Cells
⌘ + v = Paste the Selected Cells
⌘ + d = Copy & Paste the Cell directly above
⌘ + option + = = Options between INSERT ROW / INSERT COLUMN
⌘ + b = Bold
⌘ + u = Underline
⌘ + i = Italic
IFERROR(cell1 / cell2, "N/A")
DATEDIF(cell1, cell2, "__")
=
function(cell, cell...)
SUM : total sum of the values within the selected cells
AVERAGE : average of the values within the selected cells
MIN : smallest value within the selected cells
MAX : biggest value within the selected cells
TEXT : converts a number into text according to the format specified
COUNTIF : counts only the data relevant to the condition
#DIV/0! : formula is asked to divide the values by zero or NULL
#ERROR! : formula can not be interpreted as it is input aka.the parsing error
#N/A : the data in the formula can not be found by the spreadsheet
#NAME? : formula's grammar can not be understood
#NUM! : formula's calculation can not be done
#VALUE! : formula or referenced cells might have problems
#REF! : cells being referenced have been deleted
*** Please note that the shortcuts below are based for Mac
Common Actions
Formatting Cells
Navigating Sheets
Edit Rows And Columns