Shajratul Alam Towhid

About author

Md Shajratul Alam Towhid, a BSc graduate in Naval Architecture & Engineering from Bangladesh University of Engineering and Technology, holds a pivotal role as an Excel & VBA Content Developer at ExcelDemy. Fueled by a deep passion for research and innovation, he actively engages with Excel. In his capacity, Towhid not only adeptly tackles complex challenges but also exhibits enthusiasm and expertise in gracefully navigating tough situations, emphasizing his unwavering commitment to consistently delivering exceptional, high-quality content that brings significant value to users.

Designation

Excel & VBA Content Developer at ExcelDemy in SOFTEKO.

Lives in

Dhaka, Bangladesh.

Education

B.Sc. in Naval Architecture & Marine Engineering, BUET.

Expertise

Microsoft Office, AutoCAD, Maxsurf, Rhinoceros, C, C++

Experience

  • Technical Content Writing
  • Undergraduate Projects
    • Desalination of Sea Water & the Efficiency of Production of Electricity Using Ship’s Exhaust Gas Temperature.

Latest Posts From Shajratul Alam Towhid

0
How to Select Names Randomly in Excel (5 Useful Methods)

We have made a dataset as a List of Players. Method 1 - Using the RAND Function to Randomly Select Names in Excel Use the following formula in ...

0
How to Create a Scoring Matrix in Excel (Easy Steps)

What is a Scoring Matrix and Where Do We Use It? A scoring matrix is a valuable tool for assessing the relative worth of various items, such as jobs, ...

0
How to Take Log of Negative Numbers in Excel: 3 Ways

The logarithm function provides an imaginary number as a result for negative numbers and isn't defined for them in Excel. You'll need to go around that ...

0
How to Edit Bank Statements in Excel (with Easy Steps)

  Step 1: Convert the PDF File to Excel to Edit the Bank Statement We will first try to convert the PDF file below. Go to the website of ...

0
How to Make Trial Balance in Excel (with Easy Steps)

In this article, we discuss how to make a Trial Balance in Excel using a dataset as a Ledger, and provide a free downloadable Trial Balance template. Step 1 - ...

0
How to Set Print Area for Multiple Pages in Excel (2 Ways)

To demonstrate our methods, we'll use the following dataset:   Method 1 - Using Set Print Area Option STEPS: Select the cells which we ...

0
How to Compress Excel File More than 100MB (7 Useful Ways)

Method 1 - Compress an Excel File Larger than 100 MB to ZIP/RAR Right-click on the Excel file. Choose Add to archive. An Archive name and ...

0
How to Turn Off the Sheet View in Excel -2  Steps

  The sample dataset: Dataset to Turn Off Sheet View, showcases Branch Name, Sales Rep, Product Name, and Sales.   Step 1 - Activating ...

0
How to Keep the Leading Zero in an Excel Date Format – 9 Methods

  The dataset showcases Store Number, Quantity of Sales, and Date. The date format mm dd yyyy without dash or slash is used. Method 1 - ...

0
How to Use Sheet View in Excel (with Simple Steps)

We have made a dataset to use the Sheet View ribbon. It has column headers: Branch Name, Sales Rep, Product Name, and Sales. Step 1 - Activate Sheet ...

0
How to Make a Title in Excel (3 Suitable Methods)

Suppose we have a dataset containing some months and the temperature in degrees in two locations. The dataset has no titles. Let's add some. Method 1 - ...

0
How to Center a Chart in Excel (2 Useful Methods)

If you are looking for how to center a chart in Excel, then you are in the right place. In our practical life, we often need to make charts and after that ...

0
How to Compare Two Sets of Data in an Excel Chart – 5 Examples

  The sample dataset showcases Name of Company, Branch Location, Sales, and Cost.   Example 1 - Using a 2-D Column Chart to Compare ...

0
How to Create an Excel Chart with Data from Different Columns (3 Methods)

Dataset Overview We've created a dataset called Training Session Dataset for the Year 2021. It features headers labeled as Name, Training Session (Hours), and ...

0
How to Make a Double Bar Graph in Excel: 2 Methods

Method 1 - Insertion of Chart Using Dataset to Make a Double Bar Graph We need to make the double bar graph of the following dataset. Select the whole ...

Browsing All Comments By: Shajratul Alam Towhid
  1. Dear Nelly,
    Actually, percentage change mostly fits between two numbers. There is no specific formula to calculate percentage change among multiple numbers. Rather, when we face percentage change calculation, it means we are simply asked for the percentage change between the first number and the last number. In this case, the formula is.
    =((Final Value – Initial Value)/Initial Value)*100
    As your teacher has given you 10 different columns of values, you can calculate percentage change for each 2 individual columns and finally find a mean value of percentage change.
    This is like.
    =((2nd Value – First Value)/First Value)*100
    Then,
    =((3rd Value – 2nd Value)/2nd Value)*100
    Similarly, following the same formula find all the individual percentage change. For 10 columns you will find 9 individual percentage change.
    Finally, to find the mean.
    =(Percentage Change of (Step 1 + Step 2 + …….+ Step 9))/ 9

    Similarly, this statement is true for calculating count.

    Regards,
    Towhid
    Excel & VBA Content Developer
    ExcelDemy

  2. Dear Gen,
    You can use the formula.
    =TEXTJOIN(delimiter,TRUE,cell_range)
    Here, for E5 cell you can write.
    =TEXTJOIN(“-“,TRUE,B5:D5)
    Here, the character “-” is used to separate the combined text.
    This TEXTJOIN function is available only in Office 2019 and Microsoft 365.
    The Excel TEXTJOIN function joins multiple values from a row, column or range of cells with specific delimiter.

    For other versions of Excel, you can write the formula in the E5 cell based on B5,C5 and D5 cells like.
    =B5&IF(C5<>“”,”-“&C5,””)&IF(D5<>“”,”-“&D5,””)
    Finally, you need to set your column width to place the output in the cell perfectly and also need to wrap text.

    By using either of these two formulas you can ignore empty cells to combine cells into one.

    Regards,
    Towhid
    Excel & VBA Content Developer
    ExcelDemy

  3. Dear William Moloney,
    As far as I understand, you are able to use “Format Cell” but can’t get the procedure of using “Control Panel” to fix negative number format, right?
    You are using Windows 10 and you can do it easily in Windows 10.
    Firstly, go to “Control Panel”.
    Secondly, click on “Change date, time and number format” in the option “Clock and Region”.
    Thirdly, a window named “Region” will appear. Go to “Formats” option of that window. Click on “Additional settings” at the right-bottom side of the window.
    You will see a “Customize Format” window. Go to “Numbers” of this window. You’ll see many options available in this “Numbers” option.
    Fourthly, in the “Negative Number Format” option, click on the value and you will see different options such as 1.1, -1.1, 1.1- etc. You need to select 1.1 here and then click OK. This is the most important step here to select 1.1. Windows 10 has default selection 0f -1.1, you need to just change it to 1.1.
    Hope, your problem will be solved now. Thank you.

    Regards,
    Towhid
    Excel & VBA Content Expert
    ExcelDemy

  4. Hello RAY,
    Can you please elaborate what problems you are facing? And the problems in getting the output using these methods? I mean, the output scenario needs to be known and analyze properly to make a solution of your problem.

    Thanks with Regards,
    Towhid
    Excel and VBA Content Developer

  5. Hello NK,
    It’s awesome that you have found another solution which is applicable by adding a simple symbol in the formula you have mentioned. Yes obviously it is possible to remove blank from lists using the combination of UNIQUE and FILTER functions. The formula should be for the dataset of this article.
    =UNIQUE(FILTER(B5:B14,B5:B14<>“”))
    You need to add the symbol <> extra.
    Here, the FILTER function is used to remove any blank values from the data.
    The <> symbol is a logical operator that means does not equal.
    The filtered data is returned directly to the UNIQUE function as the array argument. The UNIQUE function then removes duplicates and return the final array.

    Thanks with Regards,
    Towhid
    Excel & VBA Content Developer

Advanced Excel Exercises with Solutions PDF

 

 

ExcelDemy
Logo