1.

How to Use IF Statement to Create Drop-Down List in Excel

Method 1 - Insert IF Statement with Direct Cell Reference to Create Drop-Down List In our example, we will select a sports category as Favorite Sports, and depending on the sport, the…

2.

How to Use VALUE Function in Excel (5 Ideal Examples)

In this article we will demonstrate how to use Excel's VALUE function to convert various types of data into numbers. Here is an overview: Before diving into the examples, let’s introduce the…

3.

Use Excel VBA VLOOKUP to Find Values in Another Worksheet

In this article, we will demonstrate how to use the Excel VBA VLOOKUP in another worksheet. Suppose we have the dataset below, stored in the sheet called “Data”. On another sheet called…

4.

How to Find Partial Match in Two Columns in Excel (4 Methods)

Here we have a dataset of a few famous athletes from different sports. Using this dataset, we will find partial matches within two columns. How to Find Partial Match in Two Columns…

5.

How to Use the IF Function to Find a Partial Match in Excel – 6 Methods

The sample dataset showcases the Addresses of Employees in a company. To check whether a a partial match for a given state name is in the Address column, enter “New” in the…

6.

How to Use the COUNTIF Function for Partial Matches in Excel (3 Methods)

Dataset Overview We'll use the following dataset. It contains several Book Name along with their respective details. Method 1 - Use the COUNTIF for Partial Matches Choose the cell where you want…

7.

How to Use VLOOKUP Function to Compare Two Lists in Excel

Here we have a dataset of equipment lists for two gyms. We will compare the lists using the VLOOKUP function. Method 1 - Compare Two Lists in the Same Sheet Using the…

8.

How to Use VLOOKUP with Two Lookup Values in Excel

We have a table containing the roll of honor for the few major European football leagues. Using this dataset, we will VLOOKUP with two lookup values. The league name and status will…

9.

How To Combine SUMPRODUCT and VLOOKUP Functions in Excel (2 Examples)

Understanding the Scenario Let’s start with a basic example. Imagine we have a table with product names and their revenues over five months. We want to find the total revenue for a…

10.

How to use Greater Than or Equal To in the IF Function – 3 Examples

This is the sample dataset. Example 1 - Use Greater Than in the IF Function  Steps: Select F5 and enter the following formula. Press Enter. Drag down the Fill Handle to see…

11.

How to Sort Rows in Excel (3 Easy Ways)

To demonstrate methods for sorting rows in Excel, we’ll utilize this simple dataset listing several footballers and their goals scored over the last five seasons.   Method 1 - Using Excel Sorting…

12.

How To Search Multiple Items in Excel Filter (2 Ways)

  We have a simple table having a few random Persons from different Countries and their respective Favorite Sports and Favorite Player. We will filter the dataset based on different items. How to…

13.

How to Sort Alphabetically and Keep Rows Together in Excel: 4 Smart Ways

Method 1 - Employ Sort Feature 1.1 Sort Alphabetically Without Empty Column Steps: Select any of the column cells that you want to sort. Sort based on the Country column. Go to the…

14.

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

Excel provides several VBA functions that can be used while writing a macro or to define your own function to perform your desired tasks. In this article, we are going to show…

15.

How to Use VBA SPLIT Function in Excel (10 Ideal Examples)

How to Launch the VBA Editor in Excel If you don’t see the Developer tab, enable the Developer tab. Select the Developer tab and click on Visual Basic. Alternatively, you can press…

Advanced Excel Exercises with Solutions PDF