Hello,
I am working on a resourcing sheet to look at works in progress by the week. I have a sheet that has a column for each week of the year. I am working on a formula to reference another sheet which has a list of projects with the Project Manager and start and end dates. For each week of the project (the start week, the end week and every week in between), I want to count it as 1 in the corresponding columns. I have helper columns in the project sheet to grab the week number of the start date and end date but can't figure out how I can make sure the in between weeks are being counted.
This is the formula I started with but it's not working as I think it's cancelling each other out. The referenced cell (10 Mar 2024) is a cell that is referencing the week number for that week in that particular column.
=COUNTIFS({Project Manager}, $[Project Team Member]@row, {Project Intake Start Week}, >=[10 Mar 2024]$1, {Project Intake End Week}, <=[10 Mar 2024]$1)
any ideas?