Excel help with SUMIF (I think)

crackers85

New Member
Joined
Apr 27, 2020
Messages
5
Office Version
  1. 365
Platform
  1. Windows
Hi Everyone,



I have fairly basic excel knowledge and was looking for some help regarding new starters that would affect budgets. What i want to do is be able to select from a drop down a a job title and a month start. This would then generate a cost for the rest of the year based on the month start plus some additional costs. On one tab I have the drop downs for Job Role and Month created and then in another tab i have all the costs listed, looking like this:

Employee Type Salary + NI + Pension Month StartAdditional Items FixedCostOter Items MonthlyAnnual CostSoftware SuscriptionsCost
Head of Business £ 70,680.00JanuaryLaptop £ 850.00 Phone £ 600.00WebHR £ 42.00
Implementation Manager £ 38,285.00FebruaryTablet £ 200.00Teamwork £ 144.00
Senior Developer £ 47,120.00MarchBag £ 30.00Lucid Chart £ 90.00
Junior Developer £ 29,450.00AprilMouse £ 15.00SmartSheets £ 240.00
Business Graduate £ 22,383.00MayMicrosoft £ 192.00
Customer Support £ 24,738.00JuneFreshdesk / Freshchat £ 612.00
Australian Implementation Manager £ 62,963.00July
August
September
October
November
December

If i have a cost column in the first tab beside job role and month start, what formula would i need to work out the annual cost, depending on start date. Everyone gets a laptop, however only some roles get phones.



Any help greatly appreciated.
 

Excel Facts

Ambidextrous Undo
Undo last command with Ctrl+Z or Alt+Backspace. If you use the Undo icon in the QAT, open the drop-down arrow to undo up to 100 steps.
Hi *******s85,
Would this alternative do it for you
Book1
ABCDEFGHIJKLMNO
1Employee Type Salary + NI + Pension SW Year TotItems Fixed Yearly TotMonthlyAdditional Items Fixed Cost Oter Items Monthly Annual Cost Software Suscriptions Cost Month Start
2Head of Business £ 70.680,00 £ 1.320,00 £ 1.095,00 £ 6.091,25 Laptop £ 850,00 Phone £ 600,00 WebHR £ 42,00 January
3Implementation Manager £ 38.285,00 £ 1.320,00 £ 1.095,00 £ 3.391,67 Tablet £ 200,00 Phone Monthly £ 50,00 Teamwork £ 144,00 February
4Senior Developer £ 47.120,00 £ 1.320,00 £ 1.095,00 £ 4.127,92 Bag £ 30,00 Lucid Chart £ 90,00 March
5Junior Developer £ 29.450,00 £ 1.320,00 £ 1.095,00 £ 2.655,42 Mouse £ 15,00 SmartSheets £ 240,00 April
6Business Graduate £ 22.383,00 £ 1.320,00 £ 1.095,00 £ 2.066,50 Microsoft £ 192,00 May
7Customer Support £ 24.738,00 £ 1.320,00 £ 1.095,00 £ 2.262,75 Freshdesk / Freshchat £ 612,00 June
8Australian Implementation Manager £ 62.963,00 £ 1.320,00 £ 1.095,00 £ 5.448,17 July
9August
10September
11October
12November
13December
14Job Role Month Incl PhoneExcl Phone
15Senior Developer June £ 29.245,42 £ 28.895,42
16
Sheet1
Cell Formulas
RangeFormula
C2:C8C2=SUM($L$2:$L$7)
D2:D8D2=SUM($H$2:$H$5)
E2:E8E2=SUM(B2:D2)/12
J3J3=J2/12
C15C15=(INDEX($E$2:$E$8,MATCH(A15,$A$2:$A$8,0))+vPhoneCost)*(13-MATCH(B15,$N$2:$N$13,0))
D15D15=INDEX($E$2:$E$8,MATCH(A15,$A$2:$A$8,0))*(13-MATCH(B15,$N$2:$N$13,0))
Named Ranges
NameRefers ToCells
vPhoneCost=Sheet1!$J$3C15
Cells with Data Validation
CellAllowCriteria
A15List=$A$2:$A$8
B15List=$N$2:$N$13
 
Upvote 0
Not exactly what i was looking for but this has been a massive help as i have managed to adjust to suit my needs.

Thanks for your help!
 
Upvote 0
Here's another idea just in case you're still considering some options. This changes the layout of your tables so that you can assign (with a "1") the software and equipment for each position. Then monthly and fixed costs are computed in columns N and O. The selection of employee type, start month, and ROY (remainder of year) cost is shown in R2:R4.
Book2
ABCDEFGHIJKLMNOPQRST
1Month Start
2Expense typeSalary & BenefitsOffice EquipmentSoftware SuscriptionsCostsCostsEmployee Type -->Business GraduateJanuary
3Cost8502003015504214490240192612Month Start -->JulyFebruary
4Cost frequencyannualfixedfixedfixedfixedmonthannualannualannualannualannualannualMonthlyFixedROY Cost -->11191.50March
5Employee TypeSalary + NI + PensionLaptopTabletBagMousePhoneWebHRTeamworkLucid ChartSmartSheetsMicrosoftFreshdesk / FreshchatApril
6Head of Business70,680.00111111111116050.001095.00May
7Implementation Manager38,285.00111113240.421095.00June
8Senior Developer47,120.001113997.170.00July
9Junior Developer29,450.00111112532.17865.00August
10Business Graduate22,383.001865.250.00September
11Customer Support24,738.00111112198.50850.00October
12Australian Implementation Manager62,963.005246.920.00November
13December
14
crackers85
Cell Formulas
RangeFormula
G3G3=600/12
R4R4=SUMPRODUCT((N6:N12)*(DATEDIF(LEFT(R3,3)&"-"&1,DATE(YEAR(TODAY()),12,31),"m")+1)+(O6:O12),--($A$6:$A$12=$R$2))
N6:N12N6=(B6/12+SUMIF(G6,1,$G$3)+SUMIF(H6:M6,1,$H$3:$M$3)/12)
O6:O12O6=SUMIF(C6:F6,1,$C$3:$F$3)
Cells with Data Validation
CellAllowCriteria
R2List=$A$6:$A$12
R3List=$T$2:$T$13
 
Upvote 0

Forum statistics

Threads
1,214,832
Messages
6,121,841
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