#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Jesper
 
Posts: n/a
Default if then

Hi

I am setting up a chart for an employe.

The employe will get a bonus if he is passing a amount of sale.
ex: if selling for more than 500000 the he get 5000,- in a bonus

How can i set this up?
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Bob Phillips
 
Posts: n/a
Default if then

Look at VLOOKUP in help, it should get you started.

--

HTH

Bob Phillips

(remove nothere from the email address if mailing direct)

"Jesper" wrote in message
...
Hi

I am setting up a chart for an employe.

The employe will get a bonus if he is passing a amount of sale.
ex: if selling for more than 500000 the he get 5000,- in a bonus

How can i set this up?



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Helping with time
 
Posts: n/a
Default if then

You can set up a conditional if function. For example,

cell A1: Amount sold, cell B1: Bonus;
cell B1: enter the amount of good sold, cell B2 = if(B1500000,5000,0)
cell B2 is saying that if the amount entered in B1 is greater than 500000,
then the bonus will be 5000. Otherwise, it is 0.

Alternatively, if the amount of bonus varies with the amount of good sold,
use lookup for more flexibility.

"Jesper" wrote:

Hi

I am setting up a chart for an employe.

The employe will get a bonus if he is passing a amount of sale.
ex: if selling for more than 500000 the he get 5000,- in a bonus

How can i set this up?

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +1. The time now is 02:42 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"