Hello,
I am trying to create a metrics sheet that pulls data from a conference room request sheet. I was able to create all of the functions except this one, which counts the total reservations per department per calendar year.
=COUNTIFS({Submission Status}, OR(@cell = "Assigned", @cell = "Confirmed"), {End Date}, YEAR(@cell) = [Value CY]1, {Department}, @cell = [Metric CY]@row)
The function works until I add the final range and criteria, {Department}...
What is wrong here?
Thank you!