Excel 2010 with MS Vista
I have data in 21 sheets (workpackages) and i want to summarise to one sheet tab with VBA.
Details:
21 Sheet named as WP-1,WP-2...,WP-21 will be summarised at Summary Tab.
In each sheet (Rate) F29 to AW 29 has got hourly rates
and (EmpName) F28 to AW 28 has employee names.
and (TaskName) A30 to A499 has got task name.
Employee and task name can be repeated in one sheet or other sheets (workpackages)
I want to be able to list task name on the rows and employee name on the column, as a result summarise the numbers in the table, like a pivot table. (I tried pivot table looking at a summary table does not work)
I have tried to create a table with array formulas and used few codes(I am beginner) but can not get it working.(Array formulas collapses the file)
I want to say:
On any workbook with name starting with 'WP-"
Look at F28-AW28 and list the empname only once (to Summary Sheet B2 to Z2),(dont double up)
Look at A30 to A499 and list the taskname only once without repeating (to Summary Sheet A3 to A10000.
Then whatever the hours for each person on the task multiply it by hourly rate respective in row F29 to AW29. summarise in Summary .
Maybe I am asking for too much, but help or ideas would be appreciated.
Or if you have something similar I can have look at your logic.
Thanks all,
I have data in 21 sheets (workpackages) and i want to summarise to one sheet tab with VBA.
Details:
21 Sheet named as WP-1,WP-2...,WP-21 will be summarised at Summary Tab.
In each sheet (Rate) F29 to AW 29 has got hourly rates
and (EmpName) F28 to AW 28 has employee names.
and (TaskName) A30 to A499 has got task name.
Employee and task name can be repeated in one sheet or other sheets (workpackages)
I want to be able to list task name on the rows and employee name on the column, as a result summarise the numbers in the table, like a pivot table. (I tried pivot table looking at a summary table does not work)
I have tried to create a table with array formulas and used few codes(I am beginner) but can not get it working.(Array formulas collapses the file)
I want to say:
On any workbook with name starting with 'WP-"
Look at F28-AW28 and list the empname only once (to Summary Sheet B2 to Z2),(dont double up)
Look at A30 to A499 and list the taskname only once without repeating (to Summary Sheet A3 to A10000.
Then whatever the hours for each person on the task multiply it by hourly rate respective in row F29 to AW29. summarise in Summary .
Maybe I am asking for too much, but help or ideas would be appreciated.
Or if you have something similar I can have look at your logic.
Thanks all,