Skip to content
Free Excel Tutorials
  • Home
  • Excel For Beginners
  • Excel Intermediate
  • Advanced Excel For Experts

Data Analysis

  • Managing Conditional Formatting Rules in Excel
  • Conflicting Multiple Conditional Formatting Rules in Excel
  • How To Sort One Column or Multiple Columns in Excel
  • How to Create Gantt Chart in Excel
  • Error Bars in Excel

References

  • Approximate match with multiple criteria in Excel
  • Merge tables with VLOOKUP in Excel
  • Left Lookup in Excel
  • How to get last row in numeric data in Excel
  • Get nth match with INDEX / MATCH in Excel

Data Validations

  • Excel Data validation require unique number
  • Excel Data validation must contain specific text
  • Excel Data validation allow weekday only
  • Excel Data validation only dates between
  • Data validation must not exist in list

Display Days in month in Excel

by

This tutorial shows how to Display Days in month in Excel using example below.

To get the number of days in a given month from a date, you can use a formula based on the EOMONTH and DAY functions.

Formula

=DAY(EOMONTH(date,0))

Explanation

In the example shown, the formula in cell B5 is:

=DAY(EOMONTH(B5,0))

How this formula works

The DAY function returns the day component of a date.  The EOMONTH function returns the last day of the month for a given date. So, in this formula EOMONTH first returns a date corresponding to the last day of the month, and then DAY returns the date value for that date.

By definition, the value returned by DAY is always equal to the number of days in the month, since the date supplied to DAY is always the last day.

Post navigation

Previous Post:

DECIMAL function: Description, Usage, Syntax, Examples and Explanation

Next Post:

AVERAGE function: Description, Usage, Syntax, Examples and Explanation

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Learn Basic Excel

Ribbon
Workbook
Worksheets
Format Cells
Find & Select
Sort & Filter
Templates
Print
Share
Protect
Keyboard Shortcuts

Categories

  • Charts
  • Data Analysis
  • Data Validation
  • Excel Functions
    • Cube Functions
    • Database Functions
    • Date and Time Functions
    • Engineering Functions
    • Financial Functions
    • Information Functions
    • Logical Functions
    • Lookup and Reference Functions
    • Math and Trig Functions
    • Statistical Functions
    • Text Functions
    • Web Functions
  • Excel VBA
  • Excel Video Tutorials
  • Formatting
  • Grouping
  • Others

Logical Functions

  • Not Equal To ‘<>‘ operator in Excel
  • SWITCH function example in Excel
  • How to use Excel FALSE Function
  • IF with boolean logic in Excel
  • IF with wildcards in Excel

Date Time

  • Display Days in month in Excel
  • Add days to date in Excel
  • Get work hours between dates and times in Excel
  • DATEVALUE function: Description, Usage, Syntax, Examples and Explanation
  • NETWORKDAYS function: Description, Usage, Syntax, Examples and Explanation

Grouping

  • Group times into 3 hour buckets in Excel
  • How to randomly assign data to groups in Excel
  • Running count group by n size in Excel
  • Categorize text with keywords in Excel
  • Group numbers at uneven intervals in Excel

General

  • How to calculate percentage discount in Excel
  • Subtotal invoices by age in Excel
  • Index and match on multiple columns in Excel
  • How to get Excel workbook path only
  • Transpose: Switch ‘Rows to Columns’ or ‘Columns to Rows’ in Excel
© 2025 xlsoffice . All Right Reserved. | Teal Smiles | Abbreviations And Their Meaning