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 […]

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 […]

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 […]