Latest Blog Posts

How to Use VBA While Wend Statement in Excel (4 Examples)

The While…Wend Statement is a logical function in Excel VBA. The statement is used to create a While loop. When you are uncertain about the necessity ...

How to Use VBA RTrim Function (5 Suitable Examples)

The VBA RTrim function is a built-in String or Text function in Excel. The RTrim function is only applicable in VBA macros. We can’t use the RTrim ...

How to Extract Hyperlink from URL in Excel (3 Methods)

We’ll use a bunch of URLs from the Exceldemy website to show how you can extract them. Method 1 - Create a User-Defined Function to ...

How to Link Cells in Same Excel Worksheet (4 Quick Ways)

Method 1 - Link Cells in Same Excel Worksheet with Help of Paste Link Linking cells in the same worksheet will save your time when you try to ...

How to Use VBA LTrim Function in Excel (4 Examples)

Excel VBA LTrim function removes leading space from a string. This function is used to develop a Macro to remove leading spaces from a specific text. ...

How to Use VBA OR Function in Excel (3 Examples)

Any criteria-based calculation relies on logical functions. In Excel, one of the most undervalued logical functions is "OR". When it comes to solving ...

How to Remove Sort in Excel (3 Easy Methods)

  Method 1 - Use the Conventional Undo Command to Remove Sort in Excel To demonstrate this method, we will use the following dataset. We have ...

Cannot Insert Row in Excel (Quick 7 Fixes)

To demonstrate how to solve the most common problems in inserting new rows in Excel, we are using the following data table containing the prices of ...

Highlight Cells That Contain Text from a List in Excel (7 Easy Ways)

Method 1 - Use the COUNTIF Function to Highlight Cells That Have Text from a List We have a list of Fruit 1 (B4:B14) containing several fruit names. ...

How to Remove Outliers in Excel (3 Ways)

Method 1 – Utilizing Trimmean to Calculate Average without Outliers Below, we have data from Cells B5 to B14. Most numbers are between 20 and 27, ...

How to Sort Range Using VBA in Excel (6 Examples)

Knowing how to sort range using VBA in Excel saves time and effort in our daily calculations. Although Excel provides a sorting facility by default, ...

How to AutoFill from a List in Excel (8 Ways)

This is today’s dataset where the Employee Name is given with their ID No. However, other fields, such as Joining Month, Joining Date, and Salary, ...

How to Insert a Row Below in Excel (5 Methods)

Below is a dataset representing Salesman, Product, and Net Sales. Method 1 - Inserting a Row Below Using Excel VBA STEPS: Select the ...

How to Remove Encryption from Excel (with Easy Steps)

While working with important information in Excel, you might need to encrypt your worksheet or protect it with a password. Sometimes you need to ...

How to Sort Multiple Columns with Excel VBA (3 Methods)

Sort Multiple Columns with Excel VBA (Quick View) ActiveSheet.Range("B4:D13").Sort Key1:=Range("D8"), Order1:=xlAscending Sort Multiple ...

Close the CTA

Advanced Excel Exercises with Solutions PDF

 

 

ExcelDemy
Logo