Hi,
=COUNTIFS([24-7 PM]:[24-7 PM], HAS("Jon Cornwell", @cell), [Project Type]:[Project Type], "LV Switchgear")
I am trying to create a summary which shows how many of a certain project type a project manager may be involved in. Hope that makes sense
I can get the first part of the formula to work on its own..
=COUNTIFS([24-7 PM]:[24-7 PM], HAS("Jon Cornwell", @cell))
but as soon as I add the criteria for the second column, namely the Project Type, it returns a 0 value
Please see picture below.
Can anybody help please?