nparsons75
Well-known Member
- Joined
- Sep 23, 2013
- Messages
- 1,256
- Office Version
- 2016
Hi, I have a gantt chart that i have created in excel and would like to be able to reorder rows based on the work breakdown structure numbering. So, as an example, the gantt chart consists of 30 rows of data. The ordering for the rows needs to be determined by the numbering system in column A and Column B. In column A is the main title or task number. In column B is the sub task number. Example below.
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]1[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD]1.1[/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD]1.2[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD]2.1[/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD]2.2[/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD]2.3[/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD]2.4[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]3.1[/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD]3.2[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
So, what i need to be able to do, if a user needs to re-number the rows to reorder them, they will simply change the number. Once the number has been changed they can press a button which will then re-order the whole table based on the two numbers in column A and B. For example, should the user realise 3.2 should be 2.5, they amend the number, press the button and everything is reordered to suit.
Is that even possible??
The table consists of approx 25 columns with it being a gantt chart, the above table is just an example of how the numbering system has been setup.
Thank you in advance and fingers crossed....
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]1[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD]1.1[/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD]1.2[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD]2.1[/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD]2.2[/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD]2.3[/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD]2.4[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]3.1[/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD]3.2[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
So, what i need to be able to do, if a user needs to re-number the rows to reorder them, they will simply change the number. Once the number has been changed they can press a button which will then re-order the whole table based on the two numbers in column A and B. For example, should the user realise 3.2 should be 2.5, they amend the number, press the button and everything is reordered to suit.
Is that even possible??
The table consists of approx 25 columns with it being a gantt chart, the above table is just an example of how the numbering system has been setup.
Thank you in advance and fingers crossed....