Sum time by month and task
This tutorial shows how to sum the time by month and project using an Excel formula, with the SUMIFS, DATE, YEAR, MONTH and EOMONTH functions
|
GENERIC FORMULA
=SUMIFS(time_rng,date_rng,">="&DATE(YEAR(month),MONTH(month),1),date_rng,"<"&EOMONTH(month,0),task_rng,task)
ARGUMENTS GENERIC FORMULA
=SUMIFS(time_rng,date_rng,">="&DATE(YEAR(month),MONTH(month),1),date_rng,"<"&EOMONTH(month,0),task_rng,task)
ARGUMENTS EXPLANATION This formula uses the SUMIFS, DATE, YEAR, MONTH and EOMONTH functions to sum the time that is associated with the specific month and project.
Click on either the Hard Coded or Cell Reference button to view the formula that has the task name directly entered into the formula or referenced to a specific cell.
Please note that the time and results have the [h]:mm format. |
Related Topic | Description | Related Topic and Description |
---|---|---|
Sum time by week and task | How to sum the time by week and project | |
Convert hours to time | How to convert hours into time |
Related Functions | Description | Related Functions and Description |
---|---|---|
SUMIFS Function | The Excel SUMIFS function returns the sum of all numbers in a specified range based on multiple criteria | |
DATE Function | The Excel DATE function returns a date through the use of individual year, month and day parameters | |
YEAR Function | The Excel YEAR function returns the year from a specified date | |
MONTH Function | The Excel MONTH function returns the month from a specified date |