Hi All, I currently have the below formula:
=IF(AND(R2="c",MATCH(D2,'Activity Report'!$A$3:$A$8),MATCH(B2,'Activity Report'!$C$3:$C$8)),"Confirmed","False")
The Cell B2 and the column of C in the Activity Report are time and dates, formatted as (dd/mm/yyyy hh:mm:ss). Effectively, when I am...