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.
Method 1 - Use the COUNTIF Function to Highlight Cells That Have Text from a List We have a list of Fruit 1 (B4:B14) containing several fruit names. In ...
The dataset contains date-wise sales data from different stores. Create a Pivot Table and group columns into Column Labels. Method 1 - Creating a ...
Let's work with a dataset containing date-wise sales of some mobile phones to make a Pivot Table. Reason 1 - Excel Pivot Table Is Not Gathering Data ...
Method 1 - Create a Bill Header with Company Details Enter company details such as Company Logo, Name, Address, Contact Details, GSTIN No. etc. ...
We have a dataset containing the hobbies of several people. However, one person (Emily) has more than one hobby. We will show how you can extract multiple ...
Method 1 - Using the ROWS Function to Count Rows in Excel Steps: Enter the below formula in Cell D12: =ROWS(B5:D10) Here, the ROWS ...
Method 1 - Adding Time Values to Calculate Total Hours in Excel We have a duration list of several tasks. We will sum up the cells containing different ...
What Is the Advanced Filter in Excel? We can use the Advanced filter to perform complex filtering in Excel. For example, you can filter data based on ...
Method 1 - Add a Data Table using the Chart Design Tab in Excel 1.1. Show the Data Table Using the ‘Quick Layout’ Option Steps: Click the chart and go ...
Dataset Overview We'll use the below dataset containing the lists of first names and last names to investigate why Concatenation is not working: ...
We have a dataset containing different grocery items and their sale details. We will calculate the weighted average price for each item in a Pivot Table. ...
Introduction to the Excel PMT Function Summary The PMT function calculates the payment for a loan based on a constant interest rate. For instance, you ...
Method 1 - Using LOG Function in Excel with Default Base Argument (Log10) Apply the LOG function without specifying the base argument; then it is assumed to ...
The GROWTH Function in Excel Summary The GROWTH function is a statistical function in Excel. It is used to calculate predictive exponential growth for ...
Method 1 - Simply Use Excel MONTH Function to Get the Month Number Steps: Type the below formula in Cell C5. =MONTH(B5) The month number ...