Latest Blog Posts

Excel Convert Timestamp to Time (4 Easy Ways)

Download Practice Workbook Converting Timestamp to Time.xlsm Method 1 - Convert Timestamp to Time Using Combination of TIME and MID ...

How to Insert an Excel Table from an Image

We will add a table from the below image for the methods below. Method 1 – Using an Image Saved in File Explorer Steps: Select a ...

Excel VBA to Check If String Contains Letters: 3 Easy Ways

Method 1 - VBA Code to Check If String Contains Any Letter Every character has a unique ASCII code and the computer recognizes them with that code. ...

Excel Formula to Change Cell Color Based on Text (3 Easy Methods)

Suppose you have the following dataset: Method 1 - Applying Conditional Formatting Steps: Application of Cell Rules Select the ...

How to Use Excel VBA Try Catch – 3 Examples

In the image below, the error is neglected by declaring the On Error Resume Next statement, which replicates the Try Catch statement.   ...

Else Without If Error VBA in Excel (3 Reasons with Solutions)

Not only in VBA, the If-Else-if condition is a widely popular conditional tool to investigate the conditions and then carry out tasks. This effective ...

Excel VBA Nested If Then Else in a For Next Loop (3 Examples)

In this article, we will explore three simple examples that demonstrate the practical application of nested If Then Else statements within a For Next ...

How to Use Excel VBA Do While Loop with Multiple Conditions

The Do While loop in Excel VBA allows code to be executed repeatedly as long as a specified condition remains true. In this article, we will explore ...

How to Create Excel Floating Total Row (2 Quick Ways)

In this article, I am sharing with you how to create Excel floating total row with a running total.  Creating a floating row with a running total in ...

Excel VBA to Filter Pivot Table Based on List

We will use Excel VBA to filter a Pivot Table based on a list. Consider the following dataset with fruit sales. Create a Pivot Table in ...

How to Make Slicer Horizontal in Excel

Excel slicer is a vital tool that gives users easy access to data filtering and interaction. Slicers are often shown vertically, however, a ...

Using Excel VBA to Change the Pivot Table Source – 2 Methods

  The dataset contains Product ID, Product, category, sales of the products, Date, and Outlets of a grocery shop.   Method ...

Excel VBA Variable Types

In this article, we will discuss Excel VBA variable types. Variables are a fundamental concept of any programming language. Different types of data ...

How to Use Excel VBA to Filter a Pivot Table (5 Examples)

  Method 1 - Filter a Pivot Table Based on Single Criteria Using VBA STEPS: To create a pivot table, a sample code is given ...

How to Use Excel VBA to Call Private Sub from Userform

Looking for ways to use Excel VBA to call private sub from userform? Then, this is the right place for you. In Excel VBA, private subs are ...

Close the CTA

Advanced Excel Exercises with Solutions PDF

 

 

ExcelDemy
Logo