I am looking for a conditional formatting formula that validates two conditions from another sheet.
I have Sheet1 and Sheet2: Sheet2 has daily records of workers such as time in and off, Sheet2 contains a list of all workers and certain dates.
I would like to find a way to color cells in Sheet1 IF 1) there is a record of a specific worker AND 2) it has the same date in the Sheet2.
Example: C4 colored orange because a record of B4 (Worker A) and C2 (11/1/2023) exist in Sheet2 (B4);C5 colored is not colored because there is no record of Worker B on 11/1/2023 in Sheet2.

