Google Sheets Formulas

Lesson on How to use the TRANSPOSE function and the FILTER function together in Google Sheets featured image

Using the FILTER and TRANSPOSE functions together in Google Sheets

If you want to filter your data and transpose it with a single formula in Google Sheets, you can do this by combining the FILTER function with the TRANSPOSE function. The FILTER function will allow you to filter your data by specific criteria, and the TRANSPOSE function converts columns to […]

Lesson on How to use the UNIQUE function and the FILTER function together in Google Sheets featured image

Using the FILTER and UNIQUE functions together in Google Sheets

If you want to remove duplicates and filter your data with a single formula in Google Sheets, you can do this by combining the UNIQUE function with the FILTER function. In this lesson I am going to show you multiple ways of combining these two functions, so that you can […]

Lesson on How to use the SORT function and the UNIQUE function together in Google Sheets featured image

Using the SORT and UNIQUE functions together in Google Sheets

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

Lesson on How to convert currency in Google Sheets featured image

How to convert currency in Google Sheets (Detailed examples)

Did you know that there is a Google Sheets formula that will allow you to convert from one currency to another? The GOOGLEFINANCE formula allows you to convert currencies, and stays up to date with changing conversion rates. For example, if you want to convert from U.S. Dollars to Euros, […]

Lesson on How to divide without a remainder in Google Sheets featured image

How to divide without a remainder in Google Sheets

Have you ever wanted to divide in your spreadsheet without a remainder, where the answer is a whole number? There are several ways to do this, depending on which function you want to use, and depending on if you want to round up, round down, or round according to normal […]