Hi,
First time posting on here so apologies if my request has anything missing.
I have a list of projects, each with a start and end date in one excel sheet. In another sheet I have months as the column headers, and rows containing "new projects" and "active projects". I have filled out the new projects row with the formula =COUNTIFS('Project backlog'!$C$2:$C$6,">="&Monthly!B2,'Project backlog'!$C$2:$C$6,"<="&B3) which counts the number of new projects for that month based on the project start month.
In the "active projects" row I need a formula that counts active projects based on the dates, so it will count all the new projects, plus any projects from previous months that have not concluded.
Can someone please help with the "active projects" row formula, and also if my formula for "new projects" is a long way of doing things (unsure if it is the best way or not) could someone please suggest a more efficient formula? Thanks in advance
First time posting on here so apologies if my request has anything missing.
I have a list of projects, each with a start and end date in one excel sheet. In another sheet I have months as the column headers, and rows containing "new projects" and "active projects". I have filled out the new projects row with the formula =COUNTIFS('Project backlog'!$C$2:$C$6,">="&Monthly!B2,'Project backlog'!$C$2:$C$6,"<="&B3) which counts the number of new projects for that month based on the project start month.
In the "active projects" row I need a formula that counts active projects based on the dates, so it will count all the new projects, plus any projects from previous months that have not concluded.
Can someone please help with the "active projects" row formula, and also if my formula for "new projects" is a long way of doing things (unsure if it is the best way or not) could someone please suggest a more efficient formula? Thanks in advance