+ Reply to Thread
Results 1 to 5 of 5

Meter Reading Problem

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

    Meter Reading Problem

    Hey everyone,

    I need a formula to calculate meter flow.

    Each day I get a flow reading. I must subtract the following days reading to get my daily flow.

    The meter may have zeros in the beginning and must have three zeros at the end.

    My formula must keep any zeros at the front and add three zeros in the end and the calculate the actual gallons per day.

    Here is my example and how I formatted the sreadsheet.

    Thanks for the help.
    Attached Files Attached Files
    Last edited by Dowjd; 01-02-2011 at 03:11 PM. Reason: Solved

  2. #2
    Forum Moderator zbor's Avatar
    Join Date
    02-10-2009
    Location
    Croatia
    MS-Off Ver
    365 ProPlus
    Posts
    15,592

    Re: Meter Reading Problem

    Right click on cell -> Format cells -> Number -> use 3 decimal places AND thousand separator

    (also, since you not here first time it would be nice to state your Excel version in your profile . It won't impact you in any case and it can be helpful for giving solutions).

  3. #3
    Forum Expert martindwilson's Avatar
    Join Date
    06-23-2007
    Location
    London,England
    MS-Off Ver
    office 97 ,2007
    Posts
    19,320

    Re: Meter Reading Problem

    or change formula to
    =(B3-B2)*1000
    "Unless otherwise stated all my comments are directed at OP"

    Mojito connoisseur and now happily retired
    where does code go ?
    look here
    how to insert code

    how to enter array formula

    why use -- in sumproduct
    recommended reading
    wiki Mojito

    how to say no convincingly

    most important thing you need
    Martin Wilson: SPV
    and RSMBC

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

    Re: Meter Reading Problem

    Quote Originally Posted by zbor View Post
    Right click on cell -> Format cells -> Number -> use 3 decimal places AND thousand separator

    (also, since you not here first time it would be nice to state your Excel version in your profile . It won't impact you in any case and it can be helpful for giving solutions).
    Thanks for the reply. I updated my profile. Using 2003.

    I tried your formula, it gives me a decimal point instead of a comma.

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

    Re: Meter Reading Problem

    Quote Originally Posted by martindwilson View Post
    or change formula to
    =(B3-B2)*1000
    Outstanding.

    Worked perfectly.

    Such a simple change.


    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