Excel for Monkeys
Free Excel and spreadsheet tools — formulas, conversions, and data cleaning.
Featured Excel Functions
The six functions every spreadsheet user should know — with syntax and a quick example.
SUM
MathAdds all numbers in a range of cells.
=SUM(A1:A10) → adds values in cells A1 through A10
IF
LogicalReturns one value when a condition is true, another when false.
=IF(A1>100,"High","Low")
VLOOKUP
LookupLooks up a value in the first column of a table and returns a value from another column.
=VLOOKUP(A2, Sheet2!A:D, 4, FALSE)
XLOOKUP
LookupModern replacement for VLOOKUP/HLOOKUP — searches a range and returns matching values.
=XLOOKUP(A2, B:B, C:C, "Not found")
COUNTIF
StatsCounts cells in a range that meet a single condition.
=COUNTIF(A:A, ">100")
SUMIF
MathSums cells in a range that meet a single condition.
=SUMIF(A:A, ">100", B:B)
Popular Spreadsheet Tasks
Jump straight into the spreadsheet jobs people use most.
Formula Tools
Understand, build, and fix Excel formulas with friendly assistants.
Formula Explainer
Paste any Excel formula and get a clear, plain-English explanation.
Formula Generator
Describe what you need in plain English and get the matching Excel formula.
Excel Function Finder
Search Excel functions by name or by what you want to do.
Formula Error Helper
Diagnose #REF!, #VALUE!, #DIV/0! and other formula errors fast.
Spreadsheet Utilities
Convert, deduplicate, and sort spreadsheet data in your browser.
CSV to Excel
Convert .csv files into clean .xlsx workbooks.
Excel to CSV
Export any sheet of an .xls or .xlsx workbook to .csv.
Remove Duplicates
Find and remove duplicate rows from spreadsheet data.
Sort Data
Sort spreadsheet data by one or many columns, ascending or descending.
Data Cleaning Tools
Tidy messy spreadsheet data: split columns, trim spaces, and fix casing.
Text to Columns
Split a single column into multiple columns by delimiter or fixed width.
Trim Spaces
Remove extra leading, trailing, and inner whitespace from cells.
Case Converter
Convert spreadsheet text to UPPER, lower, Title, or Sentence case.
Find and Replace
Find text across spreadsheet data and replace it — with regex support.
Spreadsheet Learning Center
Plain-English articles on how Excel works, the most useful functions, and the errors you'll meet along the way.
What Is Microsoft Excel?
A friendly introduction to Microsoft Excel: what the app does, where it shines, and why it's still the world's default spreadsheet.
Read articleExcel vs Google Sheets
Excel and Google Sheets do 90% of the same things — but the last 10% matters. Here's how they compare on formulas, collaboration, performance, and price.
Read articleThe Most Useful Excel Functions
Learn these ten Excel functions and you'll handle 90% of everyday spreadsheet work. Examples, syntax, and when to reach for each one.
Read articleHow Excel Formulas Work
A plain-English guide to how Excel actually evaluates a formula — references, operators, functions, and the rules behind = signs and $ pinning.
Read articleCommon Excel Errors and How to Fix Them
Decode Excel's six most common formula errors and learn the quickest way to fix each one — without rewriting your whole spreadsheet.
Read articleAbout Excel for Monkeys
Excel for Monkeys is a free hub of Excel and spreadsheet tools. Explain and generate formulas, find the right Excel function, fix formula errors, convert between CSV and Excel, and clean messy data — all from one consistent, no-signup interface.
Frequently asked questions
Related tools
Typing Gorilla
Free typing speed test. Measure your WPM, accuracy, and typing mistakes instantly.
Productivity ToolsWords of a Chimp
Free word counter. Count words, characters, sentences, paragraphs, and reading time.
Productivity ToolsMy Calculator Monkey
A free online calculator collection — financial, health, math, and everyday calculators in one place.