How to Use the SUMIFS for a Date Range with Multiple Criteria – 7 Methods

This is an overview of the method and the sample dataset. In this sample dataset you want to find the total sales over the dates. Method ...

How to Create Dynamic List From Table in Excel (5 Quick Ways)

We have a sample Sales Dataset containing the “Product”, “Quantity”, “Unit Price” and “Total Sales” columns shown in cells B4:E18. We want to ...

How to Split a String by Length in Excel – 8 Methods

This is an overview. The dataset showcases students’ records. Method 1 - Using the Flash Fill Feature to Split a String by Length ...

How to Use the Excel Formula to Get the First 3 Characters from a Cell: 6 Methods

Below is a dataset of the order information for a particular product. There are 3 columns: Order ID, Brand, and Price. Note: Use the Excel ...

Excel VBA to Transpose Array (3 Suitable Examples)

The generic syntax of transposing an Array with VBA is: WorksheetFunction.Transpose(Arg1) Arg1 = It is a required argument which is a range ...

How to Delete Blank Rows in Excel?

Method 1 - Delete a Couple of Blank Rows Manually Press & hold the Ctrl key and select the blank rows. Right-click > Go to the ...

How to Convert General Format to Date in Excel (7 Methods)

Note: General format in Excel means no specified format. Whenever you enter a numeric or alphanumeric value in a cell, Excel counts them in General ...

How to Extract Data Based on Criteria from Excel: 6 Ways

Let's use a List of Students with Their Obtained Marks. This dataset contains the ID, Name, and their corresponding Marks and Departments in columns ...

How to Split One Column into Multiple Columns in Excel

Here's an overview image of splitting a column into multiple ones. Method 1 - Using Text to Columns to Split One Column into Multiple ...

How to Remove Blank Lines in Excel (7 Methods)

Dataset Overview In our dataset we have data of different members of a club. Our dataset contains several blank lines. We will delete these empty ...

How to Find Duplicate Rows in Excel (5 Quick Ways)

Here's an overview of finding duplicated values across rows. How to Find Duplicate Rows in Excel: 5 Quick Ways We will use some ...

How to Separate Two Words in Excel (6 Easy Ways)

The following image shows one of the ways to separate two words in Excel. Read on to learn more. Let’s say we have a dataset containing a ...

Insert Rows in Excel Based on Cell Value with VBA (2 Methods)

Cells(2,3).EntireRow.Insert This line inserts a row above cell C2 (Row 2, Column 3). Insert Rows Based on Cell Value with VBA: 2 ...

How to Paste Transpose in Excel Using Shortcut: 4 Methods

Method 1 - Using Ribbon Paste Shortcut to Transpose in Excel We can transpose by using the Ribbon commands. The process is given below: Steps: ...

How to Convert Text to Date in Excel (10 Ways)

Here's an overview of a list of dates in textual values that will be converted to dates. How to Convert Text to Date in Excel: 10 Ways We ...

Advanced Excel Exercises with Solutions PDF

 

 

ExcelDemy
Logo