Robertislearning
IS-IT--Management
Hi everyone! I have a weekly report of 1,000+ lines that is provided to me to "condense". The report looks as follows:
A B C D E
Prob# CustName Date Time Duration (minutes)
001 Eat at Joe's 12/01 10:00a 10
001 Eat at Joe's 12/01 11:00a 50
001 Eat at Joe's 12/01 12:00a 20
001 Eat at Joe's 12/01 12:10a 30
001 Total 110
There are hundreds of these sections for each customer that are subtotaled. For example, the cell that contains the total above(110)has a formula like this: =SUBTOTAL(9,E1:E4)
Surely there has to be a way to automate this. My poor, feeble brain cannot handle such complex tasks! (guess that's why they asked me to 'condense' the report!)
What I'm looking for is a macro that will sum up each line item and then place that sum in the first line of each customer section. Making the above sample look like this one below.
A B C D E
Prob# CustName Date Time Duration (minutes)
001 Eat at Joe's 12/01 10:00a 110
001 Total 110
Thank you in advance for any advice & help!!!!
Robert.
A B C D E
Prob# CustName Date Time Duration (minutes)
001 Eat at Joe's 12/01 10:00a 10
001 Eat at Joe's 12/01 11:00a 50
001 Eat at Joe's 12/01 12:00a 20
001 Eat at Joe's 12/01 12:10a 30
001 Total 110
There are hundreds of these sections for each customer that are subtotaled. For example, the cell that contains the total above(110)has a formula like this: =SUBTOTAL(9,E1:E4)
Surely there has to be a way to automate this. My poor, feeble brain cannot handle such complex tasks! (guess that's why they asked me to 'condense' the report!)
What I'm looking for is a macro that will sum up each line item and then place that sum in the first line of each customer section. Making the above sample look like this one below.
A B C D E
Prob# CustName Date Time Duration (minutes)
001 Eat at Joe's 12/01 10:00a 110
001 Total 110
Thank you in advance for any advice & help!!!!
Robert.