Whether you are just starting out or looking to sharpen your skills, having a reliable excel cheat sheet on hand can save you hours of searching for the right syntax. This guide gives you a scannable reference of essential Excel functions, operators and filter criteria so you can build and troubleshoot formulas with confidence.

Key Takeaways

  • This excel functions cheat sheet covers the most commonly used formulas, operators and filter criteria in one scannable reference.

  • Understanding Excel syntax structure helps you build and troubleshoot formulas faster.

  • Functions are organized by category (math, text, lookup, logical, date/time) so you can find what you need quickly.

  • Pair this cheat sheet with keyboard shortcuts and hands-on practice to save significant time in your daily work.

What Are Excel Functions and Formulas

A formula is any expression in Excel that begins with an equals sign (=) and performs a calculation. It can be as simple as =A1+B1 or as complex as a nested series of operations spanning multiple worksheets. A function is a specific type of formula that is pre-built into Excel to simplify common calculations. Instead of writing out every step of a calculation manually, you call a function by name and provide the required inputs, known as arguments.

For example, rather than adding each cell individually with =A1+A2+A3+A4, you can use the SUM function: =SUM(A1:A4). Excel includes hundreds of functions spanning several categories, including specialized Excel finance formulas for interest, depreciation and investment calculations:

  • Math and statistical: SUM, AVERAGE, COUNT, MIN, MAX, ROUND

  • Text: LEFT, RIGHT, MID, CONCATENATE, TRIM, UPPER

  • Lookup and reference: VLOOKUP, HLOOKUP, INDEX, MATCH, XLOOKUP

  • Logical: IF, AND, OR, IFERROR, IFS

An excel formulas cheat sheet is valuable because it puts the syntax and purpose of these basic excel formulas in one place, eliminating the need to search through documentation every time you build a new calculation.

How to Read Function Syntax

Every Excel function follows a consistent structure. Understanding that structure makes it easier to use any function, even one you have never tried before. The general pattern looks like this:

Example: =VLOOKUP(lookup_value, table_array, col_index_num, [range_lookup])

Here is what each part means:

  • The function name (VLOOKUP) tells Excel which operation to perform.

  • The opening parenthesis signals the start of the arguments.

  • Required arguments (lookup_value, table_array, col_index_num) are the inputs the function needs to run. They are separated by commas.

  • Optional arguments appear in square brackets ([range_lookup]). You can include them to refine the function's behavior or leave them out to accept the default.

  • The closing parenthesis marks the end of the function.

When reading excel syntax on a cheat sheet, focus on identifying which arguments are required and which are optional. This tells you the minimum information you need to supply for the function to work.

Common Excel Operators

Operators are the symbols Excel uses to perform calculations and comparisons inside formulas. The table below organizes the most common excel operators by type.

Type

Operator

Description

Arithmetic

+

Addition

Arithmetic

-

Subtraction

Arithmetic

*

Multiplication

Arithmetic

/

Division

Arithmetic

^

Exponentiation

Arithmetic

%

Percent

Comparison

=

Equal to

Comparison

>

Greater than

Comparison

<

Less than

Comparison

>=

Greater than or equal to

Comparison

<=

Less than or equal to

Comparison

<>

Not equal to

Text

&

Concatenation (joins text strings)

Reference

:

Range (e.g., A1:A10)

Reference

,

Union (combines multiple references)

Reference

(space)

Intersection (returns cells common to two ranges)

You will see these operators throughout the cheat sheet images below. Knowing what each one does helps you read and write formulas more quickly.

Excel Functions Cheat Sheet Reference

The following sections provide visual cheat sheet references for advanced filter criteria and the most popular Excel functions.

Advanced Filter Criteria

Excel's Advanced Filter lets you extract data using complex criteria. The references below show the syntax for building single-criteria, multi-criteria and wildcard filter expressions. For visual data highlighting without filtering, conditional formatting based on cell values is another powerful option.

Popular Excel Functions and Descriptions

The following images list the most commonly used Excel functions organized by category, including each function's syntax and a brief description of what it does.

Helpful Keyboard Shortcuts for Formulas

Knowing a handful of keyboard shortcuts can dramatically speed up your formula work. The table below lists the most useful shortcuts for building, editing and troubleshooting Excel formulas.

Shortcut

Action

Ctrl+` (grave accent)

Toggle between showing formulas and showing results in all cells

F2

Edit the active cell and position the cursor at the end of its contents

Tab

Accept an AutoComplete suggestion for a function name

F4

Toggle through absolute and relative reference types (e.g., A1, $A$1, A$1, $A1)

Ctrl+Shift+Enter

Enter a formula as an array formula (legacy method)

Ctrl+Enter

Fill the same formula into all selected cells at once

F9

Evaluate a selected portion of a formula in the formula bar

Alt+=

Insert an AutoSum formula for the adjacent range

Esc

Cancel an entry or formula edit in progress

Ctrl+Z

Undo the last action, including a formula entry

Pairing these excel keyboard shortcuts with the function references above will help you work through spreadsheets faster and with fewer errors.

Next Steps

As you continue working in Excel, you'll learn additional uses as you build formulas to meet your specific needs. The great thing about Excel is that it is flexible enough to allow just about any calculation you might need – and now you have a reference tool to decipher it!

To get the most out of this excel functions cheat sheet, consider these next steps:

  • Bookmark or print this page: Keep it accessible so you can reference syntax and operators without breaking your workflow.

  • Practice with real data: Open a spreadsheet you use regularly and try replacing manual calculations with the functions listed above. If you need a solid foundation first, Excel basics training covers essential functions and productivity tools in a single day.

  • Explore Pryor Learning Excel training: Pryor Learning offers live virtual and in-person Excel seminars that walk you through formulas, data analysis and advanced features with hands-on exercises.

  • Consider PryorPlus for ongoing development: A PryorPlus subscription gives you access to a full library of Excel courses and other professional development training you can take at your own pace.

A cheat sheet is a great starting point, but building true confidence with Excel comes from guided practice and structured learning. Explore Pryor Learning's Excel training courses to take the next step.

Commonly Asked Questions

The seven foundational Excel formulas are SUM, AVERAGE, COUNT, MIN, MAX, IF and VLOOKUP. SUM adds values in a range. AVERAGE calculates the mean. COUNT tallies cells containing numbers. MIN and MAX return the smallest and largest values. IF performs a logical test and returns different results based on whether the condition is true or false. VLOOKUP searches for a value in the first column of a range and returns a corresponding value from another column.

A time-saving formula is any function or technique that automates a calculation you would otherwise perform manually, such as SUMIF for conditional totals or COUNTIF for counting cells that meet specific criteria. Combining these functions with shortcuts like Ctrl+Enter to apply the same formula across multiple cells at once can eliminate repetitive data entry and reduce errors.

To calculate time savings in Excel, subtract the old duration from the new duration using a simple formula like =B2-A2, then format the result cell as hours and minutes (h:mm). Make sure both cells are formatted consistently as time values before performing the subtraction. If you are working with decimal hours instead, standard subtraction and number formatting will give you the result you need.

A formula is any expression that begins with an equals sign (=) and performs a calculation, while a function is a pre-built, named formula like SUM or VLOOKUP that simplifies complex operations. Every function is a formula, but not every formula uses a function. For example, =A1+B1 is a formula that uses only an operator, while =SUM(A1:B1) is a formula that uses the SUM function.

A #VALUE! error means Excel found the wrong data type in a function argument, such as text where it expects a number. Check each argument to make sure you are referencing cells with the correct data type. A #REF! error means a formula references a cell that has been deleted or moved. To fix it, update the formula to point to the correct cell or range. Using IFERROR as a wrapper around your formula can also help you handle unexpected errors gracefully.

Most of the functions listed in this cheat sheet work identically in Google Sheets because both platforms share a common set of core functions like SUM, VLOOKUP, IF and COUNTIF. A few functions, such as XLOOKUP, were added to Google Sheets more recently and may behave slightly differently. Always check Google's function documentation if you encounter unexpected results when adapting an Excel formula to Sheets.