slparadise
New Member
- Joined
- Jan 30, 2015
- Messages
- 16
I am having issues writing a formula that will change the discount of a quote based on a subtotal.
The Formula
=IFS(A188<35000,B189,B188<40000>35000.01,B190,A188<40000.01>45000,B191,B188<45000.01>50000,B192,A188<50000.01>55000,B193,A188<55000.01>60000,B194,A188<60000.01>70000,B195,A188<70000.01>80000,B196,A188<80000.01>100000,B197,A188<100000.01>150000,B198,A188>150000.01,B199)
The problem I encounter is that when the subtotal changes, the discount calculation does not.
I am open to any suggestions and would not be opposed to using a different formula if that would work better.
Thanks!!
The Formula
=IFS(A188<35000,B189,B188<40000>35000.01,B190,A188<40000.01>45000,B191,B188<45000.01>50000,B192,A188<50000.01>55000,B193,A188<55000.01>60000,B194,A188<60000.01>70000,B195,A188<70000.01>80000,B196,A188<80000.01>100000,B197,A188<100000.01>150000,B198,A188>150000.01,B199)
The problem I encounter is that when the subtotal changes, the discount calculation does not.
I am open to any suggestions and would not be opposed to using a different formula if that would work better.
Thanks!!