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.
When we assess any asset of a business, depreciation cost means the decrement of the value of the asset. The DB function is a Financial Function in Excel which ...
The Dividend Discount Model Formula determines the stock price based on the probable dividends one will pay. It helps to evaluate a company based on the ...
STEP 1 - Create Dataset for Bar Chart with Multiple Categories Create a dataset for the bar chart that includes categories, sub-categories, and items in ...
Method 1 - Using the Advanced Excel Options to Create a Custom AutoFill List Create a dataset. Select the range to include in ...
Method 1 - Returning Date After Specific Months Using EDATE Formula We will show the basic use of the EDATE function. Our dataset includes the Date, Months to ...
When we work in Excel, some of the data are in Accounting format, and we may want it to display in number format. It’s quite easy, and Excel has different ...
While we work in Excel, sometimes may want to encrypt data for security purposes. We can easily create encrypt function to encrypt the data in Excel. Here, we ...
Method 1 - Calculate Implied Volatility for Specific Call Option Price by Iteration Calculate the call option price using the Black Scholes Model formula. ...
Method 1 - Using INT, CEILING and MAX Functions to Scale Data In the first method, we have taken exam marks for a few students and will scale the ...
The navigation pane in Excel is a helpful tool that provides a quick and organized way to navigate through the various elements within your workbook. The ...
In this article, we will demonstrate 3 examples of how to create a popup reminder in Excel. We'll use the dataset below to illustrate our methods: ...
In some branches of engineering and science, we often face operations with complex numbers. Fortunately, Excel has included different operations for complex ...
Break-even point analysis is a very important tool for any sort of business. Here, I will show you how to calculate break-even points in Excel with 3 effective ...
In this article, we will demonstrate the use of the ComboBox to get a selected item using VBA code. We can specify the items for the ComboBox directly in the ...
Division is a very important mathematical operation. When a number (dividend) can’t be divided exactly by another number (divisor) then there remains a ...

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)