The MONTH and YEAR functions allow you to extract time-based insights from your data. In this lesson, you’ll learn how to pull the month and year from dates and apply them to analyze service call trends, seasonal demand, and revenue by year. You’ll also see how these functions support reporting by grouping data and building time-based summaries.
Download the Excel file used in this tutorial:
This allows you to group and analyze data by year without modifying the original date column
This enables grouping by month for trend analysis and seasonal reporting
This allows you to quickly build year-over-year comparisons
Example use cases:
You now have a structured dataset that allows you to analyze performance by year, month, or both, enabling cleaner reporting, better trend analysis, and more flexible Excel models.
Q1. What do the MONTH and YEAR functions do in Excel?
The MONTH function extracts the month (as a number from 1 to 12) from a date, while the YEAR function extracts the year. Together, they allow you to break down dates into usable components for analysis.
Q2. Why are these functions important for business analysis?
Most business data includes dates. Using MONTH and YEAR helps you analyze trends over time, such as monthly performance, seasonal patterns, and year-over-year growth.
Q3. How are these functions used in real scenarios?
They are commonly used to group data, such as calculating total revenue by year, counting jobs completed per month, or analyzing demand patterns across different time periods.
Q4. Can I use MONTH and YEAR with other Excel functions?
Yes. These functions are often combined with tools like SUMIFS and COUNTIFS to filter and aggregate data based on specific months or years.
Q5. Why does the MONTH function return a number instead of a name?
By default, MONTH returns a number (1–12). If you want the month name (like “January” or “May”), you can use the TEXT function to format the date accordingly.
Q6. How can I combine month and year into a single value?
You can combine both using functions like CONCAT to create labels such as “Jan – 2025” or “2025-01,” which are useful for reports and dashboards.