Spreadsheet Formulas: Google Sheets and Excelโ€‹

Functions are the engine inside the cells of your spreadsheet. They power all your most important operations.

Whether you’re calculating compound interest, concatenating cells, or projecting financial expectations, you’ll need to use formulas in Google Sheets and Excel.

Here, we’ll talk about how they work. Our team of experts includes data analysts, programmers, and financial wonks.

Use our search function to look for any specific formula you want to explore, or read on for some of the most popular Google Sheets formulas we’ve ever covered.

Popular Formulas in Google Sheets

We already mentioned a few powerful built-in formulas. The most common might be using a spreadsheet to calculate compound interest.

The same formulas also allow financial planners to project potential investment growth for retirement investments.

We use similar spreadsheet formulas for linear regression, which is helpful for predicting all sorts of financial situations.

Of course, many formulas are so ubiquitous they can’t be confined to a single category. You might need to concatenate cells for all sorts of imported data.

Understanding Syntax

We cover the syntax of Google Sheets and Excel functions in every one of our articles. That means we’ll break down any formula with an equals sign.

In our article on the IF CONTAINS formula, you’ll see this:

=REGEXMATCH(text, expression)

Then, we break down what that means. The first term is the name of the function. The terms in parenthesis are arguments for the formula.

Those vary based on the Google Sheets function, so we give examples for exactly what you need.

Spreadsheet Formula Examples

We also include step-by-step instructions on how to use each formula. That’s true for Google Sheets and Excel functions.

Read my guide to ISERROR, for example. I give a complete guide on how to use it to highlight rows with errors. The guide also includes instructions on how to modify the formula to check for errors in multiple rows or across your whole spreadsheet.

Spreadsheet Formula Cheat Sheet

Looking for quick answers in a single PDF? We wrote a popular Google Sheets Formulas Cheat Sheet. You can download it for free.

How-To Videos

Our team of spreadsheet experts regularly makes videos on complex formulas. Check out our YouTube channel.

Recently, we’ve covered VLOOKUP, SPLIT, and the COUNTIF formula.

Find a Specific Formula

Excel is a cornerstone of data analysis, relied upon by businesses, researchers, and everyday users to make critical decisions. Yet, even seasoned professionals can misinterpret data due to common pitfalls,…

Before I get into the Google Sheet vs Excel debate, there is something you need to know. I love Excel spreadsheets, and I have been an active user for 12+…

Tax season doesnโ€™t have to be a headache. With the power of Excel, small business owners can streamline their tax preparation, saving time and reducing stress. In a recent tutorial,…
Google Sheets is a widely popular spreadsheet tool, prized for its accessibility, collaboration features, and integration with other Google Workspace apps. However, like any software, it has its limitations….

When dealing with data, we often need some metrics to understand the nature of the data. Some of these metrics include the average, the mean, mode, and standard deviation. Google…

When working with formulas in Google Sheets, testing conditions using an IF statement is quite useful. It allows you to check a condition and return a result based on whether…

Google Sheets provides a suite of functions called the โ€œISโ€ functions. These functions are not commonly used purely on their own but are heavily used by Google Sheets experts in…

If you want to find the sum of values based on a condition, you most probably are aware of the SUMIF formula and the SUMIFS Google Sheets function. The problem…

Itโ€™s always easier to work with data that has been organized and sorted in a particular order. This is why the Sort function in Google Sheets is so useful. But…

Google Sheets has some kick-ass functions that can do a lot of heavy lifting. As a part of my online work, I often need to go to some websites and…

The Google Sheets OFFSET function is quite an under-used function. This is mainly because a lot of people donโ€™t understand the purpose behind the function, or how it can be…

The Google Sheets NOT function is a handy tool that lets you negate or reverse a logical value. This tutorial shows how to apply it in different use cases….

The DSUM Google Sheets function is part of a whole suite of Google Sheets functions that work like SQL queries. These functions process data in table-like arrays or ranges with…

Data imported from multiple sources often contains multiple copies of the same entries or other errors. As such, one of the prime tasks in data cleaning is to clear duplicate…

The IFNA function in Google Sheets helps handle N/A errors that are returned when a search value is not found by a formula. This tutorial shows how it is used….

If you have ever been in a situation where you want to pull up data from your spreadsheet, then you might have needed a function like the LOOKUP function in…