Advanced Excel

How to Remove Letters from Cell in Excel (10 Suitable Methods)

Here's a quick overview of the function that can remove text based on how many characters you want to keep. Read on to learn all the methods you can ...

VBA to Remove Formulas in Excel Keeping Values and Formatting

In this article, I’ll show you how you can remove formulas from a worksheet in Excel keeping the values and formatting with VBA. First, you’ll learn ...

How to Delete Everything After a Character in Excel -7 Methods

Method 1 - Applying the Find and Replace Option to Delete Everything After a Character in Excel Steps: Select the dataset (B5:B9). ...

How to Remove Non-Alphanumeric Characters in Excel?

Today, in this article, we will demonstrate how to remove non-alphanumeric characters from cells in Excel. It is a very common problem, especially ...

VBA Range with Variable Row Number in Excel – 4 Examples

This is an overview: Sub Range_with_Variable_Row_Number() First_Cell = InputBox("Enter the First Cell of the Range: ") Row_Number = ...

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

Method 1 - Convert Column Number to Letter in Excel Consider the following dataset which we will be using as our example to convert column number to ...

How to Select Columns with VBA (3 Easy Ways)

  Download the Practice Workbook Selecting Columns with VBA.xlsm 3 Ways to Select Columns with VBA Consider the List of Company ...

How to Select Cell with VBA in Excel (6 Useful Ways)

Download the Practice Workbook Select Cell with VBA.xlsm How to Select a Cell with VBA in Excel Method 1 - Select a Cell of the ...

VBA Macro to Delete Columns Based on Criteria in Excel: 8 Examples

Method 1 - VBA Macro to Delete Columns Based on Cell Value in Excel Steps: Press Alt + F11 on your keyboard or go to the tab Developer -> ...

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

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

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

Apply Conditional Formatting to Overdue Dates in Excel (3 Ways)

In this article, we will be using a project deadline list as a dataset to demonstrate all the methods. Method 1 - Apply Conditional ...

How to Count Duplicates with Pivot Table in Excel

Sometimes we need to count the duplicates in an Excel PivotTable for easy calculation. The Excel PivotTable is an amazing feature. In this article, ...

How to Do Conditional Formatting Based on Another Cell in Excel (6 Easy Ways)

Below is a database containing the ID, Name, Section, and Total Sales of some Sales Representatives. We will format some cells using conditional ...

Close the CTA

Advanced Excel Exercises with Solutions PDF

 

 

ExcelDemy
Logo