TLDR: I'm trying to mark employees as "OOO" if they are OOO for 3 or more days of the week (vs if they are only OOO for 1-2 days of the week they still show up as available).
I have a system set up where I have created an "open space" record for every week and previously I had it set up so if the employee was OOO for any part of the week (even if it was just one day) the open space record will show up in red as "unavailable". But I want to adjust that to only showing up as unavailable if they are gone for more than 3 days of the week.
I have created fields in my table that shows all the days of each record, so for the Open Space records it lists out all 5 days of the week vs for any OOO records it lists out all of the OOO days.
I'm looking for a formula that compares the two. When the person is only OOO for one day, the formula below works great (as you see for my 12/1/2023 example)
IF(FIND({[Prototype] Daily Dates 🧮 🏳️}, {[Prototype] Daily OOO 🧮 🏳️}&""), "OOO", "Open Space")
but once the OOO dates turn into a string of dates, unless EVERY date is in the open space string of dates the formula won't work.
Is there a "If(Find()" formula where it looks for ANY overlap rather than complete?
Thank you for your help!

