Hello,
I need to calculate spend based on the number of emails I send a month. The emails are priced using the below grid:
Up to 12k emails per month: Free
Next 1m emails per month (per thousand emails): $0.20
Next 5m emails per month (per thousand emails): $0.15
Remaining emails (per thousand): $0.10
So if I was sending 10,000,000 emails, it would work out like this:
TIER SENDS COST
Free 12,000 $0.00
$0.20 per thousand tier (next 1m) 1,000,000 - $200.00
$0.15 per thousand tier (next 5m) 5,000,000 - $750.00
$0.10 per thousand tier (remaining emails) 3,988,000 - $398.80
MONTHLY TOTAL 10,000,000 $1,348.8
Is there a single line formula I could use to calculate this? So number of emails, for example, is in A1, and I want the cost to show in A2.
Thanks!
I need to calculate spend based on the number of emails I send a month. The emails are priced using the below grid:
Up to 12k emails per month: Free
Next 1m emails per month (per thousand emails): $0.20
Next 5m emails per month (per thousand emails): $0.15
Remaining emails (per thousand): $0.10
So if I was sending 10,000,000 emails, it would work out like this:
TIER SENDS COST
Free 12,000 $0.00
$0.20 per thousand tier (next 1m) 1,000,000 - $200.00
$0.15 per thousand tier (next 5m) 5,000,000 - $750.00
$0.10 per thousand tier (remaining emails) 3,988,000 - $398.80
MONTHLY TOTAL 10,000,000 $1,348.8
Is there a single line formula I could use to calculate this? So number of emails, for example, is in A1, and I want the cost to show in A2.
Thanks!