Need Formula Help

amandaj1224

New Member
Joined
Nov 3, 2020
Messages
3
Office Version
  1. 365
Platform
  1. Windows
I am in the process of creating a workbook to maintain my companies yearly budget. I have one tab that is an invoice tracker, which is a more refined view of what is being spent where I put all the information of an invoice paid, the period, and the cost center and GL I code it to. I have another sheet that keeps track of the budget on a less refined level.

Is there a formula I can use that would automatically populate and combine invoice amounts onto my budget sheet in the spent box based on what I enter for cost center, gl, and period?
1607529850209.png

1607529891468.png
 

Excel Facts

Get help while writing formula
Click the italics "fx" icon to the left of the formula bar to open the Functions Arguments dialog. Help is displayed for each argument.
Hi AmaandaJ1224,

SUMIFS should help.

AmandaJ1224.xlsx
ABCDEFGHIJKLMN
1
2720 - Uniforms and Safety Equipment
3
4Period12345678910111213
5CC230$0$0$0$0$0$0$0$0$0$0$888$0$372
6CC320$0$0$0$0$0$0$0$0$0$0$0$0$444
7
8
9
10PDAmountCost CentreCharged to
1113$222CC230720 - Uniforms and Safety Equipment
1213$444CC320720 - Uniforms and Safety Equipment
1311$888CC230720 - Uniforms and Safety Equipment
1413$150CC230720 - Uniforms and Safety Equipment
152$12,500CC320880 - Management SPA Treatments
Sheet1
Cell Formulas
RangeFormula
B5:N6B5=SUMIFS($C$11:$C$9999,$B$11:$B$9999,B$4,$E$11:$E$9999,$B$2,$D$11:$D$9999,$A5)
 
Upvote 0

Forum statistics

Threads
1,214,832
Messages
6,121,844
Members
449,051
Latest member
excelquestion515

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