Create Totals (sum from Type of Expense (column data)

agjwilson

New Member
Joined
Jan 6, 2017
Messages
3
I have spent a lot of time making a great spreadsheet in Excel 2016. With relative ease and understanding for my business costs on one page. I would really appreciate it (my first time asking in this forum) if someone could help me create a formula that would give me totals for my Type of Expenses in the Column (it is located just under the Bold text of Year 2015)


[TABLE="width: 198"]
<colgroup>
</colgroup><tbody>[TR]
[TD]
  • Cost of Sales - Goods
[/TD]
[/TR]
[TR]
[TD]
  • Cost of Sales - Materials
[/TD]
[/TR]
[TR]
[TD]
  • Cost of Sales - Hire
[/TD]
[/TR]
[TR]
[TD]
  • Marketing Costs
[/TD]
[/TR]
[TR]
[TD]
  • Insurance Costs
[/TD]
[/TR]
[TR]
[TD]
  • Motor Fuel
[/TD]
[/TR]
[TR]
[TD]
  • Motor Maintenance
[/TD]
[/TR]
[TR]
[TD]
  • Office Costs
[/TD]
[/TR]
[TR]
[TD]
  • Staff Clothing
[/TD]
[/TR]
[TR]
[TD]
  • Meeting Costs
[/TD]
[/TR]
[TR]
[TD]
  • Office Labour
[/TD]
[/TR]
[TR]
[TD]
  • Refund
[/TD]
[/TR]
[TR]
[TD]
  • Travel
[/TD]
[/TR]
</tbody>[/TABLE]
excel_ask.jpg


As you can see I have the usual list of expenses and each entry in the spreadsheet is associated to a 'type of expense'
Now I should have done this earlier I know however I would like to have a total for each 'type of expense' so I can see the total costs in each 'type of expense'.

I hope this is an understandable question. I may need to reword it.
 

Excel Facts

Which came first: VisiCalc or Lotus 1-2-3?
Dan Bricklin and Bob Frankston debuted VisiCalc in 1979 as a Visible Calculator. Lotus 1-2-3 debuted in the early 1980's, from Mitch Kapor.
can try the sumif() function like this


Excel 2012
ABCDE
1TotalType of expenseType of expenseTotal
210Cost of Sales - GoodsCost of Sales - Goods20
310Cost of Sales - GoodsCost of Sales - Hire50
410Cost of Sales - HireCost of Sales - Materials10
510Cost of Sales - Materials
610Cost of Sales - Hire
710Cost of Sales - Hire
810Cost of Sales - Hire
910Cost of Sales - Hire
Sheet4
Cell Formulas
RangeFormula
E2=SUMIF($B$2:$B$9,$D2,$A$2:$A$9)
 
Upvote 0
Alan Y,

Thank you for helping me sort that out. I've not input a very similar table onto one of my worksheets and its added all the totals up corresponding to 'types of expenses'.

Regards,
Alex
 
Upvote 0

Forum statistics

Threads
1,223,910
Messages
6,175,316
Members
452,634
Latest member
cpostell

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top