Latest Blog Posts

How to Insert a Line Break in Excel – 3 Methods

This is the an overview.   Download Practice Workbook Download the workbook. Do a Line Break.xlsx Method 1 - How to ...

[Fixed!] Line Break in Cell Not Working in Excel

Solution 1 - Applying Keyboard Shortcuts This method only works in a single cell, so you need to repeat the steps for every cell. Case 1.1 - ...

Excel VBA: Random Number Generator with No Duplicates – 4 Examples

Enter a Code in the Visual Basic Editor To generate random numbers with no duplicates, open Visual Basic Editor and use a VBA code.  Go to ...

Excel VBA for Random Selection from List: 3 Easy Methods

Let’s get introduced to our dataset first, which represents some students’ IDs, Names, and Ages. Method 1 - Excel VBA to Select Only One ...

How to Remove Line Breaks in Excel: 5 Ways

Method 1 - Using the Find & Replace Tool to Remove Line Breaks in Excel Steps Select the range of cells C5:C9 where you want to remove the ...

Ranking Based on Multiple Criteria in Excel (4 Cases)

The sample dataset contains student scores in Math and Psychology as well as each student's group. We'll rank the students according to the scores. ...

How to Stack Rank Employees in Excel (3 Methods)

We’ll use the following dataset, which contains four columns for employee attendance. How to Stack Rank Employees in Excel: 3 Easy Ways ...

How to Filter Multiple Values in One Cell in Excel (4 Methods)

The sample worksheet contains information about several sales representatives of Armani Group. The name of the Products and the Revenue Earned by the ...

How to Generate Random Numbers in a Range with Excel VBA

Here's a quick overview of the code that assigns random numbers. Sub Random_Numbers_with_Rnd() Bottom = 11 Top = 20 Random_Number = ...

How to Calculate Weight Loss Percentage in Excel (5 Methods)

Suppose we have the dataset below of weight measurements taken every 15 days for 4 months, and we want to calculate the weight loss percentage for ...

Random Selection Based on Criteria in Excel: 3 Methods

Method 1 - Random Selection Based on Criteria Using INDEX Function Steps: Type the following formula in cell G8. ...

How to Enter within a Cell in Excel: 5 Methods

The following Employee List table shows ID No, Name, and City columns. Using this table, we will show you how to enter within the cell. ...

How to Add a New Line with the CONCATENATE Formula in Excel – 5 Methods

This is the sample dataset.   Method 1 - Using the CONCATENATE Formula to Add a New Line The Combined column was added to the ...

How to Replace a Line Break with Comma in Excel (3 ways)

We have a dataset of 5 strings. In these strings, the fruit’s name, its quantity, the delivery location, and the delivery state of these fruits are ...

How to Find Duplicates in Excel and Copy to Another Sheet (5 Methods)

Suppose you have the following dataset. Method 1 - Use an Excel Formula to Get Duplicates and Copy to Different Sheet Steps: Add a ...

Close the CTA

Advanced Excel Exercises with Solutions PDF

 

 

ExcelDemy
Logo