Concatenate in Google Sheets: Concatenate Multiple Cells using Separator, Comma

Concatenate in Google Sheets: Concatenate is a formula that can be used to combine data from multiple data cells into a single cell. With the help of concatenating formula, we can combine multiple cells with separator, comma and much more options in Google Spreadsheet. In this article, let’s understand how to combine data from multiple … Read more

How to Create Named Ranges in Google Sheets (Static & Dynamic)

Google Sheets Named Ranges lets you use a single range across several sheets, formulas, and other operations, and then change it from a specific location. For example, Instead of naming a range of cells “A1:B2,” you may call it “Fruits.” A formula like “=SUM(A1:B2, D4:E6)” could be written as “=SUM(Fruits, Vegetables)” in this way. In … Read more

Using IFERROR Function in Google Sheets with Examples and Formulas

Though Google Sheets is a user-friendly spreadsheet software, we tend to experience Formula Parse Errors from time to time. We experience errors for various reasons. This could be a blank cell, a number, or a relevant alert message that we are unfamiliar with. However, we can use the IFERROR function to overcome these errors. The … Read more

How to Combine Formula and Text in Google Sheets: 2 Easy Methods

In Google spreadsheets, combining text and numbers is common. You may need to combine text values with formula results in a range of situations. For example, if you would like to combine text and formula values from 2 different cells into a single cell, then you will have to make use of use of this … Read more

Capitalize First Letter in Google Sheets: 3 Easy Steps to Capitalise

Google Sheets comes with many text functions such as strikethrough, bold, italics, text color, and so on. Along with these functions, we also have the option to change the case of the text which is present on the Google Sheets. In order to capitalize the first letter in Google Sheets, we will have to use … Read more

How to Create a Table of Contents in Google Sheets (Add/Update TOC)

Table of contents is one most useful features which we often use in Google Docs and other editing software. However, we don’t have the Table of Contents feature in Google Sheets. But still, you are working on the huge data set and want to insert the table of contents inside a Google Sheets, then this … Read more

How To Recover Deleted Google Sheets Files (Restore Deleted Files)

When working with a large number of Google Spreadsheets, we might accidentally tend to delete the files. However, if you want to recover the deleted Google Sheets, we can make use of Google Drive Integration. With the help of Google Drive, we can restore or recover the deleted files. In this article, let’s understand how … Read more

How to Insert an Image in a Cell in Google Sheets (Add/Customize/Delete)

There are multiple methods with the help of which one can insert an image in a Cell. In this article, let’s discuss Layman’s method as well as the Image function method to insert an image in the Google Sheets. Along with this, we will also discuss Google Sheet tips on how to replace, resize and … Read more

How to Use IMPORTRANGE Function in Google Sheets (with Examples)

Have you ever been taught about importing data from one Google Sheet to another Sheet on which you are working on? If yes, then the Google Sheets IMPORTRANGE function is for you. IMPORTRANGE function allows you to import data from another Google Sheets to the desired sheet. All you have to do is to enter … Read more