I currently have a macro that grabs information from another spreadsheet and copies that information to a tab in the workbook I am using. This information is updated every week, and copied over the old information. After the information is copied I would like a marco to grab the sum of 2 cells from the copied information and paste it in a table I have set up with dates already in.
The information is copied to Sheet 2, cell A1 and A2, and will be every time. Cell B3 References the same date that is in the table.
Sheet 1 with the table looks like this.
[TABLE="width: 250"]
<tbody>[TR]
[TD]Monday[/TD]
[TD]Value[/TD]
[/TR]
[TR]
[TD]8/27/2012[/TD]
[TD]1234[/TD]
[/TR]
[TR]
[TD]9/3/2012[/TD]
[TD]5678[/TD]
[/TR]
[TR]
[TD]9/10/2012[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
The dates in theory would go on for multiple years.
The macro would be run once a week (before new data is copied over), however not necessarily on the same date referenced above.
First time posting, however I have been referencing other threads for a few years.
Thanks in advance!
The information is copied to Sheet 2, cell A1 and A2, and will be every time. Cell B3 References the same date that is in the table.
Sheet 1 with the table looks like this.
[TABLE="width: 250"]
<tbody>[TR]
[TD]Monday[/TD]
[TD]Value[/TD]
[/TR]
[TR]
[TD]8/27/2012[/TD]
[TD]1234[/TD]
[/TR]
[TR]
[TD]9/3/2012[/TD]
[TD]5678[/TD]
[/TR]
[TR]
[TD]9/10/2012[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
The dates in theory would go on for multiple years.
The macro would be run once a week (before new data is copied over), however not necessarily on the same date referenced above.
First time posting, however I have been referencing other threads for a few years.
Thanks in advance!