Hello!
I have a multi-select column from which I am able to get a summary formula to count correctly, but every attempt I've made to account for the year from a second column has returned errors of some kind. The Year column has a formula in it as well: =YEAR([Contract Fully Executed Date]@row)
This is the formula that provides the count of rows that have "Production Planning", Production (on-site)" and "Production Virtual" - and now I would like to only return results if the Year column is 2024. I'm open to using the Contract Fully Executed Date column in the formula instead of the Year 'helper' but my attempts at that formula were even worse.
=COUNTIFS([Support Needed]:[Support Needed], OR(CONTAINS("Production Planning", @cell), CONTAINS("Production (on-site)", @cell), CONTAINS("Production Virtual", @cell)))
Thank you for your help - this is my first post!