Hey Mr EXCEL users,
I need some help about this please:
How can I sort the names column in each sheet.
For example: we have some names like this:
Sheet 1 (Main)
[TABLE="class: outer_border, width: 500"]
<tbody>[TR]
[TD]Name[/TD]
[TD]Birthday[/TD]
[TD]Class[/TD]
[/TR]
[TR]
[TD]Kofi[/TD]
[TD]02.09.2011[/TD]
[TD]B[/TD]
[/TR]
[TR]
[TD]Matt[/TD]
[TD]18.10.2011[/TD]
[TD]C[/TD]
[/TR]
[TR]
[TD]Kathrine[/TD]
[TD]15.07.2011[/TD]
[TD]C[/TD]
[/TR]
</tbody>[/TABLE]
Sheet 2, 3 and 4 (October), (November) and (December)
[TABLE="class: outer_border, width: 500"]
<tbody>[TR]
[TD]Name[/TD]
[TD]Subject[/TD]
[TD]Degree[/TD]
[/TR]
[TR]
[TD]Kofi[/TD]
[TD]Physics [/TD]
[TD]81%[/TD]
[/TR]
[TR]
[TD]Matt[/TD]
[TD]Mathematics [/TD]
[TD]79%[/TD]
[/TR]
[TR]
[TD]Kathrine[/TD]
[TD]Physics [/TD]
[TD]90%[/TD]
[/TR]
</tbody>[/TABLE]
Note: that we have more than x Sheets for Ex. 2 Sheets with other Information but with same Names, how can I
adding a new Name to the list in the (main sheet) we arranged the names sheet.
I want to arrange it in all Sheets without losing the data that is already stored.
Like this (1st only in the main sheet):
Sheet 1 (Main)
[TABLE="class: outer_border, width: 500"]
<tbody>[TR]
[TD]Name[/TD]
[TD]Birthday[/TD]
[TD]Class[/TD]
[/TR]
[TR]
[TD]John[/TD]
[TD]02.09.2011[/TD]
[TD]B[/TD]
[/TR]
[TR]
[TD]Kathrine[/TD]
[TD]18.10.2011[/TD]
[TD]C[/TD]
[/TR]
[TR]
[TD]Matt[/TD]
[TD]15.07.2011[/TD]
[TD]C[/TD]
[/TR]
[TR]
[TD]Sara[/TD]
[TD]11.12.2011[/TD]
[TD]B[/TD]
[/TR]
</tbody>[/TABLE]
and then automatically like this:
Sheet 2, 3 and 4 (October), (November) and (December)
[TABLE="class: outer_border, width: 500"]
<tbody>[TR]
[TD]Name[/TD]
[TD]Subject[/TD]
[TD]Degree[/TD]
[/TR]
[TR]
[TD]Kathrine[/TD]
[TD]Physics [/TD]
[TD]90%[/TD]
[/TR]
[TR]
[TD]Kofi[/TD]
[TD]Physics [/TD]
[TD]81%[/TD]
[/TR]
[TR]
[TD]Matt[/TD]
[TD]Mathematics [/TD]
[TD]79%[/TD]
[/TR]
[TR]
[TD]Sara[/TD]
[TD]Physics [/TD]
[TD]51%[/TD]
[/TR]
</tbody>[/TABLE]
I hope that you understand me and sorry about my bad English.
Thank you so much
I need some help about this please:
How can I sort the names column in each sheet.
For example: we have some names like this:
Sheet 1 (Main)
[TABLE="class: outer_border, width: 500"]
<tbody>[TR]
[TD]Name[/TD]
[TD]Birthday[/TD]
[TD]Class[/TD]
[/TR]
[TR]
[TD]Kofi[/TD]
[TD]02.09.2011[/TD]
[TD]B[/TD]
[/TR]
[TR]
[TD]Matt[/TD]
[TD]18.10.2011[/TD]
[TD]C[/TD]
[/TR]
[TR]
[TD]Kathrine[/TD]
[TD]15.07.2011[/TD]
[TD]C[/TD]
[/TR]
</tbody>[/TABLE]
Sheet 2, 3 and 4 (October), (November) and (December)
[TABLE="class: outer_border, width: 500"]
<tbody>[TR]
[TD]Name[/TD]
[TD]Subject[/TD]
[TD]Degree[/TD]
[/TR]
[TR]
[TD]Kofi[/TD]
[TD]Physics [/TD]
[TD]81%[/TD]
[/TR]
[TR]
[TD]Matt[/TD]
[TD]Mathematics [/TD]
[TD]79%[/TD]
[/TR]
[TR]
[TD]Kathrine[/TD]
[TD]Physics [/TD]
[TD]90%[/TD]
[/TR]
</tbody>[/TABLE]
Note: that we have more than x Sheets for Ex. 2 Sheets with other Information but with same Names, how can I
adding a new Name to the list in the (main sheet) we arranged the names sheet.
I want to arrange it in all Sheets without losing the data that is already stored.
Like this (1st only in the main sheet):
Sheet 1 (Main)
[TABLE="class: outer_border, width: 500"]
<tbody>[TR]
[TD]Name[/TD]
[TD]Birthday[/TD]
[TD]Class[/TD]
[/TR]
[TR]
[TD]John[/TD]
[TD]02.09.2011[/TD]
[TD]B[/TD]
[/TR]
[TR]
[TD]Kathrine[/TD]
[TD]18.10.2011[/TD]
[TD]C[/TD]
[/TR]
[TR]
[TD]Matt[/TD]
[TD]15.07.2011[/TD]
[TD]C[/TD]
[/TR]
[TR]
[TD]Sara[/TD]
[TD]11.12.2011[/TD]
[TD]B[/TD]
[/TR]
</tbody>[/TABLE]
and then automatically like this:
Sheet 2, 3 and 4 (October), (November) and (December)
[TABLE="class: outer_border, width: 500"]
<tbody>[TR]
[TD]Name[/TD]
[TD]Subject[/TD]
[TD]Degree[/TD]
[/TR]
[TR]
[TD]Kathrine[/TD]
[TD]Physics [/TD]
[TD]90%[/TD]
[/TR]
[TR]
[TD]Kofi[/TD]
[TD]Physics [/TD]
[TD]81%[/TD]
[/TR]
[TR]
[TD]Matt[/TD]
[TD]Mathematics [/TD]
[TD]79%[/TD]
[/TR]
[TR]
[TD]Sara[/TD]
[TD]Physics [/TD]
[TD]51%[/TD]
[/TR]
</tbody>[/TABLE]
I hope that you understand me and sorry about my bad English.
Thank you so much