Hello to all on this board,
Firstly may I say what a great help you guys have been over the last few months reading your forum, i'm a bit of an excel fanatic and love the puzzles it can give you, but i have come accross an absolute stand still over this past week and really could do with your help.
I have been tasked to summarise an ongoing tracker that has been going for some time at work, I have been able to import all the data from 5 sheet into one using VBA, now i require a way to select the following.
[TABLE="width: 144"]
<tbody>[TR]
[TD="width: 64, bgcolor: transparent"]Name
[/TD]
[TD="width: 64, bgcolor: transparent"]Dept
[/TD]
[TD="width: 64, bgcolor: transparent"]Crew
[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]a
[/TD]
[TD="bgcolor: transparent"]z
[/TD]
[TD="bgcolor: transparent, align: right"]1
[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]b
[/TD]
[TD="bgcolor: transparent"]z
[/TD]
[TD="bgcolor: transparent, align: right"]1
[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]c
[/TD]
[TD="bgcolor: transparent"]z
[/TD]
[TD="bgcolor: transparent, align: right"]2
[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]d
[/TD]
[TD="bgcolor: transparent"]z
[/TD]
[TD="bgcolor: transparent, align: right"]3
[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]e
[/TD]
[TD="bgcolor: transparent"]y
[/TD]
[TD="bgcolor: transparent, align: right"]2
[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]f
[/TD]
[TD="bgcolor: transparent"]y
[/TD]
[TD="bgcolor: transparent, align: right"]2
[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]g
[/TD]
[TD="bgcolor: transparent"]y
[/TD]
[TD="bgcolor: transparent, align: right"]1
[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]h
[/TD]
[TD="bgcolor: transparent"]y
[/TD]
[TD="bgcolor: transparent, align: right"]1
[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]i
[/TD]
[TD="bgcolor: transparent"]x
[/TD]
[TD="bgcolor: transparent, align: right"]1
[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]j
[/TD]
[TD="bgcolor: transparent"]x
[/TD]
[TD="bgcolor: transparent, align: right"]2
[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]k
[/TD]
[TD="bgcolor: transparent"]x
[/TD]
[TD="bgcolor: transparent, align: right"]3
[/TD]
[/TR]
</tbody>[/TABLE]
As you can see from above the data is a bit mixed, I need a way so in a seperate sheet("Sheet1") in say d1=dept d2 = crew this would would give me just ie the name, dept 7 Crew of dept z and crew 1 starting in cell a2 on this("Sheet1"). I have been trying to use index & match, row numbers and large but it's just getting me down with a hurdle every time. i realise i may need to add row numbers of some sort as say Dept Z & crew 1 can be repeated over 100 times.
Finished ideal result in seperate sheet..
[TABLE="width: 288"]
<tbody>[TR]
[TD="width: 64, bgcolor: transparent"][/TD]
[TD="width: 64, bgcolor: transparent"][/TD]
[TD="width: 64, bgcolor: transparent"][/TD]
[TD="width: 64, bgcolor: transparent"][/TD]
[TD="width: 64, bgcolor: transparent"]Dept
[/TD]
[TD="width: 64, bgcolor: transparent"]z
[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]Name
[/TD]
[TD="bgcolor: transparent"]Dept
[/TD]
[TD="bgcolor: transparent"]Crew
[/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"]crew
[/TD]
[TD="bgcolor: transparent, align: right"]1
[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]a
[/TD]
[TD="bgcolor: transparent"]z
[/TD]
[TD="bgcolor: transparent, align: right"]1
[/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]b
[/TD]
[TD="bgcolor: transparent"]z
[/TD]
[TD="bgcolor: transparent, align: right"]1
[/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]c
[/TD]
[TD="bgcolor: transparent"]z
[/TD]
[TD="bgcolor: transparent, align: right"]1
[/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]d
[/TD]
[TD="bgcolor: transparent"]z
[/TD]
[TD="bgcolor: transparent, align: right"]1
[/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]e
[/TD]
[TD="bgcolor: transparent"]z
[/TD]
[TD="bgcolor: transparent, align: right"]1
[/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]f
[/TD]
[TD="bgcolor: transparent"]z
[/TD]
[TD="bgcolor: transparent, align: right"]1
[/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[/TR]
</tbody>[/TABLE]
Thanks for your help in advance guys, it would really be appreaciated as i have been up many early mornings trying to figure this out.
Firstly may I say what a great help you guys have been over the last few months reading your forum, i'm a bit of an excel fanatic and love the puzzles it can give you, but i have come accross an absolute stand still over this past week and really could do with your help.
I have been tasked to summarise an ongoing tracker that has been going for some time at work, I have been able to import all the data from 5 sheet into one using VBA, now i require a way to select the following.
[TABLE="width: 144"]
<tbody>[TR]
[TD="width: 64, bgcolor: transparent"]Name
[/TD]
[TD="width: 64, bgcolor: transparent"]Dept
[/TD]
[TD="width: 64, bgcolor: transparent"]Crew
[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]a
[/TD]
[TD="bgcolor: transparent"]z
[/TD]
[TD="bgcolor: transparent, align: right"]1
[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]b
[/TD]
[TD="bgcolor: transparent"]z
[/TD]
[TD="bgcolor: transparent, align: right"]1
[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]c
[/TD]
[TD="bgcolor: transparent"]z
[/TD]
[TD="bgcolor: transparent, align: right"]2
[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]d
[/TD]
[TD="bgcolor: transparent"]z
[/TD]
[TD="bgcolor: transparent, align: right"]3
[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]e
[/TD]
[TD="bgcolor: transparent"]y
[/TD]
[TD="bgcolor: transparent, align: right"]2
[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]f
[/TD]
[TD="bgcolor: transparent"]y
[/TD]
[TD="bgcolor: transparent, align: right"]2
[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]g
[/TD]
[TD="bgcolor: transparent"]y
[/TD]
[TD="bgcolor: transparent, align: right"]1
[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]h
[/TD]
[TD="bgcolor: transparent"]y
[/TD]
[TD="bgcolor: transparent, align: right"]1
[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]i
[/TD]
[TD="bgcolor: transparent"]x
[/TD]
[TD="bgcolor: transparent, align: right"]1
[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]j
[/TD]
[TD="bgcolor: transparent"]x
[/TD]
[TD="bgcolor: transparent, align: right"]2
[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]k
[/TD]
[TD="bgcolor: transparent"]x
[/TD]
[TD="bgcolor: transparent, align: right"]3
[/TD]
[/TR]
</tbody>[/TABLE]
As you can see from above the data is a bit mixed, I need a way so in a seperate sheet("Sheet1") in say d1=dept d2 = crew this would would give me just ie the name, dept 7 Crew of dept z and crew 1 starting in cell a2 on this("Sheet1"). I have been trying to use index & match, row numbers and large but it's just getting me down with a hurdle every time. i realise i may need to add row numbers of some sort as say Dept Z & crew 1 can be repeated over 100 times.
Finished ideal result in seperate sheet..
[TABLE="width: 288"]
<tbody>[TR]
[TD="width: 64, bgcolor: transparent"][/TD]
[TD="width: 64, bgcolor: transparent"][/TD]
[TD="width: 64, bgcolor: transparent"][/TD]
[TD="width: 64, bgcolor: transparent"][/TD]
[TD="width: 64, bgcolor: transparent"]Dept
[/TD]
[TD="width: 64, bgcolor: transparent"]z
[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]Name
[/TD]
[TD="bgcolor: transparent"]Dept
[/TD]
[TD="bgcolor: transparent"]Crew
[/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"]crew
[/TD]
[TD="bgcolor: transparent, align: right"]1
[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]a
[/TD]
[TD="bgcolor: transparent"]z
[/TD]
[TD="bgcolor: transparent, align: right"]1
[/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]b
[/TD]
[TD="bgcolor: transparent"]z
[/TD]
[TD="bgcolor: transparent, align: right"]1
[/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]c
[/TD]
[TD="bgcolor: transparent"]z
[/TD]
[TD="bgcolor: transparent, align: right"]1
[/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]d
[/TD]
[TD="bgcolor: transparent"]z
[/TD]
[TD="bgcolor: transparent, align: right"]1
[/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]e
[/TD]
[TD="bgcolor: transparent"]z
[/TD]
[TD="bgcolor: transparent, align: right"]1
[/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]f
[/TD]
[TD="bgcolor: transparent"]z
[/TD]
[TD="bgcolor: transparent, align: right"]1
[/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[/TR]
</tbody>[/TABLE]
Thanks for your help in advance guys, it would really be appreaciated as i have been up many early mornings trying to figure this out.