How to Use the Advanced Filter in VBA (A Step-by-Step Guideline)

In this article, we'll demonstrate how to use Excel's Advanced Filter in VBA. Excel Advanced Filter Overview Advanced Filter is a tool ...

How to Use EoMonth in Excel VBA (5 Examples)

Download Practice Workbook Uses of EoMonth.xlsm Overview of EoMonth Function in VBA ⏺ Function Objective Returns the serial number for ...

Mortgage Calculations with an Excel Formula – 5 Examples

Example 1-  Formula to calculate the Monthly Mortgage Payment in Excel Consider that you want to start a business and take a loan: $150,000 (C7). ...

Why Concatenate Isn’t Working in Excel (3 Common Reasons and Solutions)

Dataset Overview We'll use the below dataset containing the lists of first names and last names to investigate why Concatenation is not working: ...

How to Merge Duplicates in Excel (6 Ways)

We'll use the following table to demonstrate how to merge duplicates in Excel. Method 1 - Using the IF Function to Merge Duplicates with ...

How to Calculate Due Date with Formula in Excel (7 Ways)

We have a dataset where some Project Names and their Starting Date and Total Days to complete these Projects are given in Column B, Column C, and ...

How to Use VBA AutoFill in Excel (11 Examples)

Example 1 - Copy Information Down the Cells Using xlFillCopy Dataset: In Column B, cells B4 and B5 contain numbers 1 and 2. The cells are also ...

How to Use COUNTIFS with Date Ranges in Excel

Understanding COUNTIFS When working with data in Excel, you might need to count occurrences within specific date boundaries. The COUNTIFS function ...

How to Use IF Formula with Dates (6 Easy Examples)

Excel IF Function Overview Description The IF function tests a condition, then returns one of the two values depending on whether the test is ...

How to Use DGET Function in Excel: 4 Methods

Method 1 - Using the DGET Function with One Criterion in Excel Steps: Activate Cell C12. Type the following formula- ...

Troubleshooting Data Table Issues in Excel (7 Solutions)

Solution 1 - AutoCorrect Settings Data tables in Excel can automatically expand, but sometimes they fail to do so when new data is entered. ...

How to Format Date with VBA in Excel (4 Methods)

In the dataset, the same dates are in Columns B and C. We will format the date in Column C. Method 1 – Using VBA to Format Dates Steps: ...

How to Insert the Current Date in Excel – 4 Examples

This is an overview. The date format- MM/DD/YYYY was used. Example 1 - Insert the Current Static Date Using a Keyboard Shortcut in ...

Date Variable in VBA Codes (7 Uses of Macros with Examples)

Date Variable Format Requirements A date constant can be declared within hash signs (# #). It accepts two formats: m/d/yyyy - for example, ...

How to Calculate Weighted Average in Excel Pivot Table

We have a dataset containing different grocery items and their sale details. We will calculate the weighted average price for each item in a Pivot ...

Advanced Excel Exercises with Solutions PDF

 

 

ExcelDemy
Logo