How to Remove Single Quotes in Excel (6 Ways)

Consider a dataset of product descriptions for some products. The texts in the product description column lie between single quotation marks. If you ...

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

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

How to Add Leading Apostrophe In Excel (4 Ways)

Excel may treat certain entries, particularly numbers that start with zeros, as formulas or numeric data. By adding a leading apostrophe to a cell ...

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

Advanced Excel Exercises with Solutions PDF

 

 

ExcelDemy
Logo