+ Reply to Thread
Results 1 to 3 of 3
  1. #1
    Registered User
    Join Date
    06-11-2009
    Location
    Iasi,Romania
    MS-Off Ver
    Excel 2007
    Posts
    1

    Post How to read a job`s progress in real time?

    I want to calculate, based on GMT, time left until some date.
    To be more specific:
    - 1 job started (by my will) at 12.00 on 5May2009
    - same job last`s (by my will) 1 day and 17 hours
    I want to be able to read real time in HOURS, MINUTES left until deadline (job`s ending time), when i open spreadsheet on 5may2009 at 15.00 to show me 1 day 14 hours and if i`ll open spreadsheet on 6may2009 at 12.00 to show me 17 hours.
    I mean to be able to read, at any given time, a job progress in real time.
    Thank you in advance.

  2. #2
    Valued Forum Contributor
    Join Date
    11-11-2008
    Location
    Euro
    MS-Off Ver
    2003, 2007
    Posts
    355

    Re: How to read a job`s progress in real time?

    YOU should use the NOW() function to get current time...
    tks

  3. #3
    Valued Forum Contributor
    Join Date
    11-11-2008
    Location
    Euro
    MS-Off Ver
    2003, 2007
    Posts
    355

    Re: How to read a job`s progress in real time?

    For example:

    at A1 enter the day: 11/6/2009 8:00:00 AM
    at B1:
    PHP Code:
    =A1+2+TIME(3,0,0
    -- make a deadline with duration - 2 days 3 hours
    at C1:
    PHP Code:
    =INT(B1-NOW()) &" day " ROUND((B1-NOW()-INT(B1-NOW()))*24,2) & " hours" 
    - the result

Thread Information

Users Browsing this Thread

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

Tags for this Thread

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.2.0