=IF(HAS({1st day of the week}, Date@row), OR(HAS({2nd day of the week}, Date@row), INDEX(COLLECT({Clinical Placement Tool Status}, {Hospital Site Name}, [Hospital Name]@row, {Unit Name}, [Unit Name]@row), 0)))
Is the formula I am using it is partially working. When I look at the results in column where it should be pulling data it is coming back as invalid data. See Below:
The row that is stating "OPEN" is where the formula is working perfectly but the two rows beneath have the same formula and should be pulling back "Approved" but it's pulling an invalid data type. Please help