Return first Monday of a month

This tutorial shows how to find the first Monday of a month using an Excel formula, with the DAY and WEEKDAY functions

EXCEL FORMULA 1. Return first Monday of a month

EXCEL

Return first Monday of a month

=B5-DAY(B5)+8-WEEKDAY(B5-DAY(B5)+6)
GENERIC FORMULA

=month-DAY(month)+8-WEEKDAY(month-DAY(month)+6)

ARGUMENTS
date: A date that represents the month for which you want to return the first Monday.

EXPLANATION
This formula uses the DAY and WEEKDAY functions to return the first Monday of a month.

RELATED TOPICS

Related Topic Description Related Topic and Description
How to return the first day of a specific month
How to return the last day of a specific month

RELATED FUNCTIONS

Related Functions Description Related Functions and Description
The Excel DAY function returns the day from a specified date
The Excel WEEKDAY function returns a number between 1 and 7, representing the day of the week based on the return type that has been selected