Rob_010101
Board Regular
- Joined
- Jul 24, 2017
- Messages
- 198
- Office Version
- 365
- Platform
- Windows
Hello
I am trying to track my energy usage and have a spreadsheet with two sheets
In the 'Energy Bill' sheet, under the relevant column header (D/E), I would like a sum of all the charges for the relevant type (Electric/Gas) in the 'particulars' sheet (column E), based upon the bill number in column A.
In simple terms, bill number 1, sum all charges for "electric" - and so on
Kindest
Chris
I am trying to track my energy usage and have a spreadsheet with two sheets
Energy Bill Tracker V1.0.xlsx | |||||||||
---|---|---|---|---|---|---|---|---|---|
A | B | C | D | E | F | G | |||
1 | No. | Period From | Period to | Electric | Gas | VAT | Total | ||
2 | 1 | 01-Mar-22 | 29-Mar-22 | ||||||
Energy Bill |
Energy Bill Tracker V1.0.xlsx | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
A | B | C | D | E | F | G | H | I | J | |||
1 | No. | Period from | Period to | Fuel / Standing | Type | Previous Reading | Latest Reading | Units Used | KWH Rate or Standing Charge Daily Rate (Pence) | Charge | ||
2 | 1 | 01-Mar-22 | 29-Mar-22 | Electric | Day | 558 | 659 | 101 | £0.2253 | £22.76 | ||
3 | 1 | 01-Mar-22 | 29-Mar-22 | Electric | Night | 106 | 123 | 17 | £0.0793 | £1.35 | ||
4 | 1 | 01-Mar-22 | 29-Mar-22 | Gas | N/A | 69 | 121 | 52 | £0.3542 | £20.58 | ||
5 | 1 | 01-Mar-22 | 29-Mar-22 | Electric | Standing charge | 0 | 29 | 29 | £0.2272 | £6.59 | ||
6 | 1 | 01-Mar-22 | 29-Mar-22 | Gas | Standing charge | 0 | 29 | 29 | £0.2533 | £7.35 | ||
Particulars |
Cell Formulas | ||
---|---|---|
Range | Formula | |
H2:H6 | H2 | =IF(OR(ISBLANK(F2), ISBLANK(G2)), "", SUM(G2-F2)) |
J2:J3,J5:J6 | J2 | =IF(OR(ISBLANK(B2)),"",SUM(I2*H2)) |
J4 | J4 | =ROUNDUP(SUM(H4*39.3)*SUM(1.02264/3.6), 0)/SUM(100)*SUM(3.542) |
Cells with Data Validation | ||
---|---|---|
Cell | Allow | Criteria |
D2:D1048576 | List | Electric, Gas, Electric Standing charge (daily), Gas Standing charge (daily) |
E2:E1048576 | List | Day, Night, Standing charge, N/A |
In the 'Energy Bill' sheet, under the relevant column header (D/E), I would like a sum of all the charges for the relevant type (Electric/Gas) in the 'particulars' sheet (column E), based upon the bill number in column A.
In simple terms, bill number 1, sum all charges for "electric" - and so on
Kindest
Chris