Advanced Excel

Excel Drop Down List Not Working (8 Issues and Solutions)

We'll provide you with 8 solutions in case your drop down list function is not working. Let’s consider the following dataset where some items are ...

How to Use the UsedRange Property of VBA in Excel (4 Ways)

In this article, I’ll show you how you can use the UsedRange property of VBA in Excel. You’ll learn to use the UsedRange property for a closed range, ...

Advanced Filter with Criteria Range in Excel (18 Applications)

Method 1 - Using the Advanced Filter Criteria Range for Number and Dates Column B to Column E in the sample dataset represents sales data. We will ...

How to Calculate Exponential Moving Average in Excel

Exponential Moving Average is widely used for forecasting future data and smoothening stock price movement. If you want to know what an exponential ...

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

How to Remove Format As Table in Excel – 3 Quick Methods

Overview: Method 1 - Deleting the Format in the Table Design Tab in Excel This is the sample dataset. To create a table, select the ...

Statistical Comparison of Two Data Sets in Excel

Excel Statistical Comparison of Two Data Sets Introduction We will use two monthly sales datasets of Steel-cut oats and Rolled oats. We will ...

How to Change Text Color with Formula in Excel (2 Methods)

We have some book names and their online prices for two consecutive years. We’ll change the color of the prices with the formula. Method 1 ...

How to Remove First 3 Characters in Excel (4 Suitable Methods)

Consider a situation where you have a dataset containing raw data, where the first 3 characters are unnecessary and need to be removed. ...

How to Use VBA Range Based on Column Number in Excel

Using VBA code is an effective and intelligent way to deal with various tasks in Excel. In this article, you will learn how to use VBA Range based on ...

How to Remove Letters from Cell in Excel (10 Suitable Methods)

Here's a quick overview of the function that can remove text based on how many characters you want to keep. Read on to learn all the methods you can ...

VBA to Remove Formulas in Excel Keeping Values and Formatting

In this article, I’ll show you how you can remove formulas from a worksheet in Excel keeping the values and formatting with VBA. First, you’ll learn ...

How to Delete Everything After a Character in Excel -7 Methods

Method 1 - Applying the Find and Replace Option to Delete Everything After a Character in Excel Steps: Select the dataset (B5:B9). ...

How to Remove Non-Alphanumeric Characters in Excel?

Today, in this article, we will demonstrate how to remove non-alphanumeric characters from cells in Excel. It is a very common problem, especially ...

VBA Range with Variable Row Number in Excel – 4 Examples

This is an overview: Sub Range_with_Variable_Row_Number() First_Cell = InputBox("Enter the First Cell of the Range: ") Row_Number = ...

Close the CTA

Advanced Excel Exercises with Solutions PDF

 

 

ExcelDemy
Logo