Get the First Day of the Current Month in Excel (3 Methods)

Microsoft Excel offers a handful of methods to get the first day of the current month. You can also get the first day of any random month or for the next month. In this article, you will learn 3 methods to get the first day of the current month in Excel with ease.


How to Get the First Day of the Current Month in Excel: 3 Methods

1. Combine the DATE, YEAR, MONTH, and TODAY Functions to Get the First Day of the Current Month in Excel

In this method, I will write a formula using the DATE, YEAR, MONTH, and TODAY functions to calculate the first day of the current month in Excel.

ā¶ First of all, insert the following formula in cell C4.

=DATE(YEAR(TODAY()),MONTH(TODAY()),1)

In this formula,

  • TODAY() returns today’s date.
  • YEAR(TODAY()) returns the current year.
  • MONTH(TODAY()) returns the current month.
  • DATE(YEAR(TODAY()),MONTH(TODAY()),1) adds 01 as day 1 with the current year and month.

ā· After that press the ENTER button.

Combine the DATE, YEAR, MONTH, and TODAY Functions to Get the First Day of the Current Month in Excel

After that, you will get the first day of the current month in cell C4.

Read More: How to Get First Day of Month from Month Name in Excel


2. Combine the DAY and TODAY Functions to Return the First Day of the Current Month in Excel

Now I will combine the DAY & the TODAY functions to calculate the first day of the current month in Excel.

To use the formula:

ā¶ Select cell C4 and write down the following formula:

=TODAY()-DAY(TODAY())+1

Here,

  • TODAY() returns the current date.
  • DAY(TODAY()) returns only the day of the current date.
  • TODAY()-DAY(TODAY())+1 subtracts today’s day from today’s date and then adds 1 as a day. Thus we get the first day of the current month.

ā· Now hit the ENTER button to execute the formula.

Combine the DAY and TODAY Functions to Return the First Day of the Current Month in Excel

After pressing the ENTER button, you will see the first day of the current month in cell C4.

Read More: How to Calculate First Day of Previous Month in Excel


3. Join the EOMONTH & TODAY Functions to Get the First Day of the Current Month in Excel

In this section, I will combine the EOMONTH and the TODAY functions to write a formula to get the first day of the current month in Excel.

For getting the first day of the current month,

ā¶ First insert the following formula in cell C4.

=EOMONTH(TODAY(),-1)+1

In this formula,

  • TODAY() returns the current date.
  • EOMONTH(TODAY(),-1) returns the last day of the previous month.
  • EOMONTH(TODAY(),-1)+1 adds 1 to the last day of the previous month. Thus, we get the first day of the current month.

ā· Now press the ENTER button.

Join the EOMONTH & TODAY Functions to Get the First Day of the Current Month in Excel

After pressing the ENTER button, you will see the first day of the current month in cell C4.

Read More: Excel Formula for Current Month and Year


Get the First Day of the Any Month in Excel

If you are looking for formulas to get the first day of any month in Excel, then follow the steps below:

ā¶ Insert the following formula in cell C5.

=B5-DAY(B5)+1

Here,

  • B5 contains the input data.
  • DAY(B5) extracts the day from the date in cell B5.
  • B5-DAY(B5)+1 subtracts the day from the date in cell B5 and then adds 1. Thus, we get the first day of any given month in Excel.

ā· Now press the ENTER button to insert the formula.

Get the First Day of the Any Month in Excel

āø Put the mouse cursor at the right-bottom corner of the cell where you’ve inserted the formula.

A plus-like icon called the ā€œFill Handleā€ will appear.

ā¹ Drag the Fill Handle icon from cell C5 to C12.

Now you will get the first day of all input dates just like the picture below:

Get the First Day of the Any Month in Excel

Read More: Get Last Day of Previous Month in Excel


Download Practice Workbook

You can download the Excel file from the following link and practice along with it.


Conclusion

To sum up, we have discussed 3 methods to get the first day of the current month in Excel. You are recommended to download the practice workbook attached along with this article and practice all the methods with that. Don’t hesitate to ask any questions in the comment section below. We will try to respond to all the relevant queries ASAP.


Related Articles


<< Go Back to Excel MONTH Function | Excel Functions | Learn Excel

Get FREE Advanced Excel Exercises with Solutions!
Mrinmoy Roy
Mrinmoy Roy

Mrinmoy Roy, a dedicated professional with a BSc in Electronics and Communication Engineering from Khulna University of Engineering & Technology, Bangladesh, brings over two years of expertise to the ExcelDemy project. As a prolific contributor, he has authored around 180 articles, showcasing his deep knowledge and passion for Microsoft Excel, Data Analysis, and VBA. His unwavering commitment to continuous learning, combined with versatile skills, renders him well-suited for roles in data management and spreadsheet solutions. He has interest... Read Full Bio

We will be happy to hear your thoughts

Leave a reply

Advanced Excel Exercises with Solutions PDF

 

 

ExcelDemy
Logo