IF statement problem

Paul Mcfarling

New Member
Joined
Jan 22, 2015
Messages
2
Hi Everyone,

I am trying to formulate the following for my sales team. I have been using an IF statement ( =IF(D10>=3000,"200",IF(D10>=2999,"150",IF(D10>=2600,"100",IF(D10>=100,"100"))))

but I can only get the the calculation to work with 1 and 2. I do not know how to put a range of numbers in.


  1. If they get an average sales of up to £2599 then they receive £100 bonus payment
  2. If they get an average sale of between £2600 to £2999 they receive £150
  3. If the average sale is over £3000 then they will receive £200


Any help for a novice would be appreciated.
 
I was able to figure it out in the mean time. I was actually closer than I realized. The solution was:

=SUMIF($C$6:$C$1000,J$7,$G$6:$G$1000)

Where C6:C100 is the category range, J7 is what I wanted it to match, and G6:G1000 are the summed values.
 
Upvote 0

Excel Facts

Does the VLOOKUP table have to be sorted?
No! when you are using an exact match, the VLOOKUP table can be in any order. Best-selling items at the top is actually the best.

Forum statistics

Threads
1,225,156
Messages
6,183,228
Members
453,152
Latest member
ChrisMd

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