Hello there,
I have two sheets, the first one includes employee requests where an employee can have more than one listed request, some of them are market "DONE", Some marked "Rejected".
what am I trying to do is link this sheet with another sheet that include employee vacation/ Cancellation, where there will be a cell that shows if there are any under process applications for the employees before they leave on vacation.
The limitations and exlusions in this formula are:
1. Multible requests
2. "Done" and "Rejected" requests (Must be excluded)
3. I need the result to appear in the employee vacation sheet
THis is as far as I went: =IF(OR(VLOOKUP(D3,'Employee Request'!C$3:G$551,5,0)="Done",VLOOKUP(D3,'Employee Request'!C$3:G$551,5,0)="Rejected"),"",MATCH(D3,'Employee Request'!C$3:G$374,0))
Employee Vacation Sheet
Employee Request Sheet
I have two sheets, the first one includes employee requests where an employee can have more than one listed request, some of them are market "DONE", Some marked "Rejected".
what am I trying to do is link this sheet with another sheet that include employee vacation/ Cancellation, where there will be a cell that shows if there are any under process applications for the employees before they leave on vacation.
The limitations and exlusions in this formula are:
1. Multible requests
2. "Done" and "Rejected" requests (Must be excluded)
3. I need the result to appear in the employee vacation sheet
THis is as far as I went: =IF(OR(VLOOKUP(D3,'Employee Request'!C$3:G$551,5,0)="Done",VLOOKUP(D3,'Employee Request'!C$3:G$551,5,0)="Rejected"),"",MATCH(D3,'Employee Request'!C$3:G$374,0))
Employee Vacation Sheet
Employee Request Sheet