+ Reply to Thread
Results 1 to 2 of 2

Formula for bonus payments

Hybrid View

  1. #1
    Forum Contributor
    Join Date
    08-24-2006
    Location
    Sevenoaks, Kent
    MS-Off Ver
    Office 365 ProPlus
    Posts
    459

    Formula for bonus payments

    Hi please see the attached file, i have a bonus scheme which pays out depending on how much you have funded and how many payments have been collected, i need a formula that will automatically work this out for.

    Please see the attached file for the full information

    Thanks in advance

    DJ
    Attached Files Attached Files
    Last edited by djfatboyfats; 05-15-2009 at 02:19 PM.

  2. #2
    Forum Expert teylyn's Avatar
    Join Date
    10-28-2008
    Location
    New Zealand
    MS-Off Ver
    Excel 365 Insider Fast
    Posts
    11,372

    Re: Formula for bonus payments

    Hi,

    in F22 enter the formula

    =INDEX($C$7:$M$15,MATCH(D22,$B$7:$B$15,1),MATCH(E22,{100,200,275},1)*3)*D22

    and copy down. Formula will result in "N/A" if either funding is below 20,000 or payments collected are less than 100. If required, you can wrap the above in an IF statement to get rid of the displayed "N/A", like

    =IF(ISNA(INDEX($C$7:$M$15,MATCH(D22,$B$7:$B$15,1),MATCH(E22,{100,200,275},1)*3)*D22),"no bonus",INDEX($C$7:$M$15,MATCH(D22,$B$7:$B$15,1),MATCH(E22,{100,200,275},1)*3)*D22)

    hope that helps

+ 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.6.0 RC 1