ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   URGENT - Where do i start! (https://www.excelbanter.com/excel-discussion-misc-queries/57422-urgent-where-do-i-start.html)

[email protected]

URGENT - Where do i start!
 
I have untill about 10am sydney time on the 28th Nov...
I have a number that when within a certain bracket needs to generate
the corresponding bonus ammount
if a consultant makes between $3000 and $3999 then the bonus is $50
If a consultant makes between $4000 and $4999 then the bonus is $75 and
so on
i need a formula to do that automatically
the bonus value ammount is in L16 so that would be where the formula is
and the total monthly sales is in L14

PLEASE HELP I only have 9 hrs


Domenic

URGENT - Where do i start!
 
Try...

=LOOKUP(L14,{0,3000,4000,5000},{0,50,75,100})

Adjust the brackets and bonus amounts accordingly.

Hope this helps!

In article om,
wrote:

I have untill about 10am sydney time on the 28th Nov...
I have a number that when within a certain bracket needs to generate
the corresponding bonus ammount
if a consultant makes between $3000 and $3999 then the bonus is $50
If a consultant makes between $4000 and $4999 then the bonus is $75 and
so on
i need a formula to do that automatically
the bonus value ammount is in L16 so that would be where the formula is
and the total monthly sales is in L14

PLEASE HELP I only have 9 hrs


[email protected]

URGENT - Where do i start!
 
It's ok i've done it by nesting a huge number of IF and and statements.
If i hit limitations with that i'll leave something here


[email protected]

URGENT - Where do i start!
 
i didn't see your post before i replied, thanks I'll try it now


[email protected]

URGENT - Where do i start!
 
Thanks Domenic it worked a treat!


Dana DeLouis

URGENT - Where do i start!
 
It's ok i've done it by nesting a huge number of IF

Another option:
[Bonus] =(Sales=3000)*(INT(Sales/1000)*25-25)

HTH
--
Dana DeLouis
Win XP & Office 2003


wrote in message
ups.com...
It's ok i've done it by nesting a huge number of IF and and statements.
If i hit limitations with that i'll leave something here





All times are GMT +1. The time now is 07:53 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com