How write/find this formula?

Hello!

I want to find the formula for the following problem. I do a template for work, where I want to be able to put a result (in %) in this model that spits out the bonuses that the result will give to my employees. The thing is, as for all sales activities, the result that they, AS their premium increase each percent.

Example (none of the real numbers):

If my result is 81%, I shall multiply 0.81 * 10 000 * 0, 5 * 1, 2 = their bonus

and

If my result is 82%, I shall multiply 0.82 * 10 000 * 0, 5 * 1, 3 = Bonus

BUT

If my result is 83%, I shall multiply 0.83 * 10 000 * 0, 5 * 1, 5 = Bonus

The last thing I multiply (lets call him X) increase faster than the percentage at the beginning of the formula. the two factors of environment never change no matter what happens.

How can I write the formula of this relationship, so that I can manipulate the curve and see what X Im satisfied with their possible bonuses? I can't get a blockage of mathematics and programming to get this!

Thank you!

O

How can I write a formula to do this, where I can handle this last number, so that

Here's an option:

Create a second table similar to one posted on the right and title it "Prime Factors"... stuck here form your convenience... the first line is a header row:

% Of earnings

Bonus factor

70

1

80

1.01

81

1.2

82

1.3

83

1.5

84

1.55

85

1.6

100

2

In the table on the left, select cell D2, and then type (or copy and paste it here) the formula:

= IF (counta(B2:C2) < 2, "", 100 × B2÷C2)

short hand for this is:

D2 = if (counta(B2:C2) < 2, "", 100 × B2÷C2)

E2 = if (counta(B2:C2) < 2, "", VLOOKUP (D2, factors of Bonus: $A:$ B, 2) ")

F2 = if (counta(B2:C2) < 2, "", C2 × 0.05 × D2 × E2÷100)

Select cells D2 the F2, copy

Select cell D2 at the end of column F, dough

Enter the information in column A, B and C and update the "Bonus factors table", according to the needs

Tags: iWork

Similar Questions

  • Hi - I signed up for the Adobe Creative cloud monthyly and don't know where to find?  I bought the product, but is not a file to download? What I have to do to get it on my laptop &gt; how to find this &gt; thanks :)

    I signed up for the Adobe Creative cloud monthyly and don't know where to find?  I bought the product, but is not a file to download? What I have to do to get it on my laptop > how to find this > thanks

    Install the desktop cc app from here, https://creative.adobe.com/products/creative-cloud

    Check your account indicates the subscriptions that you expect (and that the adobe, used in the next step id is correct) by logging in here and checking the status of your subscription, https://www.adobe.com/account.html

    then, if it's current, disconnect and then back to your client application using the adobe with the link above in cc id: http://helpx.adobe.com/creative-cloud/kb/sign-in-out-creative-cloud-desktop-app.html

    Use your desktop app to install your programs of cc.

  • How to find this value in the oracle database to find out the table

    Hi expert,

    I know there is a value in the oracle database, please show me how to find this value in the oracle database to find out the table that contains this value.

    Thank you very much

    918440 wrote:
    Hi expert,

    I know there is a value in the oracle database, please show me how to find this value in the oracle database to find out the table that contains this value.

    Thank you very much

    Go to the online documentation and discover the data dictionary. You may be interested in reading about ALL_TAB_COLUMNS, but you will need to know what you want until you can query the view to find information

  • The main menu 3dot icon is missing in ff26 for android. How to find this button?

    TECHNICAL DATA:
    OS: Android v4. ? (do not know how to find the version)
    Web browser: Firefox for Android v. 26

    PROBLEM:
    Of what I read when looking for assistance, it is supposed to be an icon next to the bookmark icon (top right of the browser) which resembles vertical three points which, when clicked is supposed to display the main menu. On my screen there is no such icon for main menu at all anywhere on the screen. (If someone can put some instructions on how to show a screenshot in this thread, I could provide a).

    QUESTIONS RELATING TO THE:
    1.) how can the menu icon main foeced appear?
    2.) y at - it another way to access the main menu in the Android version of firefox if missing this icon "3 points"?

    NOTE: subject: config seems to have been paralyzed in the Android version of firefox so that there seems to be no way to list all the settings such as once, as it was the fault discovered in the desktop version of firefox.

    In my view, the icon to the left of the main button that looks a bit like a tray to reverse mail is the menu button.

  • You sent me an email telling me there was a closed connection of CS5, but I can't find not (0217719404) Please tell me how to find this link?

    You sent me an email (0217719404) telling me you attached a link for download CS5 on my laptop but I can't find the link.  Please tell me how to get this link.

    Richard Wakefield

    [deleted private information]

    CS5 - http://helpx.adobe.com/creative-suite/kb/cs5-product-downloads.html

    You can also download the demo version of the software through the page linked below and then use your current serial number to activate it.

    Don't forget to follow the steps described in the Note: very important Instructions in the section on the pages of this site download and have cookies turned on in your browser, otherwise the download will not work correctly.

    CS5: http://prodesigntools.com/all-adobe-cs5-direct-download-links.html

  • How to find this sequence has finished loading?

    Hello

    I have a custom c#-OPUI to load and execute testplans.

    I do this using these functions:

    1 ApplicationManager.OpenSequencFile (filename)

    2. ???

    3 order TestStart = axSequenceFileViewMgr.GetCommand (...)

    TestStart.Execute (true)

    The question now is: How can I know that the OpenSequenceFile has done everything to do?

    I need to know which ended before I run the execute command.

    Is there a final event specail that I can check?

    Thanks for help

    Well, if you read my previous post, you'll see that you can just say if a writ of execution occurs.

    However, if you need the name of the sequence file then you can use:

    ApplicationManager.Executions (read more about it in the TS help).  Once you have the list, you can check the number (if it's 0, then you know that the SeqFileLoad is complete).  Or you can get items (executions).  From there you can iterate through the elements and do just about anything you want.  For example, there is a method called Execution.GetSequenceFile.  This will allow you to know the name of the file in the sequence.

    For more information on the object of performance, see using TS.  Surely it should get you pointed in the right direction.

    Kind regards

  • How to use this formula for images?

    Hello!

    I'm new to Labview and I don't get the following problem.

    What I want to do is to use the following formula with three colors BMP

    I = sqrt [(I1-I2) ^ 2 + (I1 - I3) ^ 2 + (I2 - I3) ^ 2] I is the intensity resulting, I1, I2, I3 are the intensities of three images.

    For the moment, I use images already recorded, later I would get from a camera (get 1 image, move Piezo; get 2 picture, move Piezo...)

    I tried to convert the images to the bays and apply the formula to them, but that didn't work.

    So, how do this calculation?

    Is it possible to transmit images to Matlab? (I used Matlab for now and its working fine, but I need to automate the entire process)

    I hope someone can help ^^

    Pandamutze

    PS: I use Labview Version 8.6, including LabviewVision

    the problem is almost solved. I get the right image, just a bit darker than the resulting image of matlab computation

    I have attached my last VI if anyone is interested

    Thanks to you, think of your hundred helped a lot ^^

    Kind regards

    Pandamutze

  • How did find this site?

    I'm new to flash and the desire to build me a site similar to this one.

    http://screen-bites.co.uk/homepage.html

    Ive tried to search for tutorials online, but I'm not sure of what we call the action im trying to reproduce.  Someone at - it all seen a template that I could buy that scrolls horizontally that I could use as a starting point?

    my mistake: http://www.kglad.com/Files/forums/Untitled-1.fla

  • can someone tell me how to find this firmware I'm running my current SSD drive

    I installed an SSD Crucial CT064M4SSD2 and want to know what firmware is running.  When I install first the WIE was 7.9 since then, it has fallen to 7.3 and it told me to update the firmware

    Hello

    I suggest that you contact the essential medium for assistance:

    http://Forum.crucial.com/

  • I replced my hardrive & now I have to re install windows vista. How to find this & download on my pc?

    My hard drive died & I had to replace it & I don't have a disc with my laptop when I bought it. I need a copy of windows vista (my laptop is a 2008) & internet Explorer. I have

    SANDUS

    Hello

    What is the brand and the model number of your computer?

    I suggest you contact the OEM of your computer manufacturing and check.

  • How to find this piece of art has tones?

    Hi all

    I have a number of works of art on a document, some of them are filled with spot colors and some of them are with four-color printing.
    Is there a api or the method by which I can know what kind of color (or process) is applied to the selected clip art?

    Thanks in advance...

    I think that should do the trick:

    bool HasFillSpotColor (AIArtHandle handle)

    {

    Boolean result = false;

    AIPathStyle pathStyle;

    Error AIErr = sPathStyle-> GetPathStyle (handle, & pathStyle);

    check error

    If {(pathStyle.fillPaint)

    AIColor color = pathStyle.fill.color;

    If (color.kind == kCustomColor) {}

    CustomColor AICustomColor;

    error = sCustomColor-> GetCustomColor (color.c.c.color, & customColor);

    check error

    result = customColor.flag & kCustomSpotColor;

    }
    }

    return the result;

    }

  • How to find the email address of the printer HP 4500 ethernet to the eprint HP 4.1 android

    I can print from a windows PC 7 for printer 4500 g510g mobile, but I want to do the same thing on android 4.1. I loaded hp House ePrinter, but he asks to load maualy email address of the printer. I do not know how to find this address

    Yes. The HP and Biz app should work with your G510g. You'll need to make sure that she and the Android device you are using are on the same network, but it should work. You can find more information on how to use the home and Biz application below. I will also include the link to the list of printers that it works with.

    HP ePrint Mobile Apps FAQ:
    http://goo.GL/eyDO2

    Supported printers the HP ePrint Mobile App or HP ePrint home & Biz:
    http://goo.GL/sVIG8

  • How to find the largest contiguous free space in windows xp

    Hi, I have two machines, one running Win7, XP running.  I know how my highest contiguous free space is great under w7, using "defrag c: - one" in a prompt "administrator-started":

    C:\Windows\System32>defrag c: - one
    Microsoft Disk Defragmenter
    Copyright (c) 2007 Microsoft Corp.

    Citing analysis on OS (C :)...)

    The operation completed successfully.

    Post report of defragmentation:

    Volume information:
    Volume size = 283,40 GB
    Space free = 60.49 GB
    Fragmented space total = 0%
    More large size of free space = 46,29 GB

    But, by using the same command in XP does not have the same statistics (I tried 'defrag c: - a - v' for a detailed report, but it does not always give this stat.)  Anyone know how to find out what is the largest contiguous amount of free space on a XP computer?

    TIA

    K

    Hey man follow my link http://us.generation-nt.com/answer/how-find-largest-contiguous-block-free-memory-help-27343152.html , and it explains how to find this information. so, this should be your answer

  • How to find where VMDK and ISO mounted

    VMware dear master,

    I have trouble with my virtual environment,

    1. when I need remove ISO file, it says that currently used. How to find where the ISO is mounted?

    (manual search with see providing the edict for small environment is OK, but with vm 468 comments it is very complicated )

    2. I need to clean my data store, I found a file with file 3 vmdk, how to find this vmdk mounted?

    Thank you for your attention and support,

    Kind regards

    I would like to give a RVTools: RVTools - home

    1. you should be able to use the vCD tab to find the ISO image in the device column (you can export to Excel and make a 'discovery' on the name of the file to facilitate this)

    2. you can use the tab vDisk and search again on the path column.

  • When you try to upgrade to photos in app store I get this message "the object you requested is not available in the store US." does anyone else have this problem or can you tell me how to find pictures in the app store

    "When you try to upgrade to photos in app store I get this message"the object you requested is not available in the store US."does anyone else have this problem or can you tell me how to find pictures in the app store" someone else meets this.  Is it me or is it pictures?

    Ever photos first? It should have been included when you first update of Yosemite and now El Capitan. I know that iPhotos updates get a message like that, but I didn't know the Photos app with a message with it.

    Update to iPhoto to Photos for OS X - Apple support

Maybe you are looking for

  • The address bar does not appear the URL of the page

    When I open a tab, I don't see the URL of the page that is open in it. If I enter a new address and press ENTER, I go to the page. The URL displays the entered URL, but does not change for new pages that load. In addition, previous/next buttons do no

  • Peripheral Bluetooth is not ready!

    I have a Qosmio G10 and have had this ongoing problem with the installation of bluetooth devices. Whenever I open Bluetooth and go to connect a device, it says "bluetooth is not ready." Help? Someone, please.

  • Is it possible to make the start tab 3 7 essential in android, while it is plugged?

    We need our shelves Lenovo tab 3 7 Essentials automatically start Android, when they are charged. Is this possible? We are trying to get a build for the kernel environment facing up and running, but we are unable to get this to work. "Open Source Cod

  • The property node reference

    Hello guys,. Using the property node, I confused with the terminal of reference there. Can we establish a special reference to the control (button, for example), but obviouly I couldn't connect the button directly to the point of reference. I find an

  • Upgrade of RAM for Revo RL70

    I have the UR10P RL70 Comes with 2 GB of RAM and it is simply not enough. I decided to take a stick of 4 GB DDR3 1333 RAM. Was not able to find a list of compatible RAM anywhere, so went based off the coast of the plug technique here: http://www.acer