+ Reply to Thread
Results 1 to 11 of 11

How to create a minute counter for SLA reports?!

  1. #1
    Registered User
    Join Date
    03-04-2010
    Location
    Mars
    MS-Off Ver
    Excel 2003
    Posts
    8

    Exclamation How to create a minute counter for SLA reports?!

    Morning Excel guru's!!

    Got a quick one, if I may!

    I'm trying to create more accurate and 'up to date' SLA reports for my team and was wondering if there was a way to make a 'time in minutes' cell count up every min?

    Basically the way it is at the moment is the report is run in the morning and the same time stays to each item all day, so if an item is 'in time' at 11.30am it might not be at 3pm but it would still show it to be OK on the report.

    Basically I want those times to increase every min so that they know how long they ACTUALLY have to complete it!

    I don't mind if it's completely live or whether you need to press a button to update it!

    Any help on this would be much appreciated!

    Thanks!

  2. #2
    Registered User
    Join Date
    03-04-2010
    Location
    Mars
    MS-Off Ver
    Excel 2003
    Posts
    8

    Re: How to create a minute counter for SLA reports?!

    Bump!

    Is this not just a simple thing then??

  3. #3
    Registered User
    Join Date
    03-04-2010
    Location
    Mars
    MS-Off Ver
    Excel 2003
    Posts
    8

    Re: How to create a minute counter for SLA reports?!

    Am I in the wrong section, guys??

  4. #4
    Registered User
    Join Date
    12-30-2009
    Location
    Florida
    MS-Off Ver
    Excel 2007
    Posts
    43

    Re: How to create a minute counter for SLA reports?!

    Try using the now() function. So for instance:

    Now() - [some time] = [difference]

    To update you would need to refresh the document. That's the least sophisticated and easiest way to approach it I believe.

  5. #5
    Registered User
    Join Date
    03-04-2010
    Location
    Mars
    MS-Off Ver
    Excel 2003
    Posts
    8

    Re: How to create a minute counter for SLA reports?!

    Cheers mate!

    But sorry I'm obviously a spacker and don't quite understand!

    Say I've got 5420 mins and I wanted to count this up indefinitely, how would the formula look?

    Sorry, I'm really no good on Excel and only know the very basic things!

  6. #6
    Valued Forum Contributor rwgrietveld's Avatar
    Join Date
    09-02-2008
    Location
    Netherlands
    MS-Off Ver
    XL 2007 / XL 2010
    Posts
    1,671

    Re: How to create a minute counter for SLA reports?!

    if this is valid
    I don't mind if it's completely live or whether you need to press a button to update it!
    then we can take the simple approach.

    Put this in A1: = Now() Press F9 when you have the cursor in the cell (formula bar), so the current date/Time is set statically (non-volitile) in A1
    Put this in A2: = Now() Press Enter normally so the current date/Time is set dynamically (volitile)
    Put this in A3:= A2-A1

    Right Click Cell A3, format cells custom mm:ss
    Return to the sheet

    Now when you press F9 the time is updated.
    Last edited by rwgrietveld; 03-04-2010 at 02:41 PM.
    Looking for great solutions but hate waiting?
    Seach this Forum through Google

    www.Google.com
    (e.g. +multiple +IF site:excelforum.com/excel-general/ )

    www.Google.com
    (e.g. +fill +combobox site:excelforum.com/excel-programming/ )

    Ave,
    Ricardo

  7. #7
    Registered User
    Join Date
    12-30-2009
    Location
    Florida
    MS-Off Ver
    Excel 2007
    Posts
    43

    Re: How to create a minute counter for SLA reports?!

    Check out the attached and let me know if it helps. To update the time all you have to do is press F2 and then Enter. This will update all now() formulas in the workbook.
    Attached Files Attached Files

  8. #8
    Registered User
    Join Date
    03-04-2010
    Location
    Mars
    MS-Off Ver
    Excel 2003
    Posts
    8

    Re: How to create a minute counter for SLA reports?!

    Quote Originally Posted by rwgrietveld View Post
    if this is valid then we can take the simple approach.

    Put this in A1: = Now() Press F9 when you have the cursor in the cell (formula bar), so the current date/Time is set statically (non-volitile) in A1
    Put this in A2: = Now() Press Enter normally so the current date/Time is set dynamically (volitile)
    Put this in A3:= A2-A1

    Right Click Cell A3, format cells custom mm:ss
    Return to the sheet

    Now when you press F9 the time is updated.
    Thanks for that mate!! That should work!!

    But how can I get it to display mm:ss? I can only find hh:mm:ss? Or even better to just display the mins?

    Thanks again!!

  9. #9
    Registered User
    Join Date
    03-04-2010
    Location
    Mars
    MS-Off Ver
    Excel 2003
    Posts
    8

    Re: How to create a minute counter for SLA reports?!

    Ah found it under custom!!

    Is there a way to 'just' get the mins, though?? Thanks!

  10. #10
    Registered User
    Join Date
    03-04-2010
    Location
    Mars
    MS-Off Ver
    Excel 2003
    Posts
    8

    Re: How to create a minute counter for SLA reports?!

    Hmm, OK... let me explain a little better! The SLA looks something like:

    Ref Name Starting SLA Current SLA
    NHA Pete 5258
    HLK John 4587
    PLA Mike 4558

    That number is the time in mins that the item already had on it when the report was ran at 9am, the column next to it is what the CURRENT SLA time should be, so say at 11am, 2 hours later that box should be filled with the number on the left plus 120 mins!

    What's the simplest way of achieving this?

    Thanks for all your help,

    I must say I'm quite enjoying fiddling with Excel!!

  11. #11
    Registered User
    Join Date
    03-04-2010
    Location
    Mars
    MS-Off Ver
    Excel 2003
    Posts
    8

    Re: How to create a minute counter for SLA reports?!

    Also noticed that it goes back to 1 after 60??

+ 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