Why VLOOKUP Returns #N/A When Match Exists (with Solutions)

We will be using a sample product price list as a dataset to demonstrate all the reasons. Reason 1 - Lookup Value Doesn’t Exist in the ...

How to Apply Conditional Formatting to Color Text in Excel

While working with a big dataset in Excel that contains numerous entries, we need to find texts based on their specific text values, conditions, and ...

INDEX MATCH vs VLOOKUP Function (9 Practical Examples)

Here's an overview of using the INDEX-MATCH and the VLOOKUP functions in a dataset. INDEX-MATCH vs. VLOOKUP Function in Excel: 9 Examples ...

How to Use Nested VLOOKUP in Excel: 3 Methods

Method 1 - Using Nested VLOOKUP in Excel to Extract Product Price Steps: Click on the cell that you want the Price of the ID (e.g. cell beside ...

How to Use the VLOOKUP Function in Excel VBA – 4 Examples

Quick View: Sub VLOOKUP_with_User_Defined_Lookup_Value() Book = InputBox("Enter the Name of the Book: ") Set Rng = Range("B4:D13") MsgBox ...

How to Remove Partial Data from Multiple Cells in Excel (6 Methods)

Dataset Overview To make the explanation clear, we'll use a dataset representing product information from a fruit shop, but some information is ...

How to Align Two Sets of Data in Excel (6 Examples)

  Below is a dataset showing two columns: Product List 1 and Product List 2. Next to them is a separate column, Aligned Dataset, where the ...

How to Sum Columns in Excel – 7 Methods

The following dataset represents the order summary of 6 products. To show details of the orders throughout the year: Method 1 - Getting ...

How to Name a Cell in Excel (2 Easy Ways)

In our dataset, we have multiple Products with the sold Quantity, Unit Price, and Total Price. Here's an overview of naming cell D5 using the Name ...

Macro to Insert Row and Copy Formula in Excel (2 Methods)

In this article, I’ll show you how you can develop a Macro to insert a row and copy a formula using VBA in Excel. You’ll learn to insert one or more ...

How to Clear Contents in Excel Without Deleting Formulas

The GIF below is an overview of clearing Excel values without deleting formulas. Here, a VBA code clears the contents without deleting formulas. When ...

How to Apply Conditional Formatting to Each Row Individually

Conditional Formatting is a versatile feature embedded in Excel, that comes up with a lot of flexibility in terms of highlighting cells. You can ...

VBA to Check If Font Color is Red Then Return Results in Excel

Implementing VBA macro is the most effective, quickest, and safest method to run any operation in Excel. In this article, we will show you if the ...

How to Return Value If Cell Is Blank (12 Ways)

Consider the following overview of checking if the cell is blank, where the status is updated based on the delivery date. We are using the ...

Change Font Color Based on Value of Another Cell in Excel

In this tutorial, we will demonstrate how to change font color based on the value of another cell. Here is an overview of the process. To ...

Close the CTA

Advanced Excel Exercises with Solutions PDF

 

 

ExcelDemy
Logo