Excel Cheat Sheet
A searchable, printable Excel reference — essential formulas, lookup functions, text and date functions, shortcuts and pivot tables. Free.
Essential formulas
10=SUM(A1:A10)
=AVERAGE(A1:A10)
=COUNT(A1:A10)
=COUNTA(A1:A10)
=MIN(A1:A10) =MAX(A1:A10)
=ROUND(A1, 2)
=SUMIF(B:B,">100")
=SUMIFS(C:C,A:A,"x",B:B,">5")
=COUNTIF(A:A,"yes")
=AVERAGEIF(A:A,">0")
Lookup & reference
9=VLOOKUP(key,A:C,3,FALSE)
=HLOOKUP(key,1:3,2,FALSE)
=XLOOKUP(key,A:A,C:C)
=XLOOKUP(key,A:A,C:C,"N/A")
=INDEX(C:C,MATCH(key,A:A,0))
=MATCH(key,A:A,0)
=INDEX(A1:C10,2,3)
=OFFSET(A1,2,1)
=INDIRECT("A"&row)
Text functions
11=LEFT(A1,3) =RIGHT(A1,3)
=MID(A1,2,4)
=LEN(A1)
=TRIM(A1)
=UPPER / LOWER / PROPER(A1)
=CONCAT(A1,B1)
=TEXTJOIN(", ",TRUE,A1:A5)
=SUBSTITUTE(A1,"-","")
=FIND("x",A1)
=TEXT(A1,"0.00%")
=TEXTSPLIT(A1,",")
Date & time
9=TODAY() =NOW()
=YEAR(A1) =MONTH(A1) =DAY(A1)
=DATE(2026,6,26)
=DATEDIF(start,end,"d")
=EDATE(A1,3)
=EOMONTH(A1,0)
=NETWORKDAYS(start,end)
=WEEKDAY(A1,2)
=A1-B1
Logical & error handling
9=IF(A1>10,"hi","lo")
=IF(A1>10,IF(A1>20,"x","y"),"z")
=IFS(A1>20,"x",A1>10,"y",TRUE,"z")
=AND(A1>0,B1<10)
=OR(A1>0,B1<10)
=NOT(A1)
=IFERROR(A1/B1,0)
=IFNA(VLOOKUP(...),"")
=SWITCH(A1,1,"a",2,"b","?")
References & names
9A1
$A$1
A$1 / $A1
F4
Sheet2!A1
A1:A10
A:A / 1:1
Name Box: TaxRate
=Table1[Amount]
Keyboard shortcuts
11Ctrl + C / V / X
Ctrl + Z / Y
Ctrl + Shift + V
Ctrl + Arrow
Ctrl + Shift + Arrow
Ctrl + ;
Alt + =
Ctrl + T
F2
Ctrl + Shift + L
Ctrl + 1
Pivot tables & analysis
9Insert > PivotTable
Rows / Columns / Values
Value Field Settings
Show Values As > % of Total
Right-click > Group
Refresh (Alt + F5)
Insert > Slicer
=GETPIVOTDATA(...)
Insert > PivotChart
No entry matches “:q”.
About Excel Cheat Sheet
This Excel cheat sheet gathers the formulas and shortcuts spreadsheet work actually runs on: essential formulas, lookup and reference functions, text functions, date and time, logical and error handling, references and names, keyboard shortcuts, and pivot tables with analysis tools.
It answers the questions that interrupt real work — the argument order of a lookup, how to build an IF with error handling, which function extracts part of a text cell, and the difference between relative and absolute references — each as a formula you can copy and adapt.
The sheet is free and loads entirely in your browser. Search filters every formula live, the sticky table of contents jumps between sections, one click copies any formula into your clipboard and the print button makes a paper reference for the office.
How to use Excel Cheat Sheet
- Scan the sections, from Essential formulas and Lookup & reference to Pivot tables & analysis.
- Search for a function name like VLOOKUP, SUMIF or TEXT to filter the sheet instantly.
- Jump to Keyboard shortcuts or References & names via the sticky sidebar.
- Click a formula or its copy icon to copy it, then paste it into a cell and adjust the ranges.
- Print the sheet for a formula reference you can keep next to your monitor.