Hi,
Trying to create formula to calculate How many projects start in a certain month by each Project Manager - My excel formulas are weak
Master sheet has columns:
Project Manager is Contact List (does this have to be a Text/Number Column?)
Project Start Date - is Date type Column
=COUNTIFS({Keller Project Summary - MASTER Range 11}, "Gerard" , ({Keller Project Summary - MASTER Range 12}, MONTH(@Cell)=1), IFERROR(@Cell) = 1,0)
What am i doing wrong is coming up with #unparseable