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.
Any help for a novice would be appreciated.
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.
- If they get an average sales of up to £2599 then they receive £100 bonus payment
- If they get an average sale of between £2600 to £2999 they receive £150
- If the average sale is over £3000 then they will receive £200
Any help for a novice would be appreciated.