VanceLiving
New Member
- Joined
- Mar 5, 2013
- Messages
- 45
[TABLE="class: grid, width: 500, align: right"]
<tbody>[TR]
[TD]Current:
[/TD]
[TD]Jan
[/TD]
[TD]Feb
[/TD]
[/TR]
[TR]
[TD]627
[/TD]
[TD]10
[/TD]
[TD]10
[/TD]
[/TR]
[TR]
[TD]635
[/TD]
[TD]25
[/TD]
[TD]25
[/TD]
[/TR]
[TR]
[TD]635
[/TD]
[TD]25
[/TD]
[TD]25
[/TD]
[/TR]
[TR]
[TD]832
[/TD]
[TD]5
[/TD]
[TD]5
[/TD]
[/TR]
</tbody>[/TABLE]
Hi,
I've been working to build/find some code to basically consolidate data based on an existing data set (see Current table - mine is actually for 12 months). I'm trying to sum totals based on matching values in column A. Also, the data range varies so I'm hoping to find a dynamic solution.
So end results would be:
Jan Feb
627 10 10
635 50 50
832 5 5
Thank you for you consideration! Already wasted a day trying to solve this puzzle.
<tbody>[TR]
[TD]Current:
[/TD]
[TD]Jan
[/TD]
[TD]Feb
[/TD]
[/TR]
[TR]
[TD]627
[/TD]
[TD]10
[/TD]
[TD]10
[/TD]
[/TR]
[TR]
[TD]635
[/TD]
[TD]25
[/TD]
[TD]25
[/TD]
[/TR]
[TR]
[TD]635
[/TD]
[TD]25
[/TD]
[TD]25
[/TD]
[/TR]
[TR]
[TD]832
[/TD]
[TD]5
[/TD]
[TD]5
[/TD]
[/TR]
</tbody>[/TABLE]
Hi,
I've been working to build/find some code to basically consolidate data based on an existing data set (see Current table - mine is actually for 12 months). I'm trying to sum totals based on matching values in column A. Also, the data range varies so I'm hoping to find a dynamic solution.
So end results would be:
Jan Feb
627 10 10
635 50 50
832 5 5
Thank you for you consideration! Already wasted a day trying to solve this puzzle.