huytonscouser
Programmer
Hello, i have 2 worksheets 2 columns each.
I want to use the 1st column in one worksheet as the search criteria into the 2nd worksheet.
when i find a match(or not i'd want "not found") i want to insert into the original worksheet
i.e.
original worksheet(named Original) 2 columns
Task_Num Project Owning Division
1204.1 CORP - SMS
1907.8 CORP - SMS
1907.8 CORP - SMS
2030.1 CORP - SMS
2030.1 CORP - SMS
2030.1 CORP - SMS
2030.1 CORP - SMS
2nd worksheet (name Task Name Key)
Task Number Task Name
1001.0 Travel
1001.1 Expense
1200.2 Meetings/Calls
1202.1 Training Received
1202.2 Personal Development
1203.1 Internal Education
1203.2 Mentoring
1203.5 EMC Prov Prof
1204.1 Planned Absence
1204.2 Other Absence
1300.1 Presales Planning
So in this example i'd like 1204.1 in the original to appear as
1204.1 Planned Absence
and not
1204.1 CORP - SMS
Is there a vlookup example someone could help me with ? If task_num is not found in Task Nme Key i'd like to display "Not found"
I want to use the 1st column in one worksheet as the search criteria into the 2nd worksheet.
when i find a match(or not i'd want "not found") i want to insert into the original worksheet
i.e.
original worksheet(named Original) 2 columns
Task_Num Project Owning Division
1204.1 CORP - SMS
1907.8 CORP - SMS
1907.8 CORP - SMS
2030.1 CORP - SMS
2030.1 CORP - SMS
2030.1 CORP - SMS
2030.1 CORP - SMS
2nd worksheet (name Task Name Key)
Task Number Task Name
1001.0 Travel
1001.1 Expense
1200.2 Meetings/Calls
1202.1 Training Received
1202.2 Personal Development
1203.1 Internal Education
1203.2 Mentoring
1203.5 EMC Prov Prof
1204.1 Planned Absence
1204.2 Other Absence
1300.1 Presales Planning
So in this example i'd like 1204.1 in the original to appear as
1204.1 Planned Absence
and not
1204.1 CORP - SMS
Is there a vlookup example someone could help me with ? If task_num is not found in Task Nme Key i'd like to display "Not found"