if stament help

djwbaker

New Member
Joined
Apr 4, 2014
Messages
49
hi

I am still getting to grips with some formula so any help is much appreciated :)

I am trying to calculate a 1 point bonus when 5% is hit and a 2 point bonus when 10% is hit. rest of the weeks will be 0 as its a 1 time bonus

https://www.dropbox.com/s/o5wodrhc66p9yg9/bonus.jpg?dl=0

I currently have this but it returns criteria multiple times
I have used > 5%/10% as the weekly results might not be an exact match and could surpass

=IF(F3>=$C$2,2,IF(F3>=$B$2,1,0))

again any help much appreciated

Dan
 

Excel Facts

Back into an answer in Excel
Use Data, What-If Analysis, Goal Seek to find the correct input cell value to reach a desired result
I presume that is the formula you have in cell F6. Try this instead:

=IF(F3>=$B$2,IF(F3>=$C$2,IF(COUNTIF($E6:E$6,2)>0,IF(COUNTIF($E6:E$6,1)>0,0,1),2),IF(F3>=$B$2,IF(COUNTIF($E6:E$6,1)>0,0,1),0)),0)
 
Upvote 0
=IF(DQ9>=$EK$9,IF(DQ9>=$EL$9,IF(COUNTIF($EM$9:EM9,2)>0,IF(COUNTIF($EM$9:EM9,1)>0,0,1),2),IF(DQ9>=$EK$9,IF(COUNTIF($EM$9:EM9,1)>0,0,1),0)),0)

this is my failed attempt
 
Upvote 0

Forum statistics

Threads
1,216,729
Messages
6,132,383
Members
449,725
Latest member
Enero1

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