gderricksmith
New Member
- Joined
- Mar 30, 2011
- Messages
- 6
Hello all, and thank you in advance for any help given.
I have 300 - 400 row sheets that I get every week that i need to separate chunks of rows (by dates), insert a blank row, and calculate the subtotal.
Below is an example of what the information looks like before it is subtotaled
Date Total
30-Jan 5
30-Jan 10
30-Jan 11
30-Jan 8
30-Jan 20
6-Feb 5
6-Feb 1
6-Feb 2
6-Feb 8
13-Feb 3
13-Feb 1
13-Feb 1
13-Feb 5
20-Feb 5
20-Feb 14
20-Feb 14
And here is what I need it to look like after the macro has been run
Date Total
30-Jan 5
30-Jan 10
30-Jan 11
30-Jan 8
30-Jan 20
54
6-Feb 5
6-Feb 1
6-Feb 2
6-Feb 8
16
13-Feb 3
13-Feb 1
13-Feb 1
13-Feb 5
10
20-Feb 5
20-Feb 14
20-Feb 14
33
I know this doesn't look good with the formatting in this text box, but I can send the file that I'm working on if you need more clarification. The Date is supposed to be Column A and the number beside it is Column B
Please Help!
I have 300 - 400 row sheets that I get every week that i need to separate chunks of rows (by dates), insert a blank row, and calculate the subtotal.
Below is an example of what the information looks like before it is subtotaled
Date Total
30-Jan 5
30-Jan 10
30-Jan 11
30-Jan 8
30-Jan 20
6-Feb 5
6-Feb 1
6-Feb 2
6-Feb 8
13-Feb 3
13-Feb 1
13-Feb 1
13-Feb 5
20-Feb 5
20-Feb 14
20-Feb 14
And here is what I need it to look like after the macro has been run
Date Total
30-Jan 5
30-Jan 10
30-Jan 11
30-Jan 8
30-Jan 20
54
6-Feb 5
6-Feb 1
6-Feb 2
6-Feb 8
16
13-Feb 3
13-Feb 1
13-Feb 1
13-Feb 5
10
20-Feb 5
20-Feb 14
20-Feb 14
33
I know this doesn't look good with the formatting in this text box, but I can send the file that I'm working on if you need more clarification. The Date is supposed to be Column A and the number beside it is Column B
Please Help!
Last edited: