Greetings!
I am trying to count the number of times a contact appears in a range on a sheet when certain conditions apply. I am trying to make this a column formula instead of a row formula so I don't have to input every individual's name into a formula for what will end up being 20 columns of counting.
The range to search for the contact is five columns, three of which are single contact columns and two that are multiple contact columns. Here is what I have that I feel should work but is not.
=COUNTIFS({2023 BAY Schedule Range 2}, HAS(@cell, [Employee Name]@row), {2023 BAY Schedule Range 3}, FIND("Open", @cell) > 0, {2023 BAY Schedule Range 1}, FIND("Paddle", @cell) > 0))
Thanks for any and all help!
Sam