Navigation & Selection
ShortcutDescription
Ctrl+HomeGo to cell A1
Ctrl+EndGo to last cell with data
Ctrl+ArrowJump to edge of data
Ctrl+FFind
Ctrl+HFind and Replace
Ctrl+Shift+EndSelect to last data cell
Ctrl+ASelect all
Ctrl+SpaceSelect column
Shift+SpaceSelect row
Alt+i+rInsert row above
Alt+i+bInsert row below
Editing
ShortcutDescription
F2Edit active cell
Ctrl+EnterFill selection with entry
Ctrl+DFill down
Ctrl+RFill right
Ctrl+;Insert current date
Ctrl+Shift+;Insert current time
Alt+EnterNew line within cell
Ctrl+ZUndo
Ctrl+YRedo
DeleteClear cell
Google Sheets Unique Features
Formula / ShortcutDescription
=IMPORTRANGE("url","Sheet1!A1:B10")Pull data from another Google Sheet
=GOOGLEFINANCE("GOOGL","price")Live stock price
=GOOGLETRANSLATE(A1,"en","es")Translate text in a cell
=IMAGE("url")Display image from URL in cell
=SPARKLINE(range)Mini chart inside a cell
=ARRAYFORMULA(A1:A10*2)Apply formula to whole range without dragging
=QUERY(range,"SELECT A,B WHERE C>100")SQL-like queries on data
=UNIQUE(range)Return only unique values
=SPLIT(A1,",")Split text by delimiter into columns
=REGEXEXTRACT(A1,"\d+")Extract text matching regex pattern
Formatting
ShortcutDescription
Ctrl+BBold
Ctrl+IItalic
Ctrl+UUnderline
Ctrl+Shift+ECenter align
Ctrl+\Clear formatting
Ctrl+Shift+$Currency format
Ctrl+Shift+%Percentage format
Alt+O+C+AResize column to fit content