Hello, I am trying to create a formula that encompasses multiple dates. The current formula I have is as follows:
=IF($[In Date]5 = ($[In Date]$4 + [03-OCT]$4), $[Day Type In]5, IF($[Out Date]5 = ($[In Date]$4 + [03-OCT]$4), $[Day Type Out]5, IF(AND($[In Date]5 < ($[In Date]$4 + [03-OCT]$4), $[Out Date]5 > ($[In Date]$4 + [03-OCT]$4)), "W", "°")))
I have added 4 more columns that I need to add to the in as a OR function.
In Date 2, Out Date 2, Day Type In 2, Day Type Out 2
Bit of a novice with this so any direction would be great!