+ Reply to Thread
Results 1 to 2 of 2

Thread: Request the formula to calculate one time bonus

  1. #1
    Registered User
    Join Date
    02-04-2010
    Location
    Kuwait
    MS-Off Ver
    Excel 2007
    Posts
    5

    Request the formula to calculate one time bonus

    Dears,
    How do I make the formula to calculate one time bonuses when production reaches certain level.

    e.g. When Production reaches 25000, I pay a bonus of 1 million when it reaches 50,000 I pay 2 million.

    I used the following but it does not give me a one time bonus and pays every year till it reaches the next level.

    =IF(AND(B15>=25000,B15<50000),1000,IF(AND(50000<=B15,B15<75000),2000,IF(B15>=75000,3000,0)))

    Can any none help please?

    Vijay

  2. #2
    Valued Forum Contributor Haseeb A's Avatar
    Join Date
    05-24-2011
    Location
    India | Kwt
    MS-Off Ver
    2007
    Posts
    1,447

    Re: Request the formula to calculate one time bonus

    Hello Vijay,

    Create a two column table. First column enter the starting level, 2nd column the bonus. like,

    
    K            L
    0            0
    25000     1000
    50000     2000
    etc..
    then use like

    =LOOKUP(B15,K:L)
    HTH; Haseeb

    If your problem is solved, please say so clearly, and mark your thread as Solved:
    Forum Rules & How to Mark a thread as SOLVED

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.2.0