Salary Increase per month

HD1080

New Member
Joined
Jul 11, 2020
Messages
2
Office Version
  1. 2019
Platform
  1. Windows
  2. MacOS
I need to show a way of counting the team cost per month taking in to account salary increases, the way I'm doing this currently is to have an end date placed as if they've left the business on their last salary then a new start date placed for when they start their new salary. In reality, this is not a great way to do this as if I need to look at the raw data there will be duplicate names and a minefield trying to figure out actual start dates and end dates.

What I've done now is create new columns with the increase which is actually their total salary increase rather than the amount (Maybe the amount would make more sense rather than to divide it per month) then the to and from dates, blank end dates mean they're still employed.

So as an example The team cost from Jan to April would be 1,500 but would go up to 1650 from May. Another issue I'm facing is because a salary increase could start mid-month or first week of the month I wouldn't want it to count in both months.
 

Attachments

  • SalCalc Screen.png
    SalCalc Screen.png
    52.8 KB · Views: 18

Excel Facts

Can Excel fill bagel flavors?
You can teach Excel a new custom list. Type the list in cells, File, Options, Advanced, Edit Custom Lists, Import, OK
Hi HD1080,

Welcome to the forum. Please be aware most of us who are offering frequent help to others, actually don't like retyping data from a screenshot. This forum offers thereto a great tool to share data that can be copied and pasted with a single click: "XL2BB". There is a link in my signature so you can download and install the add-in.
 
Upvote 0
Sorry. Here's the data.

SalCalc.xlsx
ABCDEFGHIJKLMNOPQRSTUVWXYZAAABACADAEAFAGAHAIAJAKALAM
1DepartmentStart DateEnd DateNameMonthly SalaryStarting SalaryCurrently EmployedIncrease NumberCurrent SalaryIncrease 1Increase Date FromIncrease Date ToIncrease 2Increase Date FromIncrease Date ToIncrease 3Increase Date FromIncrease Date ToIncrease 4Increase Date FromIncrease Date ToIncrease 5Increase Date FromIncrease Date ToIncrease 6Increase Date FromIncrease Date ToIncrease 7Increase Date FromIncrease Date ToIncrease 8Increase Date FromIncrease Date ToIncrease 9Increase Date FromIncrease Date ToIncrease 10Increase Date FromIncrease Date To
3Team 310/11/2018Simon1,500.0018,000.00Yes2£25,000.0021000.0004/05/20192500005/09/2019
11
12
13Range Start01/01/201901/02/201901/03/201901/04/201901/05/201901/06/201901/07/201901/08/201901/09/201901/10/201901/11/201901/12/201901/01/202001/02/202001/03/202001/04/202001/05/202001/06/202001/07/202001/08/202001/09/202001/10/202001/11/202001/12/2020
14Range End31/01/201928/02/201931/03/201930/04/201931/05/201930/06/201931/07/201931/08/201930/09/201931/10/201930/11/201931/12/201931/01/202029/02/202031/03/202030/04/202031/05/202030/06/202031/07/202031/08/202030/09/202031/10/202030/11/202031/12/2020
15DepartmentJanuaryFebruaryMarchAprilMayJuneJulyAugustSeptemberOctoberNovemberDecemberJanuaryFebruaryMarchAprilMayJuneJulyAugustSeptemberOctoberNovemberDecemberJanuary
16Team 1
17Team 2
18Team 3
19Team 4
20Team 5
21
22
23
24
Sheet1
Cell Formulas
RangeFormula
G3G3=IF(C3="","Yes","No")
H3H3=IF(AK3<>"",10,IF(AH3<>"",9,IF(AE3<>"",8,IF(AB3<>"",7,IF(Y3<>"",6,IF(V3<>"",5,IF(S3<>"",4,IF(P3<>"",3,IF(M3<>"",2,IF(J3<>"",1,""))))))))))
I3I3=IF(AK3<>"",AK3,IF(AH3<>"",AH3,IF(AE3<>"",AE3,IF(AB3<>"",AB3,IF(Y3<>"",Y3,IF(V3<>"",V3,IF(S3<>"",S3,IF(P3<>"",P3,IF(M3<>"",M3,IF(J3<>"",J3,F3))))))))))
E3E3=F3/12
C14:Z14C14=EOMONTH(C13,0)
 
Upvote 0
Cross posted Salary increase per team across year

While we do allow Cross-Posting on this site, we do ask that you please mention you are doing so and provide links in each of the threads pointing to the other thread (see rule 13 here along with the explanation: Forum Rules). This way, other members can see what has already been done in regards to a question, and do not waste time working on a question that may already be answered.
 
Upvote 0

Forum statistics

Threads
1,214,909
Messages
6,122,189
Members
449,072
Latest member
DW Draft

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