Welcome to the Excel Forum

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed.

Please Register to Remove these Ads

Please Register to Remove these Ads



Reply
  #1  
Old 06-11-2009, 05:00 AM
Arramis Arramis is offline
Registered User
 
Join Date: 11 Jun 2009
Location: Iasi,Romania
MS Office Version:Excel 2007
Posts: 1
Arramis is becoming part of the community
Post How to read a job`s progress in real time?

Please Register to Remove these Ads

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.
Reply With Quote
  #2  
Old 06-11-2009, 05:26 AM
tigertiger tigertiger is offline
Forum Contributor
 
Join Date: 11 Nov 2008
Location: The Earth
Posts: 194
tigertiger has been very helpful
Re: How to read a job`s progress in real time?

YOU should use the NOW() function to get current time...
tks
Reply With Quote
  #3  
Old 06-11-2009, 05:52 AM
tigertiger tigertiger is offline
Forum Contributor
 
Join Date: 11 Nov 2008
Location: The Earth
Posts: 194
tigertiger has been very helpful
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
Reply With Quote


Reply

Bookmarks

Tags
job progress in real time


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

Forum Jump