+ Reply to Thread
Results 1 to 5 of 5

Formula for calculating Hydro bill

  1. #1
    skateblade
    Guest

    Formula for calculating Hydro bill

    In Ontario Canada our hydro has 2 rates.
    I’m looking for a formula that will calculate my amounts.
    The 1st 600KWh per month rate is $5.80 additional rate is $6.70.
    Anybody have a formula that will do it.
    Thanks

  2. #2
    bpeltzer
    Guest

    RE: Formula for calculating Hydro bill

    If the KWh used is in cell a1, the bill would be =5.8*a1 + 0.9*max(a1-600,0)

    "skateblade" wrote:

    > In Ontario Canada our hydro has 2 rates.
    > I’m looking for a formula that will calculate my amounts.
    > The 1st 600KWh per month rate is $5.80 additional rate is $6.70.
    > Anybody have a formula that will do it.
    > Thanks


  3. #3
    Elkar
    Guest

    RE: Formula for calculating Hydro bill

    Let's say your total KWh is stored in cell A1.

    =MIN(A1,600)*5.8+MAX(A1-600,0)*6.7

    HTH,
    Elkar


    "skateblade" wrote:

    > In Ontario Canada our hydro has 2 rates.
    > I’m looking for a formula that will calculate my amounts.
    > The 1st 600KWh per month rate is $5.80 additional rate is $6.70.
    > Anybody have a formula that will do it.
    > Thanks


  4. #4
    skateblade
    Guest

    RE: Formula for calculating Hydro bill

    Thank's for the response
    I forgot to say that we get charged 5.8 for the first 600 KWh and 6.7 for
    anything higher.
    Thanks Malcolm



    "Elkar" wrote:

    > Let's say your total KWh is stored in cell A1.
    >
    > =MIN(A1,600)*5.8+MAX(A1-600,0)*6.7
    >
    > HTH,
    > Elkar
    >
    >
    > "skateblade" wrote:
    >
    > > In Ontario Canada our hydro has 2 rates.
    > > I’m looking for a formula that will calculate my amounts.
    > > The 1st 600KWh per month rate is $5.80 additional rate is $6.70.
    > > Anybody have a formula that will do it.
    > > Thanks


  5. #5
    skateblade
    Guest

    RE: Formula for calculating Hydro bill

    This is the way it's posted the Hydro web site:
    First 600 kWh per month (adjusted usage - ¢/kWh) $5.50
    Additional kWh (adjusted usage - ¢/kWh) $6.70
    Thank's Again for any help.
    Malcolm

    "skateblade" wrote:

    > In Ontario Canada our hydro has 2 rates.
    > I’m looking for a formula that will calculate my amounts.
    > The 1st 600KWh per month rate is $5.80 additional rate is $6.70.
    > Anybody have a formula that will do it.
    > Thanks


+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1