PeasNCarrots
Programmer
I have 2 worksheets.
The first one has one cell with a value in it (SLIC), say it was 2040.
Then the first col is blank. I want to be able to pull all employees last name from the other worksheet where the SLIC's are =
The next sheet has two columns, col 1 has a list of SLIC and col 2 = Emp Last name
====================================================
1st Sheet
Slic = 2040
col 1
------
I want all the data from LastName COL where SLIC from sheet 1 = SLIC from sheet 2. VLookup is not working.
------------------------------------------------------
2nd Sheet
SLIC LastName
2040 Ryan
2040 Zous
2040 Rodriguez
The first one has one cell with a value in it (SLIC), say it was 2040.
Then the first col is blank. I want to be able to pull all employees last name from the other worksheet where the SLIC's are =
The next sheet has two columns, col 1 has a list of SLIC and col 2 = Emp Last name
====================================================
1st Sheet
Slic = 2040
col 1
------
I want all the data from LastName COL where SLIC from sheet 1 = SLIC from sheet 2. VLookup is not working.
------------------------------------------------------
2nd Sheet
SLIC LastName
2040 Ryan
2040 Zous
2040 Rodriguez