Hi, I wonder whether someone may be able to help me please.
Firstly, my apologies because I'm not even sure whether this possible.
I have a Excel sheet (Sheet 1) which contains the following 'Dynamic' information which runs from column A to I with data rows starting at row 5.
[TABLE="width: 641"]
<tbody>[TR]
[TD="align: center"]NAME[/TD]
[TD="align: center"]FTE[/TD]
[TD="align: center"]Oct-12[/TD]
[TD="align: center"]Nov-12[/TD]
[TD="align: center"]Dec-12[/TD]
[TD="align: center"]Jan-13[/TD]
[TD="align: center"]Feb-13[/TD]
[TD="align: center"]Mar-13[/TD]
[TD="align: center"]Manager[/TD]
[/TR]
[TR]
[TD="align: center"]Person 1[/TD]
[TD="align: center"]1.00[/TD]
[TD="align: center"]1[/TD]
[TD="align: center"]2[/TD]
[TD="align: center"][/TD]
[TD="align: center"][/TD]
[TD="align: center"][/TD]
[TD="align: center"][/TD]
[TD="align: center"]Manager A[/TD]
[/TR]
[TR]
[TD="align: center"]Person 2[/TD]
[TD="align: center"]1.00[/TD]
[TD="align: center"]20[/TD]
[TD="align: center"]20[/TD]
[TD="align: center"]20[/TD]
[TD="align: center"]20[/TD]
[TD="align: center"]20[/TD]
[TD="align: center"]20[/TD]
[TD="align: center"]Manager B[/TD]
[/TR]
[TR]
[TD="align: center"]Person 3[/TD]
[TD="align: center"]0.78[/TD]
[TD="align: center"]2[/TD]
[TD="align: center"][/TD]
[TD="align: center"]2[/TD]
[TD="align: center"][/TD]
[TD="align: center"][/TD]
[TD="align: center"]2[/TD]
[TD="align: center"]Manager C[/TD]
[/TR]
[TR]
[TD="align: center"]Person 1[/TD]
[TD="align: center"]1.00[/TD]
[TD="align: center"]0.75[/TD]
[TD="align: center"]5[/TD]
[TD="align: center"][/TD]
[TD="align: center"][/TD]
[TD="align: center"][/TD]
[TD="align: center"][/TD]
[TD="align: center"]Manager A[/TD]
[/TR]
[TR]
[TD="align: center"]Person 2[/TD]
[TD="align: center"]1.00[/TD]
[TD="align: center"]2[/TD]
[TD="align: center"]2[/TD]
[TD="align: center"]2[/TD]
[TD="align: center"]2[/TD]
[TD="align: center"]2[/TD]
[TD="align: center"]2[/TD]
[TD="align: center"]Manager B[/TD]
[/TR]
[TR]
[TD="align: center"]Person 5[/TD]
[TD="align: center"]0.50[/TD]
[TD="align: center"]0.5[/TD]
[TD="align: center"]0.5[/TD]
[TD="align: center"]0.5[/TD]
[TD="align: center"]0.5[/TD]
[TD="align: center"]0.5[/TD]
[TD="align: center"]0.5[/TD]
[TD="align: center"]Manager F[/TD]
[/TR]
[TR]
[TD="align: center"]Person 3[/TD]
[TD="align: center"]0.78[/TD]
[TD="align: center"][/TD]
[TD="align: center"][/TD]
[TD="align: center"][/TD]
[TD="align: center"][/TD]
[TD="align: center"][/TD]
[TD="align: center"][/TD]
[TD="align: center"]Manager C[/TD]
[/TR]
[TR]
[TD="align: center"]Person 4[/TD]
[TD="align: center"]1.50[/TD]
[TD="align: center"]10[/TD]
[TD="align: center"]10[/TD]
[TD="align: center"]10[/TD]
[TD="align: center"]10[/TD]
[TD="align: center"]10[/TD]
[TD="align: center"]10[/TD]
[TD="align: center"]Manager D[/TD]
[/TR]
</tbody>[/TABLE]
On 'Sheet 2', I then have a Summary table which pulls it's data from Sheet 1.
The Summary table is in the following format.
Name (Column A)
FTE (Column B)
October Total (Column C)
November Total (Column D)
December Total (Column E)
January Total (Column F)
February Total (Column G)
March Total (Column H)
Manager (Column I)
with the data rows starting at row 5.
What I need to be able to do is search the data in the first sheet, find the first instance of the Name, copy this along with the the FTE and Manager. Then I need to search the table of all records pertinent to that person and add all the figures for each month, so using the above as an example the data would show:
[TABLE="width: 666"]
<tbody>[TR]
[TD="align: center"]NAME[/TD]
[TD="align: center"]FTE[/TD]
[TD="align: center"]Oct Total[/TD]
[TD="align: center"]Nov Total[/TD]
[TD="align: center"]Dec Total[/TD]
[TD="align: center"]Jan Total[/TD]
[TD="align: center"]Feb Total[/TD]
[TD="align: center"]Mar Total[/TD]
[TD="align: center"]Manager[/TD]
[/TR]
[TR]
[TD="align: center"]Person 1[/TD]
[TD="align: center"]1.00[/TD]
[TD="align: center"]1.75[/TD]
[TD="align: center"]7[/TD]
[TD="align: center"][/TD]
[TD="align: center"][/TD]
[TD="align: center"][/TD]
[TD="align: center"][/TD]
[TD="align: center"]Manager A[/TD]
[/TR]
[TR]
[TD="align: center"]Person 2[/TD]
[TD="align: center"]1.00[/TD]
[TD="align: center"]22[/TD]
[TD="align: center"]22[/TD]
[TD="align: center"]22[/TD]
[TD="align: center"]22[/TD]
[TD="align: center"]22[/TD]
[TD="align: center"]22[/TD]
[TD="align: center"]Manager B[/TD]
[/TR]
[TR]
[TD="align: center"]Person 3[/TD]
[TD="align: center"]0.78[/TD]
[TD="align: center"]2[/TD]
[TD="align: center"][/TD]
[TD="align: center"]2[/TD]
[TD="align: center"][/TD]
[TD="align: center"][/TD]
[TD="align: center"]2[/TD]
[TD="align: center"]Manager C[/TD]
[/TR]
[TR]
[TD="align: center"]Person 4[/TD]
[TD="align: center"]1.50[/TD]
[TD="align: center"]10[/TD]
[TD="align: center"]10[/TD]
[TD="align: center"]10[/TD]
[TD="align: center"]10[/TD]
[TD="align: center"]10[/TD]
[TD="align: center"]10[/TD]
[TD="align: center"]Manager D[/TD]
[/TR]
[TR]
[TD="align: center"]Person 5[/TD]
[TD="align: center"]0.50[/TD]
[TD="align: center"]0.5[/TD]
[TD="align: center"]0.5[/TD]
[TD="align: center"]0.5[/TD]
[TD="align: center"]0.5[/TD]
[TD="align: center"]0.5[/TD]
[TD="align: center"]0.5[/TD]
[TD="align: center"]Manager F[/TD]
[/TR]
</tbody>[/TABLE]
In it's current format I'm using a very cumbersome and time consuming method with many formulas and a lot of copying and pasting.
I just wondered whether someone could possibly take a look at this please and offer a little guidance on whether there may be a more efficient way of combining this information.
Many thanks and kind regards
Firstly, my apologies because I'm not even sure whether this possible.
I have a Excel sheet (Sheet 1) which contains the following 'Dynamic' information which runs from column A to I with data rows starting at row 5.
[TABLE="width: 641"]
<tbody>[TR]
[TD="align: center"]NAME[/TD]
[TD="align: center"]FTE[/TD]
[TD="align: center"]Oct-12[/TD]
[TD="align: center"]Nov-12[/TD]
[TD="align: center"]Dec-12[/TD]
[TD="align: center"]Jan-13[/TD]
[TD="align: center"]Feb-13[/TD]
[TD="align: center"]Mar-13[/TD]
[TD="align: center"]Manager[/TD]
[/TR]
[TR]
[TD="align: center"]Person 1[/TD]
[TD="align: center"]1.00[/TD]
[TD="align: center"]1[/TD]
[TD="align: center"]2[/TD]
[TD="align: center"][/TD]
[TD="align: center"][/TD]
[TD="align: center"][/TD]
[TD="align: center"][/TD]
[TD="align: center"]Manager A[/TD]
[/TR]
[TR]
[TD="align: center"]Person 2[/TD]
[TD="align: center"]1.00[/TD]
[TD="align: center"]20[/TD]
[TD="align: center"]20[/TD]
[TD="align: center"]20[/TD]
[TD="align: center"]20[/TD]
[TD="align: center"]20[/TD]
[TD="align: center"]20[/TD]
[TD="align: center"]Manager B[/TD]
[/TR]
[TR]
[TD="align: center"]Person 3[/TD]
[TD="align: center"]0.78[/TD]
[TD="align: center"]2[/TD]
[TD="align: center"][/TD]
[TD="align: center"]2[/TD]
[TD="align: center"][/TD]
[TD="align: center"][/TD]
[TD="align: center"]2[/TD]
[TD="align: center"]Manager C[/TD]
[/TR]
[TR]
[TD="align: center"]Person 1[/TD]
[TD="align: center"]1.00[/TD]
[TD="align: center"]0.75[/TD]
[TD="align: center"]5[/TD]
[TD="align: center"][/TD]
[TD="align: center"][/TD]
[TD="align: center"][/TD]
[TD="align: center"][/TD]
[TD="align: center"]Manager A[/TD]
[/TR]
[TR]
[TD="align: center"]Person 2[/TD]
[TD="align: center"]1.00[/TD]
[TD="align: center"]2[/TD]
[TD="align: center"]2[/TD]
[TD="align: center"]2[/TD]
[TD="align: center"]2[/TD]
[TD="align: center"]2[/TD]
[TD="align: center"]2[/TD]
[TD="align: center"]Manager B[/TD]
[/TR]
[TR]
[TD="align: center"]Person 5[/TD]
[TD="align: center"]0.50[/TD]
[TD="align: center"]0.5[/TD]
[TD="align: center"]0.5[/TD]
[TD="align: center"]0.5[/TD]
[TD="align: center"]0.5[/TD]
[TD="align: center"]0.5[/TD]
[TD="align: center"]0.5[/TD]
[TD="align: center"]Manager F[/TD]
[/TR]
[TR]
[TD="align: center"]Person 3[/TD]
[TD="align: center"]0.78[/TD]
[TD="align: center"][/TD]
[TD="align: center"][/TD]
[TD="align: center"][/TD]
[TD="align: center"][/TD]
[TD="align: center"][/TD]
[TD="align: center"][/TD]
[TD="align: center"]Manager C[/TD]
[/TR]
[TR]
[TD="align: center"]Person 4[/TD]
[TD="align: center"]1.50[/TD]
[TD="align: center"]10[/TD]
[TD="align: center"]10[/TD]
[TD="align: center"]10[/TD]
[TD="align: center"]10[/TD]
[TD="align: center"]10[/TD]
[TD="align: center"]10[/TD]
[TD="align: center"]Manager D[/TD]
[/TR]
</tbody>[/TABLE]
On 'Sheet 2', I then have a Summary table which pulls it's data from Sheet 1.
The Summary table is in the following format.
Name (Column A)
FTE (Column B)
October Total (Column C)
November Total (Column D)
December Total (Column E)
January Total (Column F)
February Total (Column G)
March Total (Column H)
Manager (Column I)
with the data rows starting at row 5.
What I need to be able to do is search the data in the first sheet, find the first instance of the Name, copy this along with the the FTE and Manager. Then I need to search the table of all records pertinent to that person and add all the figures for each month, so using the above as an example the data would show:
[TABLE="width: 666"]
<tbody>[TR]
[TD="align: center"]NAME[/TD]
[TD="align: center"]FTE[/TD]
[TD="align: center"]Oct Total[/TD]
[TD="align: center"]Nov Total[/TD]
[TD="align: center"]Dec Total[/TD]
[TD="align: center"]Jan Total[/TD]
[TD="align: center"]Feb Total[/TD]
[TD="align: center"]Mar Total[/TD]
[TD="align: center"]Manager[/TD]
[/TR]
[TR]
[TD="align: center"]Person 1[/TD]
[TD="align: center"]1.00[/TD]
[TD="align: center"]1.75[/TD]
[TD="align: center"]7[/TD]
[TD="align: center"][/TD]
[TD="align: center"][/TD]
[TD="align: center"][/TD]
[TD="align: center"][/TD]
[TD="align: center"]Manager A[/TD]
[/TR]
[TR]
[TD="align: center"]Person 2[/TD]
[TD="align: center"]1.00[/TD]
[TD="align: center"]22[/TD]
[TD="align: center"]22[/TD]
[TD="align: center"]22[/TD]
[TD="align: center"]22[/TD]
[TD="align: center"]22[/TD]
[TD="align: center"]22[/TD]
[TD="align: center"]Manager B[/TD]
[/TR]
[TR]
[TD="align: center"]Person 3[/TD]
[TD="align: center"]0.78[/TD]
[TD="align: center"]2[/TD]
[TD="align: center"][/TD]
[TD="align: center"]2[/TD]
[TD="align: center"][/TD]
[TD="align: center"][/TD]
[TD="align: center"]2[/TD]
[TD="align: center"]Manager C[/TD]
[/TR]
[TR]
[TD="align: center"]Person 4[/TD]
[TD="align: center"]1.50[/TD]
[TD="align: center"]10[/TD]
[TD="align: center"]10[/TD]
[TD="align: center"]10[/TD]
[TD="align: center"]10[/TD]
[TD="align: center"]10[/TD]
[TD="align: center"]10[/TD]
[TD="align: center"]Manager D[/TD]
[/TR]
[TR]
[TD="align: center"]Person 5[/TD]
[TD="align: center"]0.50[/TD]
[TD="align: center"]0.5[/TD]
[TD="align: center"]0.5[/TD]
[TD="align: center"]0.5[/TD]
[TD="align: center"]0.5[/TD]
[TD="align: center"]0.5[/TD]
[TD="align: center"]0.5[/TD]
[TD="align: center"]Manager F[/TD]
[/TR]
</tbody>[/TABLE]
In it's current format I'm using a very cumbersome and time consuming method with many formulas and a lot of copying and pasting.
I just wondered whether someone could possibly take a look at this please and offer a little guidance on whether there may be a more efficient way of combining this information.
Many thanks and kind regards