Author: Corey Bustos

How to add a toggle switch to a formula in Google Sheets with the IF formula and a checkbox featured

Adding a checkbox toggle switch to a formula in Google Sheets

In this lesson I am going to show you how to add a toggle switch to your formulas in Google Sheets, so that you can either turn your formulas on and off with a checkbox, or so that you can make your formulas perform different operations according to whether a checkbox […]

Featured image for the lesson teaching 2 ways to hide the menu in Google Sheets

Hide or show the toolbar menu in Google Sheets

Many people don't know that you can hide the toolbar menu in Google Sheets, but in this lesson I will show you 2 super easy ways to hide the menu in your Google spreadsheet. This will make the view of the spreadsheet cells larger, and cleaner. This is really handy […]

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 format values as currency in Google Sheets featured image

2 ways to format values as currency in Google Sheets

In Google Sheets, there is an easy way to format numbers in "Currency" format, without having to manually type the dollar sign when you enter numbers into the spreadsheet. Before knowing there is such an easy way to do this, many people either leave their numbers that represent money in […]

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