Hi all,
I'm new to the forum and would really appreciate some help with working out a formula for tiered/progressive pricing. There was a post on this not so long ago by riaface and he got an answer which is very close to what I need.
We are using a bulk mailing company to send out mass (they are legit before you ask) emails to our customers. The company's pricing structure is located at http://www.mailgun.com/pricing.
A summary of their pricing is as follows:
Emails Price Per Email
0**-**10,000 Free
Next 500,000 $0.00050
Next 1,000,000 $0.00035
Next 5,000,000 $0.00015
Any Additional $0.00010
The last post was from riaface was using a different company but with a very similar pricing structure located here https://mandrill.com/pricing/ - the formula that works well for this is:
=IF(AND(A1>12000,A1<=1000000),((A1-12000)/1000)*0.2,IF(AND(A1>1000000,A1<=5000000),200+((A1-1012000)/1000)*0.15,IF(A1>5000000,950+((A1-6012000)/1000)*0.1)))
Could any one of you experts help me with this before I lose my mind ;-)
Thanks in advance.
Bookmarks