Tiered Savings Calculator for Solar Lease

trebeh

New Member
Joined
Sep 28, 2015
Messages
1
My wife and I are researching solar power systems and are trying to consolidate our bids into one spreadsheet. I'm stuck with with how to build a formula that shows savings by company by tier. Here's what I mean...

Our power company charges us by tiers. Much like income taxes, the first Tier is charged at a lower rate than the second tier. The second is lower than the third. And the third is lower than the fourth. Here's an example...

(For this question assume we use 1094 kw per month.)

Tier RangeTier UsageRateCost
Tier 10 to 336336$0.17$57.12
Tier 2337 to 437101$0.20$20.20
Tier 3437 to 672235$0.40$94.00
Tier 4672 to 1094422$0.42$177.24

<tbody>
</tbody>


Additionally, each Solar company is offering a different solar rate and system size. For example...

Company A - 722kw per month at $0.147 per kw
Company B - 760kw per month at $0.18 per kw
Company C - 607kw per month at $0.15 per kw

Here's where I get stuck. I want to apply the solar companies' rates to our usage in reverse (by tier) and calculate savings. Here's an example...

If Company A can produce 722 kw per month, then my Tier 4 usage of 422 kw is at $0.147 per kw (instead of $0.42) and my Tier 4 cost drops from $177.24 (422 x .42) to $62.03 (422 x .147). I then have 300 kw remaining (722 - 422 = 300) to apply to Tier 3 and Tier 2.

Since Tier 3 usage is 235 kw, I have enough remaining solar (300) to cover all of that tier and my cost drops from $94 (235 x 0.40) to $34.55 (235 x .147).

That still leaves me with 65 kw of solar for Tier 2. But since my Tier 2 usage is 101, I will apply the solar rate of $0.147 to 65kw and the remaining usage of 36 kw will get charged the current rate of $0.20.

So, it will look something like this...

Tier RangeTier
Usage
SDGE
Rate
SDGE
Cost
Company A
722 kw/mo
Usage
Co. A
Rate
Co. A
Cost
New
SDGE
Usage
New
SDGE
Cost
New
Total
Tier 10 to 336336$0.17$57.120$0.147$0.00336$57.12$57.12
Tier 2337 to 437101$0.20$20.2065$0.147$9.5636$7.20$16.76
Tier 3437 to 672235$0.40$94.00235$0.147$34.550$0.00$34.55
Tier 4672 to 1094422$0.42$177.24422$0.147$62.030$0.00$62.02
Total1094$348.56722$106.14372$64.32$170.46

<tbody>
</tbody>


How do I build a formula (or table) that will automatically calculate the savings for each company by Tier that accounts for different solar system sizes and solar rates? I would like the last 4 columns (highlighted in red) to calculate automatically.

Ultimately, I just want to be able to type in a solar system rate and size and have it tell me what my new bill (by tier) will be.

Thanks for the help.

Tom
 

Excel Facts

What do {} around a formula in the formula bar mean?
{Formula} means the formula was entered using Ctrl+Shift+Enter signifying an old-style array formula.

Similar threads

Forum statistics

Threads
1,214,957
Messages
6,122,466
Members
449,086
Latest member
kwindels

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top