Solar Calculator

Status
Not open for further replies.

NetZero

New Member
Joined
Aug 8, 2017
Messages
3
Hi guys,

I posted a question regarding this recently but I don't think I worded it quite correctly and after some consideration have come up with a clearer (wordy) way of trying to calculate something which would be awesome if someone could convert to excel language for me!

I am trying to determine the kWh produced by several solar systems from installation to today, but have to multiply months in incomplete years by a percentage due to the fact that solar power is not generated evenly throughout the year.

So I have 3 pages.

Page 1

LocationkWh Per Annum (PA)Installation Date
A22,24616-09-12
B7,15006-09-2013
C57,75307-05-14
D44,30308-10-14

<tbody>
</tbody>

Page 2

MonthSolar PercentageCumulative PercentageRest of Year Percentage
January3.13.1100
February58.196.9
March8.716.891.9
April11.428.283.2
May12.340.571.8
June12.352.859.5
July13.366.147.2
August10.876.933.9
September9.786.623.1
October6.593.113.4
November3.896.96.9
December3.11003.1

<tbody>
</tbody>

Page 3 - kWh produced annually.

Location201220132014201520162017
AInsert Code here
B
C
D

<tbody>
</tbody>


An idea of what the code is trying to achieve is broken down into 4 steps:

1. IF installation date (year) > column header (year) THEN input 0
2. IF installation date (year) = column header (year) THEN find month (page 2) and multiply kWh PA (page 1) by rest of year percentage (page 2) of relevant month.
3. IF installation date (year) = 2017 THEN find month (page 2) and multiply kWh PA (page 1) by cumulative % (page 2) of relevant month.
4. ELSE input kWh PA (page 1).

Help is greatly appreciated!!
 

Excel Facts

Select a hidden cell
Somehide hide payroll data in column G? Press F5. Type G1. Enter. Look in formula bar while you arrow down through G.
Please don't repost the same question, especially after you had a rely to your original question to which you did not respond. This thread will now be closed, so please continue in your original one.
 
Upvote 0
Status
Not open for further replies.

Forum statistics

Threads
1,217,381
Messages
6,136,228
Members
450,000
Latest member
jgp19

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