How to Disable Background Refresh in Excel (2 Handy Methods)

Download Practice Workbook Disable Background Refresh.xlsm The sample dataset contains EURO Conversion rates from other currencies and ...

How to Choose a Location and Save a Workbook as a PDF Using VBA in Excel

  Sub Choose_Location_and_Save_as_PDF() PDF_Name = "MyPDF.pdf" Set File_Dialog = Application.FileDialog(msoFileDialogFolderPicker) ...

Excel VBA to Protect Sheet but Allow to Select Locked Cells (2 Examples)

To protect the sheet and allow select locked cells to edit, we are going to use the dataset below. The dataset contains some employee names in column ...

How to Do a Frequency Distribution on Excel (3 Easy Methods)

A frequency distribution can help you figure out what proportion of distribution is made up of specific values. By grouping values together, a ...

How to Save an Excel File as CSV (3 Methods)

    What Is a CSV File CSV stands for comma-separated values. In simple terms, each line consists of multiple fields or values ...

How to Add Decimals in Excel: 4 Easy Ways

Method 1 - Using Format Cells Dialog Box Select the cells where you want to add decimals. Go to Home tab > Number group > Format Cells ...

Troubleshooting: Preventing Fractions from Changing to Dates in Excel (5 Solutions)

Why Do Fractions Automatically Change to Dates in Excel? By default, Excel uses the General cell format. When you insert a fraction into a cell with ...

How to Calculate Natural Logarithm in Excel (4 Methods)

What Is a Natural Logarithm? A natural logarithm is the logarithm of a number to the base of e. e is a constant number which is approximately ...

How to Convert Cm to Feet and Inches in Excel – 3 Methods

The dataset contains students' names and their height. To convert cm to feet and inches:   Method 1 - Using the CONVERT Function ...

How to Log Transform Data in Excel – 4 Methods

The dataset below showcases the number of deaths up to June 1st, 2022 in 6 different countries. What Is Log Transform? Log Transform ...

Create a Report as a Table in Excel – 4 Steps

This is the sample dataset. Step 1 - Create a Table Using the PivotTable Feature Select the whole worksheet. Go to Insert > ...

Why Does Excel Autosave Keep Turning Off (Reason & Solution)

If you are a Microsoft 365 subscriber, you will see the AutoSave button at the top left corner of the Excel window. But you need to store the Excel ...

How to Unlock Arrow Keys in Excel (2 Ways)

Method 1 - Using the Keyboard Key Almost all keyboards contain a dedicated Scroll Lock key that you can use to turn off the Scroll Lock and unlock ...

How to Drag Formula and Ignore Hidden Cells in Excel (2 Examples)

This is the sample dataset. Example 1 - Drag Formula and Ignore Hidden Cells Using SUBTOTAL Function Steps Press Ctrl and select row ...

How to Keep Track of Clients in Excel (Download Free Template)

  Step 1 - Make Dataset for Contact Details The contact details include specific information about that client, such as their contact number, ...

Close the CTA

Advanced Excel Exercises with Solutions PDF

 

 

ExcelDemy
Logo