I have an issue that I need some help with... We try to assign all of our expenses on our American Express cards either to overhead items or we try to job cost them...
We download each statement in Excel, and I transfer the bill to a recap sheet as follows:
[TABLE="width: 700"]
<tbody>[TR]
[TD]Transaction Description[/TD]
[TD]Transaction Date[/TD]
[TD]Amount[/TD]
[TD]Cost Center[/TD]
[TD]Class[/TD]
[TD]Job[/TD]
[/TR]
[TR]
[TD]Home Depot[/TD]
[TD]8/1/2017[/TD]
[TD]45.17[/TD]
[TD]1140[/TD]
[TD]Masonry[/TD]
[TD]Texas Middle School[/TD]
[/TR]
[TR]
[TD]The UPS Store[/TD]
[TD]8/25/2017[/TD]
[TD]17.85[/TD]
[TD]747000[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Wal-Mart Supercenter[/TD]
[TD]8/14/2017[/TD]
[TD]121.32[/TD]
[TD]2104[/TD]
[TD]Drywall[/TD]
[TD]John Doe Elementary[/TD]
[/TR]
[TR]
[TD]Home Depot[/TD]
[TD]8/10/2017[/TD]
[TD]238.15[/TD]
[TD]1140[/TD]
[TD]Masonry[/TD]
[TD]Texas Middle School[/TD]
[/TR]
</tbody>[/TABLE]
The blue is the information that gets transferred, the red gets entered by our receptionist. There will be many transactions on each statement, but I need a way to subtotal this information, by cost center, and also by class and job, if the information gets job costed. So in the above example, I would output the work the receptionist puts in to a page that we print out that summarizes the costs for the owner - so would see that 1140 - Masonry - Texas Middle School was $283.32, 747000 was $17.85, and 2104 - Drywall - John Doe Elementary was $121.32.
The complicated factor is that any six digit code won't have a class or job, and any 4 digit code will have one of 4 different classes, and it will have a job name, but the job name could be one of about 60 different jobs.
I don't want to list all possible combinations, but is there a way to summarize the information?
The cost codes, classes, and jobs don't necessarily have any relationship. (code 1140 could apply to any job, any class, and same for 2104).
Any help that you could give me would be greatly appreciated!
We download each statement in Excel, and I transfer the bill to a recap sheet as follows:
[TABLE="width: 700"]
<tbody>[TR]
[TD]Transaction Description[/TD]
[TD]Transaction Date[/TD]
[TD]Amount[/TD]
[TD]Cost Center[/TD]
[TD]Class[/TD]
[TD]Job[/TD]
[/TR]
[TR]
[TD]Home Depot[/TD]
[TD]8/1/2017[/TD]
[TD]45.17[/TD]
[TD]1140[/TD]
[TD]Masonry[/TD]
[TD]Texas Middle School[/TD]
[/TR]
[TR]
[TD]The UPS Store[/TD]
[TD]8/25/2017[/TD]
[TD]17.85[/TD]
[TD]747000[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Wal-Mart Supercenter[/TD]
[TD]8/14/2017[/TD]
[TD]121.32[/TD]
[TD]2104[/TD]
[TD]Drywall[/TD]
[TD]John Doe Elementary[/TD]
[/TR]
[TR]
[TD]Home Depot[/TD]
[TD]8/10/2017[/TD]
[TD]238.15[/TD]
[TD]1140[/TD]
[TD]Masonry[/TD]
[TD]Texas Middle School[/TD]
[/TR]
</tbody>[/TABLE]
The blue is the information that gets transferred, the red gets entered by our receptionist. There will be many transactions on each statement, but I need a way to subtotal this information, by cost center, and also by class and job, if the information gets job costed. So in the above example, I would output the work the receptionist puts in to a page that we print out that summarizes the costs for the owner - so would see that 1140 - Masonry - Texas Middle School was $283.32, 747000 was $17.85, and 2104 - Drywall - John Doe Elementary was $121.32.
The complicated factor is that any six digit code won't have a class or job, and any 4 digit code will have one of 4 different classes, and it will have a job name, but the job name could be one of about 60 different jobs.
I don't want to list all possible combinations, but is there a way to summarize the information?
The cost codes, classes, and jobs don't necessarily have any relationship. (code 1140 could apply to any job, any class, and same for 2104).
Any help that you could give me would be greatly appreciated!