Latest Blog Posts

Excel VBA: Create Invoice and Save PDF Format (with Quick Steps)

Create an Invoice and Save it in the PDF Format with Excel VBA (Quick View) Private Sub Create_invoice_save_pdf() 'for invoice number ...

How to Export PDF Comments into an Excel Spreadsheet – 3 Examples

This is an overview. Example 1 - Using the Foxit Reader to Export PDF Comments into an Excel Spreadsheet Steps: In the COMMENT tab ...

[Fixed!] Excel SUM Formula Is Not Working and Returns 0 (3 Solutions)

To explore the solutions, use the following dataset that represents some ordered Smartphones and their Quantity. Issue 1 - Number Stored ...

How to Convert Excel Files to CSV Automatically: 3 Easy Methods

Method 1 - Convert Excel Files to CSV Automatically Using Save As Command Steps: Select the spreadsheet you want to convert if there are ...

Excel VBA: Pull Data Automatically from a Website (2 Methods)

  Excel VBA to Pull Data Automatically from a Website (Quick View) Sub Pull_Data_from_Website() Website_Address = "https://exceldemy.com" ...

How to Remove Subtotal in Pivot Table (5 Useful Ways)

Here we have a Pivot Table that shows subtotals for various categories. We'll remove these subtotals. How to Remove the Subtotal in a ...

VBA to Generate Multiple Lines in Email Body in Excel: 2 Methods

Method 1 - Embed VBA Macro to Generate Multiple Lines in Email Body in Excel Steps: Press Alt + F11 on your keyboard or go to the tab Developer ...

How to Import Data from a Website to Excel – 6 Steps

Import a US DOLLAR EXCHANGE RATES TABLE from the website X-RATES. On 28th April, 1 USD was equal to 0.95 Euro and 1 Euro was equal to 1.05 USD. ...

Transfer Data from One Excel Worksheet to Another Automatically with VLOOKUP: 4 Cases

Method 1 - Using VLOOKUP Function to Transfer Data from One Worksheet of the Same Workbook to Another Steps: Using the VLOOKUP function, you need ...

How to Copy Multiple Row Height in Excel (3 Quick Tricks)

Excel has no such features that can allow you to copy multiple row heights only. However, you can copy entire row formats. That is how you can manage ...

How to Convert Excel to a Text File with Pipe Delimiter (2 Ways)

The dataset below contains 4 columns. The first column displays the full names of individuals. The following three columns have divided these names ...

How to Insert Multiple Blank Rows in Excel (4 Methods)

The sample dataset contains 5 rows without headings. Method 1 - Selecting Multiple Rows and Insert an Equal Blank Rows in Excel   ...

How to Convert a PDF to an Excel Table – 4 Methods

Method 1 - Using the Get Data Feature to Convert PDF Data into an Excel Table   Select Data >> Get Data >> From File ...

Excel Formula to Insert Rows between Data (2 Simple Examples)

Example 1 - Excel Formula with MOD and ROW Functions to Insert Rows between Data We will use the combination of the MOD and ROW functions to insert ...

How to Generate Random Data in Excel – 9 Easy Methods

Method 1 - Applying the RANDBETWEEN Function to Generate Random Data in Excel Step 1: Select the Cells to enter the random data. Here, B4:B12. ...

Close the CTA

Advanced Excel Exercises with Solutions PDF

 

 

ExcelDemy
Logo