+ Reply to Thread
Results 1 to 2 of 2

Utility Meter Billing Formula

  1. #1
    Forum Contributor
    Join Date
    02-25-2007
    Posts
    106

    Question Utility Meter Billing Formula

    Hey everyone,

    I am stuck. I need a formula that will total usage, calculate allowed usage, and calculate over usage. Would it be a COUNTIF formula?

    Example 1:

    Beginning Read D1 - 2000
    Ending Read D2 - 2400
    Total D3 - 400

    Allowed Usage D4 - 400*.05 (it takes total in D3, counts up to 500, but never exceeds)
    Over Usage D5 - 0*.08 (it takes total in D3, counts anything over 500)


    Example 2:

    Beginning Read D1 - 2000
    Ending Read D2 - 3500
    Total D3 - 1500

    Allowed Usage D4 - 500*.05 (it takes total in D3, counts up to 500, but never exceeds)
    Over Usage D5 - 1000*.08 (it takes total in D3, counts anything over 500)

  2. #2
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    Microsoft 365
    Posts
    14,757

    Re: Utility Meter Billing Formula

    For D4 try

    =MIN(D3,500)*0.05

    Then in D5

    =MAX(0,D3-500)*0.08
    Audere est facere

+ 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