Latest Blog Posts

Using Excel VBA to Copy the Cell Background Color – 5 Examples

This is an overview. How to Launch the VBA Editor in Excel Press Alt + F11 to open Microsoft Visual Basic. Select Insert ...

Excel Slicer Vs Filter (Comparison & Differences)

What Is Slicer? An Excel slicer is a visual filtering tool that enhances data filtering. It is used in conjunction with tables, pivot tables, ...

Create VBA MsgBox Custom Buttons in Excel: 2 Methods

Method 1 - Use Callback Function to Create Custom Buttons in MsgBox in Excel Steps: Launch the Microsoft Visual Basic code editor and insert a ...

Run VBA Do While Loop Till Cell Is Not Empty in Excel: 3 Suitable Methods

Method 1 - Using VBA Do While Loop to Print Values Till Cell Is Not Empty We prepared a dataset with Employee ID, Name, Designation We have ...

How to Use Excel VBA Select Case Between Two Values (6 Examples)

Overview of the Select Case Statement in Excel VBA The Select Case structure allows you to test a variable or expression against multiple possible ...

How to Use the Excel VBA Index Match with Array (4 Methods)

Dataset Overview In this guide, we’ll explore four methods for utilizing INDEX and MATCH functions with an array in Excel VBA. To illustrate these ...

How to Use Excel VBA to Wait Until Refresh Is Complete

  Dataset Overview Consider the Profit and Loss (P&L) sheet for electronics companies. This sheet contains essential information such as ...

Excel Pie Chart: 10 Methods

Method 1 - Create 2-D Pie Chart Select any cell of the dataset >> go to the Insert tab >> select the Insert Pie or Doughnut Chart ...

Excel VBA Text to Columns for Fixed Width

In this article, we will demonstrate the use of Excel VBA to perform text to columns operations on fixed-width data types using the TextToColumns ...

Excel VBA Offset Column (5 Suitable Cases)

The Offset column property is very useful in copying cell entries from a column. In this article, we will discuss the use of the Offset function in ...

Dynamic List Excel (Complete Guideline)

Download Practice Workbook Dynamic List.xlsx Method 1 - Using FILTER and OFFSET Functions Based on Single Criteria: We will combine ...

Excel Add to a Cell Value (Complete Guideline)

In this article, we will explain how to add numbers, text, times, dates, and special characters to a cell value in Excel. We'll use the SUM, ...

How to Create a Database in Excel with Pictures (5 Easy Steps)

Step 1 - Create a Header Row in a Worksheet Open a new Excel workbook. Create a new worksheet (you can name it Employee Database or something ...

How to Make a Roster in Excel (with Detailed Steps)

Here's a roster template that we will be making throughout this article. You can follow along and make changes if you want a modified version, or ...

How to Calculate Running Total in Excel? (Complete Guide)

In the following overview image, we used the SUM function to calculate the running total of sales values, with the formulas showing how the function ...

Advanced Excel Exercises with Solutions PDF

 

 

ExcelDemy
Logo