Hello friends,
I'm trying to create a sheet used for project estimation and i want it to be simple to use.
I want to be able to use buttons to create/delete tasks (cost item) as well as buttons to indent/outdent a task. The later should function like MSProject works. An indented task is now part of its parent category and the cost calculation is impacted as the parent task now sums all its children tasks and the total takes into account sub-totals not to sum same cost items twice. I would also like to have a WBS code that visually expresses that parent/child link.
Here is an example of a simple project estimation :
[TABLE="width: 500"]
<tbody>[TR]
[TD]WBS CODE[/TD]
[TD]DESCRIPTION[/TD]
[TD]COST (K$)[/TD]
[/TR]
[TR]
[TD]1.0[/TD]
[TD]CONSTRUCTION PROJECT[/TD]
[TD]1 120[/TD]
[/TR]
[TR]
[TD]1.1[/TD]
[TD]
[TD]840[/TD]
[/TR]
[TR]
[TD]1.1.1[/TD]
[TD]
[TD]90[/TD]
[/TR]
[TR]
[TD]1.1.2[/TD]
[TD]
[TD]750[/TD]
[/TR]
[TR]
[TD]1.2[/TD]
[TD]
[TD]210[/TD]
[/TR]
[TR]
[TD]1.2.1[/TD]
[TD]
[TD]80[/TD]
[/TR]
[TR]
[TD]1.2.2[/TD]
[TD]
[TD]130[/TD]
[/TR]
[TR]
[TD]1.3[/TD]
[TD]
[TD]70[/TD]
[/TR]
[TR]
[TD]1.3.1[/TD]
[TD]
[TD]40[/TD]
[/TR]
[TR]
[TD]1.3.2[/TD]
[TD]
[TD]30[/TD]
[/TR]
</tbody>[/TABLE]
So let's go step by step.
1- How can I add buttons to indent and outdent a task ? This would add/delete a visual text indent, would have impact on the WBS code
2- How can I program parent tasks lines to bold when they are detected as containing child tasks as well as cost calculation being a summation of the contained tasks ?
3- How can I add buttons to create and delete tasks. Creating a task would for example insert a line under the cell selected with a sample task name ("TASK NAME") and current indentation of the above line. Deleting a task would delete the line of the cell selected and adjust the cost calculation and WBS codes of what's following. (ex : deleting task 1.3.4 would rename 1.3.5, 1.3.6, ... accordingly).
Any help is appreciated.
Regards,
I'm trying to create a sheet used for project estimation and i want it to be simple to use.
I want to be able to use buttons to create/delete tasks (cost item) as well as buttons to indent/outdent a task. The later should function like MSProject works. An indented task is now part of its parent category and the cost calculation is impacted as the parent task now sums all its children tasks and the total takes into account sub-totals not to sum same cost items twice. I would also like to have a WBS code that visually expresses that parent/child link.
Here is an example of a simple project estimation :
[TABLE="width: 500"]
<tbody>[TR]
[TD]WBS CODE[/TD]
[TD]DESCRIPTION[/TD]
[TD]COST (K$)[/TD]
[/TR]
[TR]
[TD]1.0[/TD]
[TD]CONSTRUCTION PROJECT[/TD]
[TD]1 120[/TD]
[/TR]
[TR]
[TD]1.1[/TD]
[TD]
BUILDING
[/TD][TD]840[/TD]
[/TR]
[TR]
[TD]1.1.1[/TD]
[TD]
EXCAVATION
[/TD][TD]90[/TD]
[/TR]
[TR]
[TD]1.1.2[/TD]
[TD]
CONCRETE
[/TD][TD]750[/TD]
[/TR]
[TR]
[TD]1.2[/TD]
[TD]
PROCESS
[/TD][TD]210[/TD]
[/TR]
[TR]
[TD]1.2.1[/TD]
[TD]
PIPING
[/TD][TD]80[/TD]
[/TR]
[TR]
[TD]1.2.2[/TD]
[TD]
EQUIPMENT
[/TD][TD]130[/TD]
[/TR]
[TR]
[TD]1.3[/TD]
[TD]
ENGINEERING
[/TD][TD]70[/TD]
[/TR]
[TR]
[TD]1.3.1[/TD]
[TD]
PRELIMINARY
[/TD][TD]40[/TD]
[/TR]
[TR]
[TD]1.3.2[/TD]
[TD]
DETAILED
[/TD][TD]30[/TD]
[/TR]
</tbody>[/TABLE]
So let's go step by step.
1- How can I add buttons to indent and outdent a task ? This would add/delete a visual text indent, would have impact on the WBS code
2- How can I program parent tasks lines to bold when they are detected as containing child tasks as well as cost calculation being a summation of the contained tasks ?
3- How can I add buttons to create and delete tasks. Creating a task would for example insert a line under the cell selected with a sample task name ("TASK NAME") and current indentation of the above line. Deleting a task would delete the line of the cell selected and adjust the cost calculation and WBS codes of what's following. (ex : deleting task 1.3.4 would rename 1.3.5, 1.3.6, ... accordingly).
Any help is appreciated.
Regards,