Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I need to write a commission formula that will calculate a cell, but if the
amount calculated is greater than 750, than cap it at the 750. For example A1 = Center type (Full or Partial) only Full is qualified for this calculation B1 = Percentage attained (0 up) B3 = Payout up to 100% (say 500 which would be the base target payout) B4 = Payout up to 150, with a cap of 150% of B3 I need help writing a formula for cell B4. Cell B3 is if(B1100%,500,0) The person will be paid anything in Cell B1 for 100 and up only. In addition, they can earn over 100%, but capped at 150% of target. -- Texas Wannano |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Have a look in the help index for MAX
-- Don Guillett SalesAid Software "Wannano" wrote in message ... I need to write a commission formula that will calculate a cell, but if the amount calculated is greater than 750, than cap it at the 750. For example A1 = Center type (Full or Partial) only Full is qualified for this calculation B1 = Percentage attained (0 up) B3 = Payout up to 100% (say 500 which would be the base target payout) B4 = Payout up to 150, with a cap of 150% of B3 I need help writing a formula for cell B4. Cell B3 is if(B1100%,500,0) The person will be paid anything in Cell B1 for 100 and up only. In addition, they can earn over 100%, but capped at 150% of target. -- Texas Wannano |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
changing maximum characters allowed in excel cells | Excel Discussion (Misc queries) | |||
Maximum amount of macros supported | Excel Discussion (Misc queries) | |||
Maximum amount of characters in a footer | Excel Discussion (Misc queries) | |||
formula that includes a maximum amount | Excel Worksheet Functions | |||
What is the maximum allowed number of data elements in a data array? | Excel Discussion (Misc queries) |