Breaking down electricity usage per day/average over month span

nosa1

New Member
Joined
Mar 25, 2019
Messages
2
Hello,

I am trying to create a spreadsheet that will break down my average electricity costs by day to help me better estimate accruals for invoices I haven't yet received.

My columns are:

Invoice Payment - (1/1/2019 - 2/4/2019, for instance)
Average Rate/Day (By Invoice) - (The invoice payment amount divided by number of days)
Average Rate/Day (By Day) - (This month's Average Rate per day minus last month's average rate per day, divided by number of days, plus last month's average rate per day).

DateInvoice PmtAvg. Rate/Day (By Invoice)Avg. Rate/Day (By Day)
12/3/2019$12,000$400
(30 days since last inv)
$400
1/1/2019$9,000$310
(29 days since last inv)
=(310-400)/COUNT(1/1/2019 - 12/3/2019) + 400

(Essentially will decrease the avg. rate per day until it reaches 310)
2/4/2019$10,000$294
(34 days since last inv)
=(294-300)/COUNT(1/2/2019 - 2/4/2019) + 310

(Essentially will decrease the avg. rate per day until it reaches 294)

<tbody>
</tbody>

In theory, my Average Rate/Day (By Day) for the entire period should add up to my total Invoice Payment amount (It doesn't).

How do I do this? Am I headed in the right direction? Is there an easier way to go about this than drawing out every single day with its own calculation?
 

Excel Facts

How to show all formulas in Excel?
Press Ctrl+` to show all formulas. Press it again to toggle back to numbers. The grave accent is often under the tilde on US keyboards.
How accurate should your accruals be? To have accurate accrual you need to know the consumption for the not yet invoiced period then multiply by unit rate to get the expected cost. No average can compare to real data. And how hard is it to get the meter reading?
The easiest way to get such an average that you want is to sum all bills then divide by the sum of all periods.
 
Upvote 0
Pretty hard to get meter readings. I want to be able to understand the average rate per day (by day) for each meter... so in essence, if I have the latest invoice, how can I break that down per day (taking seasonality etc into account)?
 
Upvote 0
I don't mean meter reading every day. All you need is a reading around the time the utility company does it. Then the difference with the previous invoice reading will give you the consumption you have to pay.
You don't really need a daily average. All you need is a seasonal monthly average if you can't get a reading.
So keep it simple. Especially if you have last year bills, with some arbitrary coefficient (e.g. based on last month vs. same month last year).
Whatever clever formulas we can come up with will never be too accurate.
 
Upvote 0

Forum statistics

Threads
1,215,059
Messages
6,122,918
Members
449,093
Latest member
dbomb1414

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