Pay Rate formula

Camineet

New Member
Joined
Oct 29, 2009
Messages
27
Dear Excel friends,

I'm in need of help with a somewhat complicated (for me) formula to arrive at a Pay Rate for my therapeutic counseling agency's counselors.

Their monthly pay rate per work unit is determined by their so-called Roster Score along with an adjustment for any Missing Items.

I've already been able to successfully create a formula for determining the Rate based on the Roster Score. But I need to further develop the formula to make an adjustment to the results based on Missing Items.

The cells of interest in this post are H7, H8, and H9.

The enhancement to the formula I need is as follows...

If Missing Items equals zero, no change to Rate.

If Missing Items equals 1 or 2, Rate becomes 30 or that which was determined by the existing formula (that which is determined by Roster Score alone), whichever is lower.

If Missing Items equals 3 or greater, Rate becomes 27.50.

Any help you guys can offer would be greatly appreciated. I think the needed enhancement is an Or function with multiple terms accommodating the various combinations of Roster Score and Missing items.



Many Thanks,
Excel Workbook
BCDEFGHI
5Hire DateRoster ScoreMissing ItemsRateBonus to Amy
6Amy J0.943030
7SmithFrannie11/5/20080.930127.50
8HammilAndrea11/26/20090.944229.540
9HughsMaxine5/1/20080.998332.5100
10Total140
Sheet1
 

Excel Facts

Excel Joke
Why can't spreadsheets drive cars? They crash too often!
Simple way is to leave your H column as is. Let's call it "Roster Rate" instead of "Rate". Insert a new column at I. Your Current Column I with "Bonus Pay" will become Column J.

In cells I7, insert this formula.
=IF(G7=0,H7,if(G7<=2,Min(30,H7),27.5))

I7 will be now your intended Pay Rate.

Hope this helps!
 
Upvote 0
Excellent! Thanks a lot for your help. I was able to adapt the formula to the Supervisor Amy J also. The Supervisor receives a unit rate of $2.50 higher in all scenarios. Great stuff, I really appreciate it.
 
Upvote 0

Forum statistics

Threads
1,224,506
Messages
6,179,159
Members
452,892
Latest member
yadavagiri

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