How to Find an Exact Match Using VBA in Excel (5 Easy Ways)

Suppose you have the following dataset: Method 1 - Find an Exact Match in a Range of Cells Steps: Press Alt+F11 on your keyboard to ...

How to Remove Space Before Text in Excel (4 Methods)

  How Space Before Text Affects the Dataset? Space(s) before the text can create a lot of trouble to analyze a dataset. It may give you wrong ...

How to Trim Text in Excel

Sometimes we need to trim space or character from an entire text in Excel to make the dataset attractive. We can use different Excel functions like ...

How to Find a text within a Range Using VBA in Excel – 4 Methods

The sample dataset contains Book Names, Authors, and Prices. 1. Finding an Exact Match Within a Range with VBA in Excel (Case-Insensitive ...

How to Convert Serial Number to Date in Excel (7 Simple Ways)

Method 1 - Converting Serial Number to Date in Excel with Format Cells Option Steps: Select the C5:C16 cells >> Right-click to open the ...

Split String by Character in Excel (6 Suitable Ways)

The sample dataset below contains the Contact Information of random people where Name, Email Address and Contact Number are entered as a single ...

How to Wrap Text Using Shortcut Keys (2 Hotkeys)

What is Text Wrapping? Text wrapping refers to converting single-line text into multiple lines to better display cell contents to users. ...

How to Rename Sheet in Excel (6 Suitable Ways)

While working in Excel, often we have to rename a sheet. Properly named and organized worksheets are important for the look of the spreadsheet. In ...

How to Use the SUMIF Function between Two Values in Excel

The dataset used for these methods contains three columns with the product ID, prices of the products, and delivery dates of a company's products.  ...

How to Calculate Date Range in Excel (4 Ideal Methods)

Method 1 - Using Arithmetic Formula to Calculate Date Range in Excel Enter the formula in Cell D5 and press Enter. =C5+7 The ...

How to Find a String with VBA in Excel (8 Examples)

Introduction to InStr Function in Excel VBA The InStr function in Excel VBA allows you to find the position of specific strings within a given text. ...

How to a Find a String in a Cell Using VBA in Excel (2 Ways)

Here, we have a dataset of some persons' names. All the names start with Mr. or Ms. Now, our goal is to find whether it is male or female by finding ...

How to Find String Length with VBA in Excel (2 Easy Ways)

However, I’ll show you how you can calculate the length of a string with VBA in Excel. Fortunately, you’ll learn to develop a Macro and a ...

How to Find Substring Using VBA in Excel (8 Easy Ways)

In this article, we will demonstrate how to use Excel VBA to find the position of a substring in a string, to extract data using this substring, and ...

How to Find Last Row Using Excel VBA (5 Easy ways)

There are 4 columns in the dataset representing sales information. These columns are Sales Person, Region, Product, and Price. We'll find the last ...

Close the CTA

Advanced Excel Exercises with Solutions PDF

 

 

ExcelDemy
Logo