Microsoft Office Forums

Go Back   Microsoft Office Forums > >

Reply
 
Thread Tools Display Modes
  #1  
Old 07-21-2018, 12:55 AM
Yde1203 Yde1203 is offline Calculating bonus in an embedded IF function Windows 10 Calculating bonus in an embedded IF function Office 2016
Novice
Calculating bonus in an embedded IF function
 
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
  #2  
Old 07-21-2018, 02:03 PM
jeffreybrown jeffreybrown is offline Calculating bonus in an embedded IF function Windows Vista Calculating bonus in an embedded IF function Office 2007
Expert
 
Join Date: Apr 2016
Posts: 673
jeffreybrown has a spectacular aura aboutjeffreybrown has a spectacular aura about
Default

Is this a start?

=IF(N(C2),IF(AND(A2="CEO",B2="Yes"),"",IF(AND(A2=" MD",B2="Yes",C2>8),"",LOOKUP(C2,{1,1;7,1.5;9,2}))) ,"")
Reply With Quote
  #3  
Old 07-22-2018, 08:24 AM
Yde1203 Yde1203 is offline Calculating bonus in an embedded IF function Windows 10 Calculating bonus in an embedded IF function Office 2016
Novice
Calculating bonus in an embedded IF function
 
Join Date: Jul 2018
Posts: 4
Yde1203 is on a distinguished road
Smile Sorted

Hi Jeffrey,
Thank you vers Michael. This helpen me to sort my problem.
Kind regards
Yde
Reply With Quote
Reply

Thread Tools
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
Calculating bonus in an embedded IF function Create Personnel Tracker that can output Bonus to a different worksheet FredRich Excel 2 10-10-2017 01:07 AM
Calculating bonus in an embedded IF function Restrict Editing function disable insert textbox function IanM_01 Word 5 11-21-2015 02:29 AM
Calculating bonus in an embedded IF function Countif function not calculating correctly MoranGail Excel 1 07-09-2014 05:50 AM
Calculating bonus in an embedded IF function #REF! Error in calling VBA function disappears when function is copied lcaretto Excel Programming 2 05-26-2014 07:19 PM
Creating a graph for Future Value function (FV function) bmoody Excel 2 11-06-2013 10:52 AM

Other Forums: Access Forums

All times are GMT -7. The time now is 12:37 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Search Engine Optimisation provided by DragonByte SEO (Lite) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
MSOfficeForums.com is not affiliated with Microsoft