Henry_Falcon77
New Member
- Joined
- Feb 24, 2019
- Messages
- 14
- Office Version
- 365
- 2019
- Platform
- Windows
- MacOS
Hello everyone,
I have 2 different excel sheets with 1000's of people. One sheet is called Alpha and the other Beta. I want to pull the hours worked in Column L on beta sheet and paste it to the column F in alpa sheet. Each employee has a unique id code and a code for hours. I need a vlookup formula to search by unique id,code for hours, and total hours from sheet Beta and past the hours worked on Sheet Alpha, column F, by searching for the exact unique employee it with their matching code for hours. Please see attached. Thank you in advance for your help.
I have 2 different excel sheets with 1000's of people. One sheet is called Alpha and the other Beta. I want to pull the hours worked in Column L on beta sheet and paste it to the column F in alpa sheet. Each employee has a unique id code and a code for hours. I need a vlookup formula to search by unique id,code for hours, and total hours from sheet Beta and past the hours worked on Sheet Alpha, column F, by searching for the exact unique employee it with their matching code for hours. Please see attached. Thank you in advance for your help.
V LOOKUP multipl criteria across different sheets.xlsx | ||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
A | B | C | D | E | F | G | H | I | J | K | L | |||
1 | EXCEL SHEET A- HOURS ENTERED TIMESHEET ALPHA | EXCEL SHEET A- HOURS ENTERED TIMESHEET BETA | ||||||||||||
2 | NAME | UNIQUE ID Employee | TYPE OF HOURS | Code for Hours | Hours Worked on Timesheet ALPHA | PULL HOURS FROM BETA | NAME | UNIQUE ID Employee | TYPE OF HOURS | Code for Hours | Hours Worked BETA | |||
3 | Mike Sharpe | 240 | vaca | 170 | 25 | 20 | Mike Sharpe | 240 | vaca | 170 | 20 | |||
4 | Mike Sharpe | 240 | sick | 180 | 25 | 17 | Mike Sharpe | 240 | sick | 180 | 17 | |||
5 | Mike Sharpe | 240 | overtime | 130 | 10 | 14 | Mike Sharpe | 240 | overtime | 130 | 14 | |||
6 | Mike Sharpe | 240 | Comp | 192 | 10 | 14 | Mike Sharpe | 240 | Comp | 192 | 14 | |||
7 | Jimmy Snuka | 165 | base hours | 010 | 30 | 15 | Jimmy Snuka | 165 | base hours | 010 | 15 | |||
8 | Jimmy Snuka | 165 | vaca | 170 | 20 | 17 | Jimmy Snuka | 165 | vaca | 170 | 17 | |||
9 | Jimmy Snuka | 165 | sick | 180 | 20 | 18 | Jimmy Snuka | 165 | sick | 180 | 18 | |||
10 | Hulk Hogan | 125 | vaca | 170 | 25 | 30 | Hulk Hogan | 125 | vaca | 170 | 30 | |||
11 | Hulk Hogan | 125 | sick | 180 | 25 | 27 | Hulk Hogan | 125 | sick | 180 | 27 | |||
12 | Hulk Hogan | 125 | comp | 190 | 20 | 18 | Hulk Hogan | 125 | comp | 190 | 18 | |||
13 | Bob Backlund | 855 | sick | 180 | 30 | 26 | Bob Backlund | 855 | sick | 180 | 26 | |||
14 | Bob Backlund | 855 | vaca | 170 | 30 | 26 | Bob Backlund | 855 | vaca | 170 | 26 | |||
15 | Bob Backlund | 855 | base hours | 010 | 10 | 19 | Bob Backlund | 855 | base hours | 010 | 19 | |||
Sheet1 |