Latest Blog Posts

VBA to Loop through Rows of Table in Excel (11 Methods)

  Consider the following dataset, which we'll use to showcase looping through rows in a table. Method 1 - Embed VBA to Loop ...

How to Find Lowest Value in an Excel Column (6 Ways)

To demonstrate all the methods, we'll use the same dataset below. It shows Bitcoin prices by months in dollars. We'll look for the lowest price on ...

How to Add Dashes to SSN in Excel (6 Methods)

Microsoft Excel offers multiple ways to add dashes to social security numbers (SSNs), including using formulas or the Format Cells dialog box. In ...

How to Use VBA for Each Row in a Range in Excel

In this article, we will demonstrate how to use Excel VBA to iterate through each row in a range effectively, where the rows contain either single or ...

How to Extract Text Between Two Commas in Excel: 4 Methods

Method 1 - SUBSTITUTE and MID Functions to Extract Text Between Two Commas Steps: Select cell C5 and write down the following formula for the ...

How to Extract Text after the Second Space in Excel – 6 Methods

The dataset contains information about Sales Amount and sellers' performance. To extract text from Column D: Method 1- Using the MID ...

How to Extract Unique Items from a List in Excel – 10 Methods

Method 1 - Using the Excel Array Formula to Extract Unique Items from a List The following Product List contains ID No and Product Name. There is a ...

How to Split Data into Multiple Columns in Excel (5 Methods)

Dataset Overview We'll use the following data set to split data into multiple columns using Excel functions.   Method 1 - Using ...

Extract Data from One Sheet to Another Using VBA in Excel (3 Methods)

  Watch Video – Extract Data from One Sheet to Another Using VBA in Excel Here’s an overview of the sample dataset we will be ...

How to Find Duplicates in Two Different Excel Workbooks (5 Methods)

Let’s assume we have two different datasets with a common field (Employee Name) in two different sheets in two workbooks. The first dataset is in ...

Excel VBA: Copy Dynamic Range to Another Workbook

Different scenarios may arise while using Excel. You may need to copy a range from one workbook to another. We hope, after finishing the article you ...

Applications of Absolute Structured References in Excel Table Formulas

In this tutorial, we will explain the applications of absolute structured references in Excel table formulas. One thing you should know is that ...

How to Extract Text after a Specific Text in Excel?

Method 1 - Using Flash Fill Feature to Extract Text after a Specific Text   Steps: Enter the product name, Apple, from the code in ...

How to Count Columns until the Value is Reached in Excel – 2 Steps

The dataset showcases Sales Person , Target and units sold in Quarter-1. To calculate how many months they took to achieve their Target:   ...

How to Calculate Running Total in One Cell in Excel (5 Ways)

A lot of times we need to find out the Running Total in our Excel datasheet instead of the Grand Total. It’s also desired that the running total gets ...

Close the CTA

Advanced Excel Exercises with Solutions PDF

 

 

ExcelDemy
Logo