+ Reply to Thread
Results 1 to 2 of 2

Percentage of increase/decrease for time

  1. #1
    Registered User
    Join Date
    04-17-2012
    Location
    Milwaukee, wi
    MS-Off Ver
    Excel 2003
    Posts
    1

    Percentage of increase/decrease for time

    Hello,

    Can someone please tell me the best way to calculate the percentage of increase/decrease for time increments. i.e. What is the % of increase from 04:40 to 04:50

    I am thinking that I might have to break it into seconds first? Really not sure but the answers I am getting from the usual (b-a)/a is showing strange numbers that I dont feel are correct (with formatting the cells for time and also tried general)

    Please help, I have a report due at Noon

    Ben

  2. #2
    Forum Expert
    Join Date
    09-20-2011
    Location
    England
    MS-Off Ver
    Excel 2010
    Posts
    2,278

    Lightbulb Re: Percentage of increase/decrease for time

    Hello
    Hope it's not too late! Try the following formula:

    =(MOD(B1,1)-MOD(A1,1))/(MOD(A1,1))

    Here your times would be in cells A1 and B1. Format the formula cell to Percentage. Decrease will show as (-)minus.

    Hope this helps.

    DBY

+ 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