Hi,
I'm looking to merge two sheets , a data consolidation. I have the following structure
Sheet1
<tbody>
</tbody>
Sheet2
<tbody>
</tbody>
What I'm looking for is the following result or something similar:
<tbody>
</tbody>
A short legend Sheet 1 : Col. A is the task ,Col B is the file no.
Sheet2: A-file no. , B-file type , C- client ; D- assigned person ( can be blank)
Can anyone help me with an idea? For now we designed one person to check task by task and send to appropriate person but we have hundreds of task so any help is very welcome. Thanks
I'm looking to merge two sheets , a data consolidation. I have the following structure
Sheet1
A | B |
discuss with client | EA-11-99379 |
request documents | FA-12-11458 |
rescheduled | GC-12-87663 |
request ASPC | DL-11-110677 |
<tbody>
</tbody>
Sheet2
A | B | C | D |
EA-11-99379 | CAR | BMW | John |
EA-11-99379 | RAR | BMW | John |
FA-12-11458 | CAR | OPEL | Emily |
GC-12-87663 | RATT | FORD | |
FA-12-11458 | RAR | OPEL | John |
EA-11-99379 | RATT | BMW | Denis |
<tbody>
</tbody>
What I'm looking for is the following result or something similar:
discuss with client | EA-11-99379 | CAR | BMW | John | |
RAR | BMW | John | |||
RATT | BMW | Denis | |||
request documents | FA-12-11458 | CAR | OPEL | Emily | |
RAR | OPEL | John | |||
rescheduled | GC-12-87663 |
<tbody>
</tbody>
A short legend Sheet 1 : Col. A is the task ,Col B is the file no.
Sheet2: A-file no. , B-file type , C- client ; D- assigned person ( can be blank)
Can anyone help me with an idea? For now we designed one person to check task by task and send to appropriate person but we have hundreds of task so any help is very welcome. Thanks