Latest Blog Posts

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 ...

Excel VBA Text to Columns with Multiple Delimiters (4 Cases)

Excel VBA provides a powerful solution for converting text to columns with multiple delimiters. By leveraging VBA macros, you can automate the ...

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 ...

Excel VBA to Concatenate Cell Values 

While working on Excel, sometimes we need to concatenate cell values. We can use Excel VBA to concatenate cell values easily. For example, if 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 ...

How to Use Excel VBA DoEvents Function

Excel VBA DoEvents is a useful function that temporarily gives control back to the operating system. By allowing other processes to run while your ...

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 ...

How to Change Number Format in Excel

Change Number Format in Excel: Knowledge Hub How to Convert European Number Format to US in Excel How to Convert Percentage to Decimal in ...

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, ...

Close the CTA

Advanced Excel Exercises with Solutions PDF

 

 

ExcelDemy
Logo