Find Duplicates in Column and Delete Row in Excel

4+ Ways to Find Duplicates in a Column and Delete Rows in Excel

Duplicate data can be a real pain. It often sneaks up on you when you merge different datasets. In a…

Remove Duplicates in Excel

How to Remove Duplicates in Excel [14+ Different Methods]

One of the most obvious tasks as part of the data cleaning process is to remove duplicates. Well, there are…

Countdown Timer in Excel

How to Create a Countdown Timer in Excel [Step-by-Step]

A countdown timer is a tool that is used to count down a specified time to zero. It will help…

Formula with CONCATENATE function to combine date and time in Excel

How to Combine Date and Time in Excel [3 Methods]

To combine date and time, follow the steps below: Select a blank cell. Type the formula: =TEXT(B2,”dd-mm-yyyy”) & TEXT(C2,”   hh:mm…

Calculated total hours in Excel

How to Calculate Total Hours in Excel [8 Methods]

When you have to keep track of the timeline, evaluate productivity, and work on time management, Excel is an excellent…

Calculate after 90 days from the date using TODAY function

How to Calculate 90 Days Before/After a Specific Date in Excel

To calculate 90 days before/after the current date in Excel: Select a blank cell. Type the formula: =TODAY()-90 to go…

INDEX and Match Functions to match multiple columns and output in a third

How to Create Automatic Day Counter in Excel [8 Methods]

To create automatic day counter in Excel, follow the instructions below: Select a cell. Type the formula: =TODAY()-B2 Use the…

INDEX and MATCH functions to match two columns & output third

How to Match Two Columns in Excel and Output a Third Column

To find a match between two columns in Excel and output a third column,  follow the steps below: Select cell…

Compare Three Columns to Find Matches in Excel Using IF & AND Functions

6 Ways to Compare Three Columns to Find Matches in Excel

To compare three columns to find matches in Excel: Select cell D2. Type the formula: =IF(AND(A2=B2,B2=C2),”Common”,”Not Common”) Press ENTER to…

VBA Code to Open an XML File in Excel

How to Open an XML File in Excel [2 VBA Codes]

If you want to import your XML files inside Microsoft Excel, there are multiple ways to do that. But if…