View Single Post
 
Old 07-21-2018, 12:55 AM
Yde1203 Yde1203 is offline Windows 10 Office 2016
Novice
 
Join Date: Jul 2018
Posts: 4
Yde1203 is on a distinguished road
Thumbs down Calculating bonus in an embedded IF function

Hi there, I am quite a novice at making Excel do what I want it to do but suppose that is mainly my lack of logical thinking.
I would like to get the following conditions in an “embedded IF” function. The outcome should indicate the amount of bonus a person gets.
Facts:
Employees in pay scale 1 - 6 get a bonus of € 1.000,—
Employees in pay scale 7 & 8 get a bonus of € 1.500,—
Employees in pay scale 9 & 10 get a bonus of € 2.000,—
=IF(C2<7;1000;IF(C2>8;2000;1500))

But!!! (1) If you are a CEO who receives housing benefits you do not get the bonus and (2) neither do you if you are a MD with a housing benefit and a pay scale higher than 8.

cell A2 will indicate job title (“CEO” - “MD” - or “Other”);
Cell B2 will indicate housing benefit (“yes” or “no”);
Cell C2 will indicate the pay scale (1-10)

Can anyone give me a clue how to solve this?
Reply With Quote