Google Sheets Formulas

Featured image for the article that teaches how to use the Google Sheets UNIQUE function

Using the UNIQUE function to remove duplicates in Google Sheets

The UNIQUE function is an incredibly useful function in Google Sheets, that can be used to remove duplicate entries, or in other words duplicate rows. To remove duplicates with the UNIQUE function in Google Sheets, follow these steps: This article focuses on using the UNIQUE function to remove duplicates, but […]

Featured image for the lesson on how to use the SORT function and the FILTER function together in Google Sheets

Using the SORT and FILTER functions together in Google Sheets

If you want to both sort and filter your data with a single formula in Google Sheets, you can do this by combining the SORT function with the FILTER function. In this article I will show you multiple ways of combining these two formulas so that you can sort and […]

A featured image for the Google Sheets SORT function article

How to use the SORT function in Google Sheets

The SORT function is an incredibly useful formula that you can use to sort your data in Google Sheets. With the SORT function you can sort your data by a specified column (or multiple columns), in ascending or descending order, and you can also sort data vertically or horizontally. The […]

A new featured image for the Google Sheets cheat sheet

Free Google Sheets Cheat Sheet (Formulas & Quick Reference)

Welcome to the free Google Sheets cheat sheet! This free cheat sheet contains the most useful formulas and shortcuts in Google Sheets. I am sharing this in hopes that it will make life easier… and also to show you a wide variety of very useful formulas that you can have […]

An article that teaches how to use the LOWER function to make text lowercase in Google Sheets

How to make text lowercase in Google Sheets with the LOWER function

Sometimes you may come across a situation in Google Sheets where you need to change text to lowercase quickly, without having to manually change letters. There is actually a very simple way to make text lowercase, by using a formula. The LOWER function changes text that is in a spreadsheet […]

An article that teaches how to filter horizontally in Google Sheets, which includes several helpful examples

How to filter horizontally in Google Sheets

When you are filtering data in Google Sheets with the FILTER function, in most cases you will probably use it to filter vertically, however you may sometimes have data that needs to be filtered horizontally. With a slight adjustment to your references in the filter formula, you can filter horizontally, […]

How to filter a list by another column in Google Sheets

How to filter based on a list in Google Sheets

When filtering data in Google Sheets you may sometimes need to filter by an entire list of values, rather than by just a single/few specified values. You can use the FILTER and COUNTIF functions to filter based on a list in Google Sheets. You can also achieve the same task […]