emmalouiseee
New Member
- Joined
- Dec 17, 2018
- Messages
- 2
Hey!
I am having a hard time getting a formula in 1 cell that will do what I need. Maybe it's really easy and I am just having a moment or maybe it's just not possible.
Scenario:
Target between 0-10000 needs to be multiplied by 0.85 THEN anything after this point needs to be multiplied by 0.30
I understand this may not be possible in 1 cell so I have tried splitting it into two but then I am getting another issue where if the value is 15000 I need the first equation to give me 0-10000 at 0.85 and then the second cell to give me 10001-15000 at 0.30 but I tried an IF statement with no luck.
[TABLE="width: 530"]
<tbody>[TR]
[TD="colspan: 2, align: center"]Option One[/TD]
[TD="align: center"][/TD]
[TD="align: center"][/TD]
[/TR]
[TR]
[TD="align: center"][/TD]
[TD="align: center"][/TD]
[TD="align: center"][/TD]
[TD="align: center"][/TD]
[/TR]
[TR]
[TD="align: center"]$ Target[/TD]
[TD="align: center"]Comm[/TD]
[TD="align: center"][/TD]
[TD="align: center"][/TD]
[/TR]
[TR]
[TD="align: center"]15000[/TD]
[TD="align: center"]4499.7[/TD]
[TD="align: center"]<<<<[/TD]
[TD]1 Formula to figure out Comms
[/TD]
[/TR]
</tbody>[/TABLE]
[TABLE="width: 594"]
<tbody>[TR]
[TD="colspan: 3"]Option Two [/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD="align: center"]$ Target[/TD]
[TD="align: center"]0-10000[/TD]
[TD="align: center"]10001+[/TD]
[TD="align: center"][/TD]
[TD="align: center"][/TD]
[/TR]
[TR]
[TD="align: center"]8000[/TD]
[TD="align: center"]6800[/TD]
[TD="align: center"]0[/TD]
[TD="align: center"][/TD]
[TD="align: center"][/TD]
[/TR]
[TR]
[TD="align: center"]15000[/TD]
[TD="align: center"]3000[/TD]
[TD="align: center"]1499.7[/TD]
[TD="align: center"]<<<<[/TD]
[TD]Split into two formulas[/TD]
[/TR]
</tbody>[/TABLE]
Thanks in advance!
I am having a hard time getting a formula in 1 cell that will do what I need. Maybe it's really easy and I am just having a moment or maybe it's just not possible.
Scenario:
Target between 0-10000 needs to be multiplied by 0.85 THEN anything after this point needs to be multiplied by 0.30
I understand this may not be possible in 1 cell so I have tried splitting it into two but then I am getting another issue where if the value is 15000 I need the first equation to give me 0-10000 at 0.85 and then the second cell to give me 10001-15000 at 0.30 but I tried an IF statement with no luck.
[TABLE="width: 530"]
<tbody>[TR]
[TD="colspan: 2, align: center"]Option One[/TD]
[TD="align: center"][/TD]
[TD="align: center"][/TD]
[/TR]
[TR]
[TD="align: center"][/TD]
[TD="align: center"][/TD]
[TD="align: center"][/TD]
[TD="align: center"][/TD]
[/TR]
[TR]
[TD="align: center"]$ Target[/TD]
[TD="align: center"]Comm[/TD]
[TD="align: center"][/TD]
[TD="align: center"][/TD]
[/TR]
[TR]
[TD="align: center"]15000[/TD]
[TD="align: center"]4499.7[/TD]
[TD="align: center"]<<<<[/TD]
[TD]1 Formula to figure out Comms
[/TD]
[/TR]
</tbody>[/TABLE]
[TABLE="width: 594"]
<tbody>[TR]
[TD="colspan: 3"]Option Two [/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD="align: center"]$ Target[/TD]
[TD="align: center"]0-10000[/TD]
[TD="align: center"]10001+[/TD]
[TD="align: center"][/TD]
[TD="align: center"][/TD]
[/TR]
[TR]
[TD="align: center"]8000[/TD]
[TD="align: center"]6800[/TD]
[TD="align: center"]0[/TD]
[TD="align: center"][/TD]
[TD="align: center"][/TD]
[/TR]
[TR]
[TD="align: center"]15000[/TD]
[TD="align: center"]3000[/TD]
[TD="align: center"]1499.7[/TD]
[TD="align: center"]<<<<[/TD]
[TD]Split into two formulas[/TD]
[/TR]
</tbody>[/TABLE]
Thanks in advance!