Ironman317
New Member
- Joined
- Oct 4, 2016
- Messages
- 2
Hello!
I'm trying to create a quote template in Excel.
The issue happens when sales wants to give a discount, but then give too big of a discount on the price.
To solve this issue we've duplicated the price in another hidden cell and reference that cell in the validation rule. The idea is that they wouldn't be able to go below 10% of what the original price is.
Currently the validation rule that we are running is as follows...
-----------------------------------------------------------------------
Allow: (Decimal) ignore blank = true
Data: Greater than or Equal to
Minimum: =A1 - (A1*.1) - A1 is the hidden field holding the original cost value. It's saying that the minimum discount you can give is based on original price subtracted by 10% of the original price.
---------------------------------------------------------------------
The validation rule is not triggering when you put values into them, so I'm wondering what I might be missing here. Any help would be greatly appreciated!
I'm trying to create a quote template in Excel.
The issue happens when sales wants to give a discount, but then give too big of a discount on the price.
To solve this issue we've duplicated the price in another hidden cell and reference that cell in the validation rule. The idea is that they wouldn't be able to go below 10% of what the original price is.
Currently the validation rule that we are running is as follows...
-----------------------------------------------------------------------
Allow: (Decimal) ignore blank = true
Data: Greater than or Equal to
Minimum: =A1 - (A1*.1) - A1 is the hidden field holding the original cost value. It's saying that the minimum discount you can give is based on original price subtracted by 10% of the original price.
---------------------------------------------------------------------
The validation rule is not triggering when you put values into them, so I'm wondering what I might be missing here. Any help would be greatly appreciated!