I'm trying to match info in another sheet and return a date column to the first sheet. I've tried a few things but keep getting errors.
In Sheet A each row is a job number. I want to fill in the job completion date from Sheet B. It has many job number rows with different job types. The Job type column is Parent/Child. I'm trying to lookup text in the Job type column in sheet B (it will be a child), and return the completion date where the Job number in Sheet B matches Sheet A.
I think maybe the parent/child thing is my problem, but not sure how to solve it. Any help would be much appreciated!