GlenCoco
New Member
- Joined
- Mar 3, 2018
- Messages
- 2
I've learned that (almost) anything is possible in Excel, so I'm confident someone knows the solution to this
I'm working on a margin markup formula for our customer reps to use, but the markup percent needs to exponentially decrease as the hard pre-quote value rises, until reaching a set FLOOR percent.
So, as an example:
[TABLE="class: grid, width: 500, align: left"]
<tbody>[TR]
[TD]Pre-Quote $[/TD]
[TD]Min % Markup[/TD]
[/TR]
[TR]
[TD]200
[/TD]
[TD]200[/TD]
[/TR]
[TR]
[TD]500[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]1000[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]2000[/TD]
[TD]20[/TD]
[/TR]
[TR]
[TD]2500[/TD]
[TD]20[/TD]
[/TR]
[TR]
[TD]3000[/TD]
[TD]20[/TD]
[/TR]
</tbody>[/TABLE]
Thank you,
Glen
I'm working on a margin markup formula for our customer reps to use, but the markup percent needs to exponentially decrease as the hard pre-quote value rises, until reaching a set FLOOR percent.
So, as an example:
[TABLE="class: grid, width: 500, align: left"]
<tbody>[TR]
[TD]Pre-Quote $[/TD]
[TD]Min % Markup[/TD]
[/TR]
[TR]
[TD]200
[/TD]
[TD]200[/TD]
[/TR]
[TR]
[TD]500[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]1000[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]2000[/TD]
[TD]20[/TD]
[/TR]
[TR]
[TD]2500[/TD]
[TD]20[/TD]
[/TR]
[TR]
[TD]3000[/TD]
[TD]20[/TD]
[/TR]
</tbody>[/TABLE]
Thank you,
Glen