How to Count Numbers in a Cell in Excel?

In this article, we will demonstrate 5 easy ways to determine how many digits a number in a cell has. Why Count Numbers in a Cell in ...

VBA to Convert Column Number to Letter in Excel (3 Methods)

In this article, we will demonstrate how to convert a column number to its corresponding column letter in Excel with VBA code using 3 methods: ...

Excel Find Last Column With Data: 4 Quick Ways

Method 1 - Use the TAKE Function to Find the Last Data of the Last Column Select any cell to place your resultant value. We selected the cell ...

How to Remove Numeric Characters from Cells in Excel?

Method 1 - Apply TEXTJOIN Function to Remove Numeric Characters from Cells Steps: Create a new column, next to your existing column, where you ...

Comparing Two Columns and Returning Common Values in Excel

Microsoft Excel offers several options for comparing columns, but most of them are for searching in one column only. This article will demonstrate ...

Macro to Copy Data from One Workbook to Another Based on Criteria

Suppose we have two workbooks called Workbook1 and Workbook2. In Workbook1 we have the Names, Types, and Prices of some books in a bookshop. ...

VBA to Delete Column in Excel (9 Criteria)

Generic Syntax The generic syntax to delete single or multiple columns in Excel using VBA is: Columns(column number/ column address).Delete ...

How to Highlight Selected Cells in Excel (5 Easy Ways)

Method 1 - Using Define Name to Highlight Selected Cells in Excel Step 1: Go to Formulas Tab > Select Define Name (in Define Names section). ...

How to Remove Blank Spaces in Excel -7 Methods

This sample dataset contains cells with multiple blank spaces. Method 1 - Using the TRIM Function to Remove Blank Spaces Enter the ...

How to Copy Sheet with VBA in Excel: 13 Quick Methods

Method 1 - Using Excel VBA to Copy a Worksheet in the Same Workbook (Before Any Sheet) Steps: Press ALT + F11 to open the Microsoft Visual ...

How to Use VBA Range Offset (11 Easy Ways)

In this article we will demonstrate a variety of ways to use the VBA Range Offset. Here is an overview. 11 Suitable Ways to Use VBA Range ...

How to Count the Occurrences of a Character in a String in Excel – 4 Examples

The image below showcases the number of occurrences of characters in a string in some book names.   Example 1 - Count the ...

Split Data into Multiple Worksheets in Excel (with Quick Steps)

In this article, we describe how to split data into multiple Excel worksheets using VBA & Macros. In our data set, we have data ...

Pivot Table Conditional Formatting Based on Another Column

Suppose we have a Pivot Table dataset containing Products with their sold Quantity, Unit Price, and Total Price. We'll format the pivot table. ...

How to Split Cells in Excel (6 Easy Tricks)

Method 1 - Split Cells in Excel with the Text to Column Feature In the following table, we have some random names lying in the Text column. We'll ...

Advanced Excel Exercises with Solutions PDF

 

 

ExcelDemy
Logo