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