Sum time by year and task
This tutorial shows how to sum the time by year and project using an Excel formula, with the SUMIFS and DATE functions
GENERIC FORMULA
=SUMIFS(time_rng,date_rng,">="&DATE(year,1,1),date_rng,"<="&DATE(year,12,31),task_rng,task)
ARGUMENTS GENERIC FORMULA
=SUMIFS(time_rng,date_rng,">="&DATE(year,1,1),date_rng,"<="&DATE(year,12,31),task_rng,task)
ARGUMENTS EXPLANATION This formula uses the SUMIFS and DATE functions to sum the time that is associated with the specific year and project.
Click on either the Hard Coded or Cell Reference button to view the formula that has the year and 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 | |
Sum time by month and task | How to sum the time by month and project |
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 |