Offering clients cascading discounts as they spend more

elephant-au

New member
Joined
Aug 12, 2017
Messages
1
Reaction score
0
Points
0
I'm trying to get a field which will allow a calculation of a differential discount. So our progressive client discount goes from 10% off to 50% off depending on how much the client purchases of particular stock lines.
I can calculate a simple 20% discount (IF(AND(F9>=200,F9<=299.99),F9*0.8) but I need the field to have the variable discount as clients are confused if they see too many prices.
I have tried =SUMIF(IF(AND(F9>=200,F9<=299.99),F9*0.8)),(IF(AND(F9>=300,F9<=399.99),F9*0.7)),(IF(AND(F9>=400,F9<=499.99),F9*0.6)) but it doesn't work.

Suggestions please.

 
Do not crosspost your question on multiple forums without including links here to the other threads on other forums.

Cross-posting is when you post the same question in other forums on the web. The last thing you want to do is waste people's time working on an issue you have already resolved elsewhere. We prefer that you not cross-post at all, but if you do (and it's unlikely to go unnoticed), you MUST provide a link (copy the url from the address bar in your browser) to the cross-post.

Expect cross-posted questions without a link to be closed and a message will be posted by the moderator explaining why. We are here to help so help us to help you!

Read this to understand why we ask you to do this, and then please edit your first post to include links to any and all cross-posts in any other forums (not just this site).
 
Back
Top