Good afternoon,
I am having a hard time figuring out the correct formula.
Sheet 1 - Information to assign Person X to review Cases (1 or more). Review Request Number is Case Number-Person X ID number.
Sheet 2 - Timesheet for Person X . Need to enter their Person ID and the Case Number. These are combined and should match a Review Request Number
Sheet 3 and 4 - Error Report. I need to make sure that all Timesheets submitted by Person X correspond to a matching assignment. I have two error reports. One starts with the case number and sees if there are inconsistencies with the assigned Person ID on Sheet 1 and the Person ID on Sheet 2 based on the case number. I have this one working (I think).
The second is based on the Person ID. For each Person ID, I collect the assigned cases from Sheet 1 (1 or more) and the Case Numbers from Sheet 2 (one or more). I want to check to make sure that any Case Numbers pulled over from Sheet 2 appear in the assigned list from Sheet 1. I only need to know when a Case Number from Sheet 2 does not appear on the list from Sheet 1.
Any suggestions?