Code to loop through EmployeeIDs, and find them on another
Spreadsheet. And then when they're found, I can choose a value to return using offset.
The EmployeeIDs in Sheet1 are unique, but in sheet 2 they are duplicated.
So in my head I'm thinking...
For each Cell in sheet2(range(A1:A1000)
If Cell.value = For each Cell in sheet1(Range(A1:A5000) ....then
But that's just stupid )
Spreadsheet. And then when they're found, I can choose a value to return using offset.
The EmployeeIDs in Sheet1 are unique, but in sheet 2 they are duplicated.
So in my head I'm thinking...
For each Cell in sheet2(range(A1:A1000)
If Cell.value = For each Cell in sheet1(Range(A1:A5000) ....then
But that's just stupid )