jdavid1006
New Member
- Joined
- Oct 21, 2019
- Messages
- 6
Hi guys,
Although I've been reading for a number of years, this is my first post. Please bear with me if I do something incorrectly.
I have a workbook that is basically taking invoices and rolling them up by date, truck number, and expense type. The problem is there can be multiple invoices in a month. I think I need to use the sumproduct formula but I'm not super familiar with it.
I have a summary that looks like the table below but I need to see everything by month and YTD. I can still have the Truck and Type columns (brakes, tires, etc...). Any ideas on what I can do? Thank you!
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD][/TD]
[TD][/TD]
[TD]Invoice 123[/TD]
[TD]Invoice 456[/TD]
[TD]Invoice 789[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD]August[/TD]
[TD]August[/TD]
[TD]September[/TD]
[/TR]
[TR]
[TD]Truck 1[/TD]
[TD]Brakes[/TD]
[TD]50[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Truck 2[/TD]
[TD]Tires[/TD]
[TD][/TD]
[TD]100[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Truck 2[/TD]
[TD]Maintenance[/TD]
[TD]25[/TD]
[TD]25[/TD]
[TD]25[/TD]
[/TR]
[TR]
[TD]Truck 3[/TD]
[TD]Brakes[/TD]
[TD][/TD]
[TD][/TD]
[TD]50[/TD]
[/TR]
[TR]
[TD]Truck 4[/TD]
[TD]Maintenance[/TD]
[TD][/TD]
[TD]25[/TD]
[TD]25[/TD]
[/TR]
</tbody>[/TABLE]
Although I've been reading for a number of years, this is my first post. Please bear with me if I do something incorrectly.
I have a workbook that is basically taking invoices and rolling them up by date, truck number, and expense type. The problem is there can be multiple invoices in a month. I think I need to use the sumproduct formula but I'm not super familiar with it.
I have a summary that looks like the table below but I need to see everything by month and YTD. I can still have the Truck and Type columns (brakes, tires, etc...). Any ideas on what I can do? Thank you!
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD][/TD]
[TD][/TD]
[TD]Invoice 123[/TD]
[TD]Invoice 456[/TD]
[TD]Invoice 789[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD]August[/TD]
[TD]August[/TD]
[TD]September[/TD]
[/TR]
[TR]
[TD]Truck 1[/TD]
[TD]Brakes[/TD]
[TD]50[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Truck 2[/TD]
[TD]Tires[/TD]
[TD][/TD]
[TD]100[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Truck 2[/TD]
[TD]Maintenance[/TD]
[TD]25[/TD]
[TD]25[/TD]
[TD]25[/TD]
[/TR]
[TR]
[TD]Truck 3[/TD]
[TD]Brakes[/TD]
[TD][/TD]
[TD][/TD]
[TD]50[/TD]
[/TR]
[TR]
[TD]Truck 4[/TD]
[TD]Maintenance[/TD]
[TD][/TD]
[TD]25[/TD]
[TD]25[/TD]
[/TR]
</tbody>[/TABLE]