Home |
Search |
Today's Posts |
#7
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=MIN(0.02*A1,40)+MAX(0.05*(A1-2000),0)
Another option... = Max(0.02*A1, 0.05*A1 - 60) = = = Dana DeLouis MrAcquire wrote: Here's another formula that would work =MIN(0.02*A1,40)+MAX(0.05*(A1-2000),0) "George" wrote: Excel 2007 I am trying to get a formula to do the following commision; If A1 is less then or equal to $2,000.00 then B2 would equal 2% of that amount. If A1 is greater then $2,000.00 then B2 would equal 2% of the $2,000.00 plus 5% of the amount over the $2,000.00 baseline. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I set up a 98% baseline across my chart? | Charts and Charting in Excel | |||
Baseline values for comparison | Charts and Charting in Excel | |||
Baseline | Charts and Charting in Excel | |||
Can I add a baseline value to a chart? | Charts and Charting in Excel | |||
Adding a Baseline Value into my existing column graph. | Excel Worksheet Functions |