Latest Blog Posts

How to Extract Year from Date in Excel (3 Ways)

We have a dataset that includes player names and their dates of birth. We want to extract the year from the dates. Method 1 - Inserting ...

Excel Macro: Sort Multiple Columns with Dynamic Range (4 Methods)

While working with large Microsoft Excel, sometimes we need to sort multiple columns with a dynamic range. We can easily do that by using the VBA ...

VBA to Loop through Rows and Columns in a Range in Excel (5 Examples)

We will use a dataset that contains information about the Sales Amount of the first two months of some sellers. Example 1 - Apply VBA ...

How to Compare Two Tables for Differences with Excel VBA (3 Methods)

In this article, I’ll show you how you can compare two tables for differences using VBA in Excel. You’ll learn to compare two tables by finding out ...

How to Remove Text between Two Characters in Excel (3 Easy Ways)

The dataset contains information about the names of some employees and their delivery times & dates of products. We do not want the delivery time ...

Excel VBA to Loop through Range until Empty Cell (4 Examples)

In our sample dataset, some cells in the Salesman column are empty. We'll use VBA loops to locate these empty cells. Example 1 - Excel VBA ...

How to Autofit Row Height with Wrap Text Using Excel VBA (5 Methods)

Scenario In this tutorial, we’ll address the issue of the names of the salesperson not fitting in cells in an Excel dataset. By using VBA (Visual ...

Using a Macro to Split a Cell into Multiple Rows in Excel – 8 Steps

This is an overview: Step 1 - Open the VBA Editor in Excel Select the cell containing the data you want to split, here B2 . Press ...

How to Merge Multiple Cells without Losing Data in Excel (6 Methods)

Method 1 - Applying the Excel Clipboard to Join Several Cells without Losing Data Steps: Go to the Home tab and click on the Anchor button from ...

How to Create Dependent Drop Down List with Multiple Words in Excel

While working in Microsoft Excel, sometimes we need to create data entry forms or Excel dashboards. When developing data entry forms, a drop-down ...

How to Combine Cells with Same Value in Excel (3 Easy Ways)

  Here is the dataset we will use to explain the methods. We have some salespersons and a list of Products that they have sold. We will ...

How to Change Drop Down List Based on Cell Value in Excel (2 Ways)

In this tutorial, we will run through the two best ways to change drop-down lists. Firstly, we will apply the OFFSET and MATCH functions in the ...

How to Link Multiple Cells in Excel – 4 Methods

Method 1 - Connect Two Single Cells of Different Sheets in Excel 1.1 Using a Mouse Click to Link Cells in the Same Sheet Step 1: In D11, ...

How to Wrap Text Automatically in Excel – 5 Methods

This is an overview: Method 1 - Wrap Text in Excel by Format Cells Option Steps Select the cell that contains text that needs to be ...

Excel VBA: Insert Data into Table: 4 Examples

The sample sale list of a shop contains details like the order date, product name, quantity, unit price, and total price. How to Create a Table ...

Close the CTA

Advanced Excel Exercises with Solutions PDF

 

 

ExcelDemy
Logo