C
cpliu
I use Excel for basic project management. I use formula below to
calculate hours spent on a specific task of a project. The range is
B22 to B2058, A43 is the project name, BC15 is the task name. B column
is the hour, H column is the task.
=SUMPRODUCT((worksheetname!$B$22:$B$2058=$A43)*(worksheetname!$H$22:$H
$2058=$BC$15)
I noticed that there are recurring projects that I'd like to count
only the recent change so the range needs to be dynamic. I'm thinking
that I can have another cell on the same row that I indicate the date
after to track. The formula would use that date and find the starting
cell of that date (B22 would become something else) and use that as
the begin range and count the total hours spent?
Thank you so much for your help,
calculate hours spent on a specific task of a project. The range is
B22 to B2058, A43 is the project name, BC15 is the task name. B column
is the hour, H column is the task.
=SUMPRODUCT((worksheetname!$B$22:$B$2058=$A43)*(worksheetname!$H$22:$H
$2058=$BC$15)
I noticed that there are recurring projects that I'd like to count
only the recent change so the range needs to be dynamic. I'm thinking
that I can have another cell on the same row that I indicate the date
after to track. The formula would use that date and find the starting
cell of that date (B22 would become something else) and use that as
the begin range and count the total hours spent?
Thank you so much for your help,