How to Split Date and Time Using VBA in Excel – 2 Methods

Quick View: Sub Split_Date_and_Time() Date_with_Time = CDate(InputBox("Enter the Date with Time: ")) Separated_Date = Int(Date_with_Time) ...

How to Extract Data from PDF to Excel (4 Suitable Ways)

Consider a dataset of 10 residents. Their ID, home type, region, and the number of family members are in a PDF. We'll extract the PDF to an Excel ...

How to Subtract Multiple Cells in Excel (6 Effective Methods)

The following sample dataset contains Id No, Name, Salary, House Rent, Grocery and Bill columns. We will use 6 methods to subtract multiple cells ...

[Fix:] Excel View Side by Side Not Working

Sometimes, users encounter identical Excel files or want to compare between files. In that case, Excel view side by side is very useful. However, in ...

How to Split Text by Space with Formula in Excel (5 Ways)

We have a sample dataset containing Names. Space is used as a delimiter here. Let's split the text using formulas in Excel. Method 1 - ...

How to Move Data from One Cell to Another in Excel – 5 Methods

Download Practice Workbook Download the practice workbook for free! Move Data from One Cell to Another.xlsm The sample dataset ...

How to Extract Data from Multiple PDF Files to Excel (3 Methods)

Dataset Overview We are going to use the below PDF file dataset to demonstrate the extraction of data from PDF to Excel sheets. Method 1 - ...

Split Names in Excel

In this article, we have shown how we can split names in Excel using various methods. In Excel, you may need to split names, text, or even ...

How to Remove Gridlines from an Excel Graph – 5 Methods

  The sample dataset showcases a company's monthly revenue over 9 month. To create a graph: Go to Insert > Charts.   ...

How to Space out Cells in Excel – 2 Methods

The following dataset contains extra space below the text. This is the sample dataset. To add space between text and cell borders: ...

How to Sum Columns by Color in Excel (6 Easy Methods)

The below dataset contains several items sold in quantity. Different fill colors have been applied to the Sold Quantity column. Method 1 – Using ...

How to Calculate Forecast Accuracy Percentage in Excel – 4 Easy Methods

  Introduction to Forecast Accuracy Forecast Accuracy is the deviation between the forecast demand and the actual demand. It is also ...

Excel VBA: Split String by Character: 6 Useful Methods

Method 1 - Split Words of a String by Space Character  Task: Split a text string in cell B3 by space character and output the substrings in cells ...

How to Move One Cell Down Using Excel VBA (4 Methods)

The dataset represents the sales of various salespersons in different regions. Method 1 – Using VBA to Move One Cell Down from an Active ...

Excel VBA: Split String into Cells (4 Useful Applications)

The article will provide you with some useful applications to split string(s) into cells by Excel VBA. We do this often to see necessary data ...

Close the CTA

Advanced Excel Exercises with Solutions PDF

 

 

ExcelDemy
Logo