Nazmul Hossain Shovon

About author

Nazmul Hossain Shovon, a BUET graduate in Naval Architecture and Marine Engineering, embarked on his career with 8 months dedicated to the Exceldemy project's triumph. Transitioning into a Software Developer role, he specialized in web add-in development. At Exceldemy, he authored about 125 blog articles and solved many visitors’ problems, refining his writing skills and delving into Excel-related topics. With a primary passion for programming and software development, Shovon continually explores new horizons, fostering professional growth in his chosen field.

Designation

Junior Software Developer at SOFTEKO

Lives in

Dhaka, Bangladesh.

Education

BSc in Naval Architecture and Marine Engineering from BUET.

Expertise

JavaScript, React, Nodejs

Experience

  • Software Developer
  • Content Writer

Summary

  • Currently working as Junior Software Developer in Web Technologies in Software Development Team.
  • Started technical content writing of Excel & VBA in June 2022 and later joined the software development team after 8 months.

Latest Posts From Nazmul Hossain Shovon

0
How to Calculate Average Only for Cells with Values in Excel

In this tutorial, I am going to show you 5 quick tricks to calculate the average only for cells with values in Excel. You can quickly use these methods even in ...

0
How to Get Cell Value by Address in Excel: 6 Simple Methods

Method 1 - Get Cell Value Using ADDRESS Function Steps: Go to cell D4 and insert the following formula: =INDIRECT(ADDRESS(10,2)) Press ...

0
How to Use COUNTIFS with Date Range and Text in Excel

In this tutorial, I am going to show you 4 practical examples of how to use COUNTIFS with date range and text in Excel. You can quickly use these methods even ...

0
How to Sum Same Cell in Multiple Sheets in Excel

In this tutorial, I am going to share with you 4 easy methods to sum the same cell in multiple sheets in excel. These methods can help you a lot to quickly ...

0
How to Make a Class Schedule on Excel: Step-by-Step Procedures

Method 1 - Inserting Class Times Go to cell C4 and type “PERIODS”. Select all the cells from C4 to K4. Navigate to the Home tab and click on Merge ...

0
How to Make First Derivative Graph on Excel (With Easy Steps)

We'll consider a simple dataset that contains the Price and the Demand columns. The Price will be in Dollars and the Demand will be in the number of units. ...

0
How to Apply Formula to Entire Column Using Excel VBA

We have a sample dataset of product prices and taxes to be applied to them. We have formatted all the data cells in the Accounting format. We saved the Excel ...

0
How to Add Hours, Minutes, and Seconds in Excel

In this tutorial, I am going to share with you 3 simple methods to add hours, minutes, and seconds in Excel. Whether you are working with employee worksheets ...

0
How to Autofill Dates in Excel Without Dragging (7 Simple Methods)

In this tutorial, I am going to show you 7 simple methods to autofill dates in Excel without dragging. Although you can also do this by dragging, this would be ...

1
How to Merge Two Columns in Excel Without Losing Data

In this tutorial, I am going to show you 5 easy methods to merge two columns in Excel without losing data. You can quickly use these methods even in large ...

0
How to Select Visible Cells in Excel (5 Quick Tricks)

When working with large data sets containing hidden cells, one can easily select the visible cells along with the hidden cells by dragging the mouse cursor ...

0
How to Reverse a Number in Excel – 6 Quick Examples

Only 4-digit numbers were used. Example 1. Combining the SUM and the VALUE Functions Steps: Go to C5 and enter the formula: ...

0
How to Solve a Polynomial Equation in Excel – 5 Methods

Polynomial equations up to the third order will be used here, although these methods can also be applied to higher-order polynomials. Method 1 - Using ...

0
How to Merge Two Tables in Excel and Remove Duplicates

In this tutorial, I am going to show you 7 effective ways to merge two tables in Excel and remove duplicates. You can use these methods for small or relatively ...

1
How to Remove GST from Total Amount in Excel (With Easy Steps)

To explain the steps clearly, we'll use a simple dataset to calculate taxes on an individual item. We have formatted cells C4, C6, and C7 as Accounting data. ...

Browsing All Comments By: Nazmul Hossain Shovon
  1. Reply NAZMUL HOSSAIN SHOVON
    Nazmul Hossain Shovon Dec 4, 2022 at 3:14 PM

    Hi Shruti,
    I have attached an Excel file that you can use to find specific absent dates. Hope it helps!
    Download link

  2. Reply NAZMUL HOSSAIN SHOVON
    Nazmul Hossain Shovon Dec 4, 2022 at 2:23 PM

    Hi Maikel,
    Can you share your Excel file with us, kindly? So that we may have a look at it and give you some suggestions.

  3. Reply NAZMUL HOSSAIN SHOVON
    Nazmul Hossain Shovon Dec 4, 2022 at 12:24 PM

    Hi Cory,
    You can follow the steps below for this:
    1. Fill up the information in the pdf file. Then go to File >> Save as Text. This will create a file in .txt format.
    2. Now open an Excel sheet. Go to the Data tab. Here in the top left corner, click on From Text/CSV and select the text file you just saved.
    3. Finally in the next window, click on Load and this should bring the filled-in information as well.
    Hope this helps!

  4. Reply NAZMUL HOSSAIN SHOVON
    Nazmul Hossain Shovon Nov 14, 2022 at 11:03 AM

    Hi Mike,
    You can try the following steps to change the date format in excel comments:
    1) Type intl.cpl in the Windows Search Box.
    2) Now, under Date and time formats, click on the Short date drop-down and choose the date format that you want to use in the comments in excel.

  5. Reply NAZMUL HOSSAIN SHOVON
    Nazmul Hossain Shovon Nov 14, 2022 at 10:59 AM

    Hi James,
    Thanks for your correction. To add, you can also calculate the GST amount using this formula:
    GST Amount = (C4*C5)/(1+C5)
    Then we can deduct this value of cell C6 from C4 to get the original price in cell C7.

  6. Reply NAZMUL HOSSAIN SHOVON
    Nazmul Hossain Shovon Oct 24, 2022 at 3:39 PM

    Hi Brijesh,
    I have created a simplified solution below. Please follow them:
    1. I am assuming that you have a Sheet1 like below:
    starting dataset
    2. Now, go to the Sheet2 and insert the following formula in cell C5:
    =IFERROR(VLOOKUP(Sheet1!$B$5,B5:B12,1,FALSE),"Not Found")
    formula
    3. Now, simply copy this formula down using Fill Handle and this should tell you whether the product in cell B5 inside Sheet1 exists in the Product List column or not.
    final result

  7. Reply NAZMUL HOSSAIN SHOVON
    Nazmul Hossain Shovon Oct 24, 2022 at 11:43 AM

    Hi KARLHEINZ,
    Looks like you have missed the <> symbol in the SMALL(IF((LEN($H$6:$H$13)0) portion of the formula. The correct formula should be this:
    SMALL(IF((LEN($H$6:$H$13)<>0)
    I hope this solves your problem. Please let us know if you face any other issues.

Close the CTA

Advanced Excel Exercises with Solutions PDF

 

 

ExcelDemy
Logo