I need to compare a column that contains only week ending dates to a reference sheet that has a date column that could be any date. And also look for the word 'yes' in a range of words. And also look for the word 'weekly' from a reference sheet. All this to give a return of 'Completed' if true, and 'Incomplete' if false. A 3rd return value of 'Receiving not operating' if all the range is 'No'.
In the screenshot, for Week Ending 10/05/25, the Moisture Reader Weekly column should return a Completed value because the RCV equipment was operating during the week ('Yes"), and the word 'Weekly' was chosen from a column in my reference sheet.
This is a formula I got to work with daily date comparisons, but it is the range of dates that is causing me issues.