Hi all,
I have data in the following form:
[TABLE="width: 500"]
<tbody>[TR]
[TD]Region[/TD]
[TD]Value[/TD]
[TD]Volume[/TD]
[/TR]
[TR]
[TD]North[/TD]
[TD]734198[/TD]
[TD]3409[/TD]
[/TR]
[TR]
[TD]South[/TD]
[TD]429837[/TD]
[TD]8374[/TD]
[/TR]
[TR]
[TD]East[/TD]
[TD]384209[/TD]
[TD]1024[/TD]
[/TR]
[TR]
[TD]West[/TD]
[TD]636412[/TD]
[TD]3412[/TD]
[/TR]
</tbody>[/TABLE]
The data in this sheet is derived using a sumif() and countif() function on a separate sheet, and I'm trying to create a macro to auto-sort this data everytime a value changes. Any ideas how I can go about this, as any code I try seems to be dead?! (I insert the macro through the 'View Code' option as usual).
Many Thanks!
I have data in the following form:
[TABLE="width: 500"]
<tbody>[TR]
[TD]Region[/TD]
[TD]Value[/TD]
[TD]Volume[/TD]
[/TR]
[TR]
[TD]North[/TD]
[TD]734198[/TD]
[TD]3409[/TD]
[/TR]
[TR]
[TD]South[/TD]
[TD]429837[/TD]
[TD]8374[/TD]
[/TR]
[TR]
[TD]East[/TD]
[TD]384209[/TD]
[TD]1024[/TD]
[/TR]
[TR]
[TD]West[/TD]
[TD]636412[/TD]
[TD]3412[/TD]
[/TR]
</tbody>[/TABLE]
The data in this sheet is derived using a sumif() and countif() function on a separate sheet, and I'm trying to create a macro to auto-sort this data everytime a value changes. Any ideas how I can go about this, as any code I try seems to be dead?! (I insert the macro through the 'View Code' option as usual).
Many Thanks!