C
cpliu
I have the following columns:
Date Start,Date End,Project,Hour
I'd like to input the project name in multiple rows, enter a range to cover in date start and date end, then it will calculate the total hours for each project used in that period of time.
I had the following formula working based on the range of rows to calculate, but what change do I need in order to add up based on the dates?
=SUMPRODUCT(($B$1768:$B$1793=C2)*($E$1768:$E$1793))
B column is the projects entered in the column
E is the time spent on project in B column
C2 is the project name entered to match.
Thanks,
cpliu
Date Start,Date End,Project,Hour
I'd like to input the project name in multiple rows, enter a range to cover in date start and date end, then it will calculate the total hours for each project used in that period of time.
I had the following formula working based on the range of rows to calculate, but what change do I need in order to add up based on the dates?
=SUMPRODUCT(($B$1768:$B$1793=C2)*($E$1768:$E$1793))
B column is the projects entered in the column
E is the time spent on project in B column
C2 is the project name entered to match.
Thanks,
cpliu