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.
In this tutorial, I am going to share with you 4 practical examples to use the If Then Else statement in Excel. You can easily apply these examples in any set ...
The dataset we'll use for this tutorial has nine rows and three columns. Initially, we'll keep all the cells in General format and the date values in Date ...
In this tutorial, I am going to share with you 3 practical examples of how to apply conditional formatting using a checkbox in Excel. You can easily apply ...
In this tutorial, I am going to share with you 4 practical examples of how to use the VBA Evaluate function in Excel. You can easily apply these examples in ...
In this tutorial, I am going to show you 3 practical examples of how to use the DSTDEV function in Excel. Specifically, you can quickly use these methods to ...
In this tutorial, I am going to show you 3 easy methods of how to find the standard error of estimate in Excel. You can quickly use these methods to find the ...
In this tutorial, I am going to share with you 7 practical list of dynamic array formulas in Excel. You can easily apply these functions to perform a wide ...
The sample dataset has 2 types of columns (Location 1 and Location 2). Method 1 - Using a Geometric Formula to Find the Distance Between Zip Codes ...
In this tutorial, I am going to show you 4 quick tricks on how to perform page scaling in Excel. You can quickly use these methods, especially in large ...
Step 1 - Prepare Your Dataset Create a concise dataset containing approximately 11 rows and 6 columns. Keep all cells in the General format and use the ...
In this tutorial, I am going to share with you 2 simple methods to insert WordArt in Excel. You can easily apply these methods in any set of data to add both ...
The procedures to create a leaderboard in Excel in this tutorial can also be used to create any type of dataset to rank a list of data. Step 1 - Making a Base ...
In this tutorial, I am going to share with you 34 practical examples of compatibility function in Excel. You can easily apply these functions to perform a wide ...
In the dataset below, we have 3 columns showing Product ID, Product Name, and Sales (units). Method 1 – Using Excel Illustrations Feature to Put a ...
In this tutorial, I am going to show you step-by-step procedures on how to make price optimization models in Excel. You can use these steps for any type of ...

Hi Shruti,
I have attached an Excel file that you can use to find specific absent dates. Hope it helps!
Download link
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.
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!
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.
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.
Hi Brijesh,



I have created a simplified solution below. Please follow them:
1. I am assuming that you have a Sheet1 like below:
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")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.
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.