Hi all,
I'm having some issues with a formula concept. My management wants a year to date view on various Phase Status within a Project Portfolio. I am trying to figure out, with dynamic figures how to get YTD on projects and settled on using all the various date fields as maybe an OR Function. I'm not sure if this is the right approach.
The idea here is that it would count if Planning Phase Date or Baseline Start, or Baseline LBE, or Actual Start, or Actual LBE/GO Live have a date in 2021. But I don't want it to count more than once.
I tried this:
=COUNTIFS({CREReporting}, 0, {CREPhase}, [Metric Name]@row, OR({CREPlanningDate}, >=DATE(2021, 1, 1), {CREBaseStart}, >=DATE(2021, 1, 1)))
I get invalid data type.
Any ideas?
Some screen caps below as I work this out.