the_constructor
2009-07-06 15:20:35 UTC
Hi Everyone,
Name is James from UK
A few weeks ago I had a new gas meter installed with a reading on the meter
of zero.
What I am trying to do is write a spreadsheet to work out my gas bill.
Upto 670 KWh gas is charged at 0.06530p per KWh
Here's what I have:
C23 = 34 (KWh)
C27 = 0.06530
C31 = Total
Formula needs to work out the following:
If (C23<670) Then Let C31=(C23*C27)
Can anyone help please.?
Kindest regards,
James
Name is James from UK
A few weeks ago I had a new gas meter installed with a reading on the meter
of zero.
What I am trying to do is write a spreadsheet to work out my gas bill.
Upto 670 KWh gas is charged at 0.06530p per KWh
Here's what I have:
C23 = 34 (KWh)
C27 = 0.06530
C31 = Total
Formula needs to work out the following:
If (C23<670) Then Let C31=(C23*C27)
Can anyone help please.?
Kindest regards,
James