Latest Blog Posts

How to Create a Stacked Waterfall Chart with Multiple Series

What Is a Stacked Waterfall Chart in Excel? A stacked waterfall chart is a special type of graph that illustrates how values change across different ...

How to Solve “End If Without Block If” Error in VBA

Method 1 - Omit End If Statement in Single Line Statement The End If without Block If error might occur if you write an If statement in a single ...

How to Insert Timestamp in Excel (6 Easy Ways)

Here's an overview of inserting a timestamp into an Excel table via VBA. Read on for the full discussion. Download the Practice Workbook ...

How to Return All Rows That Match Criteria in Excel

Returning all rows that match criteria in Excel means showing the rows in a dataset that meet specific conditions. For example, this is a dataset ...

How to Make Good Excel Color Combinations (5 Methods)

Method 1 - Using a Color Combination Based on Values Steps: Choose the set of cells containing the values you want to make a good color ...

Excel VBA Worksheet Change Event Based on Multiple Cells

Example 1 - VBA Worksheet Change Event Based on the Continuous Multiple Cells Steps: In Excel, you can open the VBA Editor by pressing "Alt + ...

How to Statistically Analyze Data in Excel (5 Ways)

  Method 1 - Calculating Central Tendency and Variability The above dataset marks of 7th-grade students are given based on Math, History, ...

How to Set One Cell Value in Another Worksheet with Excel VBA

Method 1 - Directly Setting One Cell Value in Another Sheet Steps: Press Alt + F11 to open the VBA Macro. Click on the Insert. Select the ...

How to Use Excel VBA Textbox Events

In Microsoft Excel, the TextBox control is a powerful feature that facilitates seamless text and numeric data entry, enhancing user interaction ...

Excel VBA Calculate Workbook (All/ Single/ Active Workbook)

Here's an overview of how the entire workbook can be calculated with VBA and the dataset we'll use to demonstrate various functions. Excel ...

How to Do Three Way Reconciliation in Excel: 5 Methods

Method 1 - Inserting Bank Statement and Transactions Record in Dataset Insert the bank statement for the month of July in a sheet titled ...

How to Apply a Bottom Double Border in Excel – 2 Methods

In the following image, the Bottom Double Border is applied in the row before the Total row using the built-in Border option in the Font tab. ...

How to Create Mekko/Marimekko Chart in Excel (With Easy Steps)

To generate the Mekko chart, we have taken the following dataset of different Markets and corresponding Company shares. Step 1 -  Create ...

Excel VBA Global Constant (2 Convenient Ways)

In this article, we will demonstrate 2 convenient ways to declare global constants in Excel VBA. We'll also show how to declare VBA global variables, ...

How to Use Excel VBA to Filter a Pivot Table Based on Cell Value (3 Methods)

Method 1 - Create a Filter in a PivotTable Scenario: We have a dataset containing information about the customer care unit of a company, and we’ve ...

Advanced Excel Exercises with Solutions PDF

 

 

ExcelDemy
Logo