Hosne Ara is a materials and metallurgical engineer who loves exploring Excel and VBA programming. To her, programming is like a time-saving superhero for dealing with data, files, and the internet. She's skilled in Rhino3D, Maxsurf C++, MS Office, AutoCAD, and Excel & VBA, going beyond the basics. With a B. Sc. in Materials and Metallurgical Engineering from Bangladesh University of Engineering and Technology, she's shifted gears and now works as a content developer. In this role, she creates techy content exclusively focused on Excel and VBA. Beyond the tech stuff, catch her lost in books, explore new places during travels, and enjoy movies and TV series in her downtime.
We have a dataset containing sales data along and total sales. We have used Excel functions to get the Total Sales. We will show you how to copy and paste the ...
Method 1 - Using Cell Formatting to Convert an Exponential Value to an Exact Number We have a dataset (B5:B8) containing several exponential values that we ...
Concatenate means to merge or combine two or more cells’ contents into a single cell. Method 1 - Applying Ampersand(&) Operator to Concatenate Rows ...
Basic Formula to calculate the Percentage =(Part/Total)*100 Excel automatically multiplies the result of the ‘=Part/Total’ portion with 100 when you ...
Importance of Cell Number Formatting in Percentage Calculation To enter a percentage you have to use Number format. Steps: Enter a decimal number ...
Method 1 - Using the Excel PMT Function to Calculate the Gold Loan Interest This is the syntax of the PMT function: PMT(rate, nper, pv, , ) rate is the ...
Method 1 - Calculate Average of Multiple Columns Using AVERAGE Function Steps: Type the below formula in cell B13 to calculate the average of ranges ...
Method 1 - Excel Formulas with OFFSET Function to Convert One Column to Multiple Rows Steps: Enter the formula in D5. ...
We have a dataset containing several students’ Names, IDs, Test Scores, etc. As the dataset contains scores of several tests, scrolling right to the worksheet ...
In this article, we will demonstrate how to generate a random number within a range in Excel in 8 different ways. Example 1 - Using Excel RAND Function to ...
Difference between Linking and Embedding Before we dive into linking and embedding Word documents in Excel, let’s first understand the difference between ...
This is the syntax of the VLOOKUP function: VLOOKUP (lookup_value, table_array, column_index_num, ) The fourth argument (range_lookup) indicates whether ...
Method 1 - Applying the SORT Function to Arrange and Create a Drop-Down List The sample dataset (B4:C13) contains fruit names in random order. ...
1. Edit Hyperlink through a Simple Right-Click in Excel Steps: Right-click on Cell B5 and select the Edit Hyperlink. The Edit Hyperlink dialog ...
Dataset Overview We have a dataset containing student details (Name, ID, Scores). In Cell B8 and C12, there are two notes. Additionally, in Cell D7 and D10, ...