Hi Community,
Looking for some assistance here I have a summary sheet where I am looking to perform some cost calculations. I want to pull the count of when cost code 1 is logged but only when the task happens before a date (Finish < a date) into the cell of another sheet
Here is my attempt: =COUNTIFS({LCM China Project Plan_example Range 0}@row < DATE(2023, 3, 1), 1, {LCM China Project Plan_example Range 1}, 1)