Md. Mehedi Hasan, with a BSc in Electrical & Electronic Engineering from Bangladesh University of Engineering and Technology, holds a crucial position as an Excel & VBA Content Developer at ExcelDemy. Driven by a deep passion for research and innovation, he actively immerses himself in Excel. In his role, Mehedi not only skillfully addresses complex challenges but also exhibits enthusiasm and expertise in gracefully navigating tough situations, emphasizing his steadfast commitment to consistently deliver exceptional and quality content. Apart from creating Excel tutorials, he is interested in Data Analysis with MS Excel, Verilog, Assembly, Arduino, MATLAB, Pspice, and HFSS.
In this article, we will present 4 quick tricks to convert USD to CAD in Excel (and how to convert CAD to USD). We'll use the following dataset to demonstrate ...
When an Excel worksheet is created, the document automatically includes a number of properties. In this article, we will demonstrate 3 simple methods to ...
Suppose we have a dataset containing some Product ID, Delivery Status and Price of those products. We will show the way to find specific data from ...
The COUNTIF Function The COUNTIF function counts the number of data that matches a criterion. You can calculate both text values and numeric values. ...
The sample dataset contains information on Product, Size, and Price. Method 1 - Download Google Sheets as Excel File Open the Google sheet to be ...
In this article, we will demonstrate 3 quick ways to copy highlighted cells to a new worksheet in Excel. To illustrate the methods, we'll use the following ...
Method 1 - Attach Zip File as an Icon Select a cell in the worksheet where you want to place the zip file. Go to the ribbon and choose Insert and ...
What Is a CSV? CSV or Comma-Separated Values stores the values as text strings separated by commas. Various software and programming languages ...
Method 1 - Change the Column Width with the Mouse We want to change the width of column C. Put the mouse cursor between column C and column D. ...
Method 1 - Use Excel SUMIFS Function Across Multiple Sheets with AND (+) Operator Select cell H5 and write the formula given below. ...
We can rename multiple sheets by using a simple Visual Basics for Applications (VBA) code. Step 1: Insert Multiple Sheets In this example, we have ...
Method 1 - Subtract One Time from Another to Calculate Hours in Excel Select the cell range B5:C7. Go to Number Format of the Home tab in the ...
Step 1: Create a Table We need to create a balance sheet table. The table can be like the following, which includes columns Category, Debit, Credit, ...
Step 1 - Creating the Dataset The dataset for the Leave Salary Calculation should include the employee names and a few quantities like Total working Days, ...
Method 1 - Calculate the Error Percentage Using the Percent Error Formula in Excel Create a dataset. Enter the following formula in D5 and press ...
Thank you for your queries. Let’s change the code a bit. Use the following code to copy the data and paste it as values.
Afterward, you will see result like this.
Thank you so much for your observation. We will rectify and update this error soon. Thanks again for your concern.
Hi MIGUEL,
We are glad, you asked the questions. It’s quite easy to import data from separate sheets and save it as separate documents. Simply, use the following code in a new module of VBA. Only, you have to change the file directory to save the doc file.
After running the code, you will see the doc files created according to your dataset.
Hi Anna!
You wanted to say what will happen if we input the same word with Upper and Lower case. The fact is Excel counts Upper and Lower case characters as the same. So you won’t have any issues. Even then I am showing one way to make your data to proper format first. Then, use the formatted text in the required formula.
=PROPER(B5)