Latest Blog Posts

How to Group Cells with Same Value in Excel (3 Methods)

Let’s assume a scenario where we have an Excel file that contains information about the products that a country exports to different countries in ...

How to Delete a Worksheet with No Prompt Using Excel VBA (5 Methods)

  What Is a Prompt Warning Message? The following VBA code creates a new Excel worksheet and deletes it when you run the code. Sub ...

How to Check If Value Exists in Range in Excel (8 Ways)

We have the Product List and the Order List of the products of a company, and we want to check if the products of the Order List are available in the ...

Excel VBA: Insert Formula with Relative Reference (3 Ways)

In this article, we'll discuss how to use Excel VBA to insert a formula with relative cell references in a single cell or a range of cells. ...

How to Turn on Spell Check in Excel (3 Ways)

In this article, we will learn how to Turn on Spell Check in Excel using the Review tab, shortcut key, and VBA code. But, let's first learn how to ...

How to Lock Multiple Cells in Excel – 6 Methods

This is the sample dataset.   Method 1 - Using the Format Cells Option Step 1 - Removing the Default "Locked" Option  Place ...

How to Combine Two Line Graphs in Excel – 3 Methods

How to Combine Two Line Graphs in Excel This is the sample dataset. To show Alex and John's sales over the six months: Method 1 - Use ...

Excel Checkbox: If Checked then Change Cell Color (2 Methods)

How to Insert Checkboxes in Excel Method 1 - Insert a Single Checkbox Steps Go to the Developer tab in the ribbon. If you don’t see the tab, ...

How to Count Repeated Words in Excel (11 Methods)

We have a dataset of some people with their favorite fruits. We are going to use this as the sample dataset all through the article. ...

How to AutoFill Sequential Letters in Excel (5 Quick Ways)

In this article, we will demonstrate how to AutoFill sequential letters in Excel (A, B, C, D, etc.). We'll use the following dataset where a Gate No ...

Excel VBA: Turn Off the “On Error Resume Next”

In this tutorial, we will demonstrate the most effective way to turn off On Error Resume Next in Excel VBA. The On Error Statement in VBA ...

Excel VBA Codes to Format Cell as Text (3 Easy Examples)

How to Use Code in the Visual Basic Editor Go to the Developer tab from the Excel ribbon. Click on the Visual Basic option. In the ...

How to Auto Number Cells in Excel (10 Methods)

We will be using the following dataset to show how to auto-number cells. Method 1 - Using the Fill Handle to Auto Number Cells in Excel ...

How to Copy a Formula Across Multiple Rows in Excel (7 Methods)

The sample dataset  contains some items and the quantity of those items. The item's quantity increased 5 times in every month. Instead of retyping ...

[Fixed!] VALUE Error (#VALUE!) When Subtracting Time in Excel

We used a simple subtraction formula to get the difference between time data. The formula we have used is: =C5-B5 Reason 1 - Excel ...

Close the CTA

Advanced Excel Exercises with Solutions PDF

 

 

ExcelDemy
Logo