Latest Blog Posts

Excel VBA: Unhide All Rows in Excel (5 Practical Examples)

The article will provide you with some basic concepts on how to unhide all rows by using Excel VBA. Suppose, you had a large dataset and you didn’t ...

How to Split Names with Comma in Excel: 3 Suitable Methods

Method 1 - Split Names with Comma Using Text to Columns in Excel Steps: Select all the cells containing cells separated by a comma. In this ...

Using a VBA IF Statement with Multiple Conditions in Excel – 8 Methods

Method 1 - Using a VBA IF Statement with Multiple Conditions: IF with OR Consider the following macro. Sub IfWithOr() If 5 < 10 Or 10 < 5 ...

[Fixed!] Keyboard Arrow Keys Not Working in Excel (7 Fixes)

Solution 1 - Turn Off the Scroll Lock One of the most common reasons for arrow keys not working properly is that the Scroll Lock is turned on. You ...

How to Remove Space between Rows in Excel: 5 Methods

Method 1 - Remove Space between Rows Using Wrap Text Select the cells that have space between rows; you see the Wrap Text option is enabled from ...

Generate Random Numbers Between 0 and 1 in Excel – 2 Methods

Method 1 - Use the Excel RAND Function to generate Random Numbers Between 0 and 1 The RAND function returns a random number greater than or equal to ...

How to View Excel Sheets in Separate Windows (4 Methods)

Sometimes we need to view different Excel sheets in separate windows for various purposes. Also, we may need to compare values from different excel ...

How to Use Multiple If Conditions in Excel based on the Age – 5 Methods

Method 1 - Using Multiple If Conditions through Nested IF Functions Based on the Age Enter the following formula in D5. ...

Split a Workbook to Separate Excel Files with VBA Code: 3 Ways

Method 1 - Split a Worksheet of a Workbook Based on a Column to Separate Excel Files Step-01: ➤ Go to the Developer Tab >> Visual Basic ...

Excel Percentile Rank Inc vs Exc

We often need to rank or sort the data in ascending or descending order based on various criteria. In Excel, we can do it using the PERCENTILE ...

How to Move Cells without Replacing in Excel (3 Methods)

There are several ways to move cells in Excel without replacing them. Among them, we will show you 3 simple, easy, and effective methods. How ...

How to Remove a Space after a Number in Excel (6 Easy Ways)

The below dataset contains the names of 4 products and their codes. The product codes contain extra spaces after numbers. Method 1 – Using ...

How to Move Merged Cells in Excel – 3 Methods

This is the sample dataset. Method 1 - Using the Paste Special Command to Move Merged Cells Steps Move B5:E9 to the empty range ...

How to Automatically Link a Cell Color to Another in Excel

To demonstrate how to link a cell color to another automatically, we'll use the following dataset containing some subjects in column B and ...

How to Split Names into Three Columns in Excel (3 Methods)

When you have a list of complete names and wish to separate them into first, middle, and last names, you may use Excel features to divide the cells. ...

Close the CTA

Advanced Excel Exercises with Solutions PDF

 

 

ExcelDemy
Logo