Captain Sisko
New Member
- Joined
- Oct 6, 2016
- Messages
- 3
Hi all, first time forum reader. Currently working on some price changes in a retail environment. Trying to figure out the best way to apply the following rounding rules:
[TABLE="width: 966"]
<tbody>[TR]
[TD="colspan: 8"]IF UNDER 10.00 - ROUND DOWN TO CLOSEST .09 (UNLESS .09 OR .19 - THEN ROUND DOWN TO CLOSEST .99)[/TD]
[/TR]
[TR]
[TD="colspan: 8"]IF BETWEEN 10.01 AND 20.00 - ROUND DOWN TO CLOSEST .09 (UNLESS .09, .19, .29, .39, OR .49 - THEN ROUND DOWN TO CLOSEST .99)[/TD]
[/TR]
[TR]
[TD="colspan: 8"]IF 20.01 OR ABOVE - ROUND DOWN TO CLOSEST .99 (UNLESS .79 OR .89 - THEN LEAVE IT ALONE)
With the above rules:
$3.67 would become $3.69
$5.24 would become $5.19
$7.19 would become $6.99
$9.29 would stay $9.29
$13.49 would become $12.99
$17.79 would stay $17.79
$45.69 would become $44.99
$48.89 would stay $48.69
If there is any easy way to apply this automatically with formulas, or macros (or anything!) instead of manually, I would be extremely grateful.
My current Base Price chart can calculate the rounded retail prices and discount prices, but in order to get our actual sale prices to follow the rules above, I am manually entering a modifier. Screen shot link below. Everything in orange is input manually. The first column I just copy over from the original. The Discount percent auto-populates, no problem there. Just the rounding modifier.
The last column is the Base Price. This is just working backward from the modded sale price to the system can calculate the sale price using a Base Price minus discount percentage model.
Thank you in advance for any help!!
Screenshot: https://drive.google.com/file/d/0B4mqtQFlpgt7aDh1bkdXSWNLRlE/view?usp=sharing
Matt[/TD]
[/TR]
</tbody>[/TABLE]
[TABLE="width: 966"]
<tbody>[TR]
[TD="colspan: 8"]IF UNDER 10.00 - ROUND DOWN TO CLOSEST .09 (UNLESS .09 OR .19 - THEN ROUND DOWN TO CLOSEST .99)[/TD]
[/TR]
[TR]
[TD="colspan: 8"]IF BETWEEN 10.01 AND 20.00 - ROUND DOWN TO CLOSEST .09 (UNLESS .09, .19, .29, .39, OR .49 - THEN ROUND DOWN TO CLOSEST .99)[/TD]
[/TR]
[TR]
[TD="colspan: 8"]IF 20.01 OR ABOVE - ROUND DOWN TO CLOSEST .99 (UNLESS .79 OR .89 - THEN LEAVE IT ALONE)
With the above rules:
$3.67 would become $3.69
$5.24 would become $5.19
$7.19 would become $6.99
$9.29 would stay $9.29
$13.49 would become $12.99
$17.79 would stay $17.79
$45.69 would become $44.99
$48.89 would stay $48.69
If there is any easy way to apply this automatically with formulas, or macros (or anything!) instead of manually, I would be extremely grateful.
My current Base Price chart can calculate the rounded retail prices and discount prices, but in order to get our actual sale prices to follow the rules above, I am manually entering a modifier. Screen shot link below. Everything in orange is input manually. The first column I just copy over from the original. The Discount percent auto-populates, no problem there. Just the rounding modifier.
The last column is the Base Price. This is just working backward from the modded sale price to the system can calculate the sale price using a Base Price minus discount percentage model.
Thank you in advance for any help!!
Screenshot: https://drive.google.com/file/d/0B4mqtQFlpgt7aDh1bkdXSWNLRlE/view?usp=sharing
Matt[/TD]
[/TR]
</tbody>[/TABLE]