How to Remove Sort by Color in Excel (With Easy Steps)

Step 1 - Add an Extra ‘Index’ Column Enter a 1 in a blank cell of the Index column to the right of the data set. Drag the Fill Handle to the ...

Excel VBA: Split String into Rows (6 Ideal Examples)

In this method, we’re going to show you 6 ways for Excel VBA split string(s) into rows. To demonstrate our methods, we’ve chosen a dataset with 2 ...

How to Hide Blank Rows in Excel VBA (4 Examples)

Below is a dataset of the sale details for different products. It contains a couple of blank rows that we will hide using simple VBA code. The ...

How to Multiply from Different Sheets in Excel (5 Methods)

In Microsoft Excel multiplying values is one of the most frequently used functions. There are several ways to perform this. However, it becomes ...

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

Close the CTA

Advanced Excel Exercises with Solutions PDF

 

 

ExcelDemy
Logo