Simple Formula for Budget Sheet

aherzog

New Member
Joined
May 27, 2015
Messages
33
Let's say I want to make a budget sheet of my monthly expenses. Column D are the dollar amounts I spent, and column H are the categories I bought.

For example, column D is $10 and column H is labeled Food.

What formula can I use to create a third column, let's say column J, which will show me the total of all entries in D which were labeled as Food in column H?

This is assuming I have multiple money entries in column D, and multiple categories in column H such as entertainment, bills, etc.
 

Excel Facts

Select a hidden cell
Somehide hide payroll data in column G? Press F5. Type G1. Enter. Look in formula bar while you arrow down through G.
Book1
DEFGH
210foodFood25
3200rentRent200
420gasgas25
515Food
65gas
7
8
Sheet1
Cell Formulas
RangeFormula
H2:H4H2=SUMIF($E$2:$E$10,G2,$D$2:$D$10)
 
Upvote 0

Forum statistics

Threads
1,214,996
Messages
6,122,636
Members
449,092
Latest member
bsb1122

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