formula that will help with resolving Salary compression in a department

Glatortue

New Member
Joined
May 9, 2024
Messages
1
Office Version
  1. 2021
Platform
  1. Windows
with the new minimum DOL treshhold for exempt employees increased to $ 43,888 effective 7/1/24 - I need help to develop a spreadsheet with a formula to fix emps that are impacted as I bring those employees to the to the min of $43888 and provide increases to the employees to resolve compression based on year of service time in position
 

Excel Facts

Shade all formula cells
To shade all formula cells: Home, Find & Select, Formulas to select all formulas. Then apply a light fill color.
welcome to the forum.

Can you provide examples of this scenario? Please provide a starting point, a description of the calculations needed to be done AND and expected result.
More than one example would be helpful.

To answer what you have written:
If the current salary is in cell B2, a formula in cell C2 to give the new salary would be:
Excel Formula:
=IF(B2<43888,43888,B2)
 
Upvote 0
To answer what you have written:
If the current salary is in cell B2, a formula in cell C2 to give the new salary would be:
Excel Formula:
=IF(B2<43888,43888,B2)
Or more simply, you could just use:
Excel Formula:
=MAX(B2,43888)
 
Upvote 0

Forum statistics

Threads
1,216,126
Messages
6,129,007
Members
449,480
Latest member
yesitisasport

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