Hi All,
I am in need of some formula help!
1. I would like to count all of the projects in my portfolio that are in the Active state and either Yellow or Red health. I have a Dropdown List column for State and a Symbols column for Health (RYGB balls).
This is the formula I've have been trying. I am getting the Unparseable error.
=COUNTIFS([Health:Health, "Red"], [Health:Health, "Yellow"], [State:State, "Active"])
2. I would like to count all of the projects in my portfolio that are launching in Jan, in Feb, in March, etc. I have a Date column called Upcoming Launch Date.
This is the formula I've tried for this one (for projects launching in January):
=COUNTIF([Upcoming Launch Date]:[Upcoming Launch Date], (MONTH(1)))
I would really appreciate some guidance on one or both of these formulas to understand what I'm entering wrong.
Thanks so much!!