JohnnyBeGood
New Member
- Joined
- Mar 29, 2007
- Messages
- 26
- Office Version
- 365
- Platform
- Windows
Hi all,
I'm hoping someone will be able to help me automate this task. Currently, I'm doing it manually and its time-consuming. I'm sure there's a better way of doing it, but I don't know.
Attached are sample files. First workbook has two sheets MASTER_LIST and Sheet1 and final_merge is how information needs to be merged. The account is in 000902-000 format, and it needs to be 902
Only accounts appearing on Sheet1 need to be filtered, and the master_list file contains around 10,000 lines. If all fields with numbers are empty ACTION NEEDED needs to be populated.
Also, master_list gets exported weekly, and new information is pulled. Please let me know if more clarification is needed.
Thanks in advance!
I'm hoping someone will be able to help me automate this task. Currently, I'm doing it manually and its time-consuming. I'm sure there's a better way of doing it, but I don't know.
Attached are sample files. First workbook has two sheets MASTER_LIST and Sheet1 and final_merge is how information needs to be merged. The account is in 000902-000 format, and it needs to be 902
Only accounts appearing on Sheet1 need to be filtered, and the master_list file contains around 10,000 lines. If all fields with numbers are empty ACTION NEEDED needs to be populated.
Also, master_list gets exported weekly, and new information is pulled. Please let me know if more clarification is needed.
Thanks in advance!
master_list.xlsx | ||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
A | B | C | D | E | F | G | H | I | J | K | L | |||
1 | Customer Num | last_name | first_name | addr_care_of | addr_1 | city | state | zip | home_phone | bus_phone | cell_phone | |||
2 | ------------ | --------- | ---------- | ------------ | ------ | ---- | ----- | --- | ----- | ---------- | --------- | ---------- | ||
3 | 3 | JOHN | DOE | 16619 SE 1ST AVE | BIG CITY | NY | 550429105 | johndoe@mail.com | 5061231234 | |||||
4 | 1002 | CHATEAU BUSINESS PARK-FC/ABCD LLC | 16620 SE 1ST AVE | BIG CITY | NY | 550429145 | 5061231235 | 5061231254 | ||||||
5 | 147555 | MIKE | WINTERS | ABC CORP | 16621 SE 1ST AVE | BIG CITY | NY | 550422933 | ||||||
6 | 137545 | JOHNNY | GOOD | 16622 SE 1ST AVE | BIG CITY | NY | 550429105 | 5061231237 | ||||||
7 | 902 | LUCY | DOE | 16633 SE 1ST AVE | BIG CITY | NY | 550429100 | lucydoe@mail.com; doelucy25@mail2.com | ||||||
8 | 127555 | STEVE | SUMMER | 123 CORP | 16656 SE 1ST AVE | BIG CITY | NY | 550449105 | 5061231231 | 5061231265 | ||||
MASTER_LIST |
master_list.xlsx | |||||
---|---|---|---|---|---|
A | B | C | |||
1 | ACCOUNT NUMBER | NAME | ADDRESS | ||
2 | 001002-000 | CHATEAU BUSINESS PAR | 16620 SE 1ST AVE | ||
3 | 29261052 | ||||
4 | issue2 | ||||
5 | 147555-000 | MIKE WINTERS | 16621 SE 1ST AVE | ||
6 | 34713349 | ||||
7 | issue1 | ||||
8 | 000902-000 | LUCY DOE | 16633 SE 1ST AVE | ||
9 | 33462540 | ||||
10 | issue2 | ||||
11 | 127555-000 | STEVE SUMMER | 16656 SE 1ST AVE | ||
12 | 34409077 | ||||
13 | issue1 | ||||
Sheet1 |
final_merge.xlsx | |||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
A | B | C | D | E | F | G | H | I | J | K | |||
1 | ACCOUNT NUMBER | NAME | addr_care_of | ADDRESS | PHONE TO CALL | bus_phone | PHONE TO TEXT | DEVICE ID | ACTION NEEDED | PROBLEM | |||
2 | 3 | JOHN DOE | 16619 SE 1ST AVE | johndoe@mail.com | 5061231234 | 29261052 | issue2 | ||||||
3 | 147555 | MIKE WINTERS | ABC CORP | 16621 SE 1ST AVE | 34713349 | No contact, mail letter | issue1 | ||||||
4 | 902 | LUCY DOE | 16633 SE 1ST AVE | lucydoe@mail.com; doelucy25@mail2.com | 33462540 | No contact, mail letter | issue2 | ||||||
5 | 127555 | STEVE SUMMER | 123 CORP | 16656 SE 1ST AVE | 5061231231 | 5061231265 | 34409077 | issue1 | |||||
final_merge |