Finding unique values using VBA in Microsoft Excel

In this article, we will create custom function to find unique values from the defined range. Raw data for this example consists of duplicate entries...

Calculating shift adherence time for given shift using VBA in Microsoft Excel

In this article, we will create a custom function or UDF to calculate the shift adherence time for the agents. Raw data for this example consists of ...

Finding the week number using VBA in Microsoft Excel

In this example, we will create a custom function to find the week number for the specified date. For this example, sample data consists of employeeâ...

Calculate the count of workdays between two dates using VBA in Microsoft Excel

In this article, we will create a User Defined Function (UDF) to count the number of working days between the specified dates, including or excludin...

Checking whether it is holiday on the specified date using VBA in Microsoft Excel

In this article, we will create a User Defined Function (UDF) to check whether it is holiday on the specified date, including or excluding Saturdays a...

Calculate a week start date using VBA in Microsoft Excel

In this article, we will create a user defined function (UDF) or custom function to find the first date for any given week, considering Monday as the ...

Count cells in a range from all worksheets using VBA in Microsoft Excel

It's possible to achieve this with the built-in COUNT() or COUNTA() function, but that can be a big task if the workbook contains many worksheets,or ...

Terms and Conditions of use

The applications/code on this site are distributed as is and without warranties or liability. In no event shall the owner of the copyrights, or the authors of the applications/code be liable for any loss of profit, any problems or any damage resulting from the use or evaluation of the applications/code.