Okay, this is my very first post and I might not be asking the right question but here is what i'm trying to accomplish.
I'm creating a master list of projects according to employees. So I created a drop down box with employee names and then used the code:
My problem is that if employee A has projects on rows 1,3 and 5, then their worksheet will show projects on rows 1,3 and 5 and show rows 2 and 4 as blank.
I'm not sure if I need a macro to delete the blank rows and shift them up or some how use a code that copies their projects to the next available row.
Any help would be greatly appreciated.
I'm creating a master list of projects according to employees. So I created a drop down box with employee names and then used the code:
=IF('worksheet'!C:C="employee name",'worksheet'!A:A,"")
which copied the cell to a corresponding worksheet that each individual employee would refer to as their current projects. My problem is that if employee A has projects on rows 1,3 and 5, then their worksheet will show projects on rows 1,3 and 5 and show rows 2 and 4 as blank.
I'm not sure if I need a macro to delete the blank rows and shift them up or some how use a code that copies their projects to the next available row.
Any help would be greatly appreciated.