+ Reply to Thread
Results 1 to 15 of 15

Time Calc backwards

  1. #1
    Forum Contributor
    Join Date
    03-09-2007
    Location
    Australia
    MS-Off Ver
    Office 10
    Posts
    371

    Time Calc backwards

    Hi,

    I after formula which will allow for the entering of a time then min and sec and values will count the time backwards
    This will be used as a time Calculator
    I have attached an example

    Assistance appreciated
    Attached Files Attached Files

  2. #2
    Forum Expert
    Join Date
    02-22-2013
    Location
    London, UK
    MS-Off Ver
    Office 365
    Posts
    1,218

    Re: Time Calc backwards

    Hi bnwash,

    In cell A7, type in:
    Please Login or Register  to view this content.
    Then copy the cell across to A6 and A5.

    Hope that works.

    Best,
    berlan

  3. #3
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,939

    Re: Time Calc backwards

    Are you saying you want this to count down live? Or you just want to fill cells with values?
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

  4. #4
    Forum Contributor
    Join Date
    03-09-2007
    Location
    Australia
    MS-Off Ver
    Office 10
    Posts
    371

    Re: Time Calc backwards

    No just fill in the Values

  5. #5
    Forum Contributor
    Join Date
    03-09-2007
    Location
    Australia
    MS-Off Ver
    Office 10
    Posts
    371

    Re: Time Calc backwards

    Bertan,

    You code works well but I want it to count back from what ever time in A8

    Thanks

  6. #6
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,939

    Re: Time Calc backwards

    OK well 1st, your "times" are not really time, they are text. You enter time with :

    A
    B
    C
    12
    11:54:10
    0
    30
    13
    11:54:40
    2
    30
    14
    11:57:10
    2
    50
    15
    12:00:00


    A14=A15-TIME(0,B14,C14)
    copied upwards

  7. #7
    Forum Contributor
    Join Date
    03-09-2007
    Location
    Australia
    MS-Off Ver
    Office 10
    Posts
    371

    Re: Time Calc backwards

    Well, you are really confusing me now

  8. #8
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,939

    Re: Time Calc backwards

    OK with what? "you are confucing me" doesnt really tell me how to help you

  9. #9
    Forum Expert
    Join Date
    02-22-2013
    Location
    London, UK
    MS-Off Ver
    Office 365
    Posts
    1,218

    Re: Time Calc backwards

    @FDibbins, why didn't I think of the time function... good stuff!

    So basically, if you want to convert to time values, use FDibbins approach. Added both into the attached example.

    Cheers,
    berlan
    Attached Files Attached Files

  10. #10
    Forum Contributor
    Join Date
    03-09-2007
    Location
    Australia
    MS-Off Ver
    Office 10
    Posts
    371

    Re: Time Calc backwards

    Sorry
    I have it now
    I am very appreciative of the assistance

    Just one more thing please
    How can I total the minutes in b and the seconds in C
    The minutes I can do but the seconds if they are more than a minute need to be added to col b
    Can you suggest something ?

  11. #11
    Forum Contributor
    Join Date
    03-09-2007
    Location
    Australia
    MS-Off Ver
    Office 10
    Posts
    371

    Re: Time Calc backwards

    I have added the altered example with a couple of assistance required please

    Much appreciated
    Attached Files Attached Files

  12. #12
    Forum Expert
    Join Date
    02-22-2013
    Location
    London, UK
    MS-Off Ver
    Office 365
    Posts
    1,218

    Re: Time Calc backwards

    Try the attached.

    Cheers,
    berlan
    Attached Files Attached Files

  13. #13
    Forum Contributor
    Join Date
    03-09-2007
    Location
    Australia
    MS-Off Ver
    Office 10
    Posts
    371

    Re: Time Calc backwards

    That's really great thanks so much
    No can we just fix the value in A7 so that when it is altered A6 etc. adjust accordingly

    Again thanks

  14. #14
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,939

    Re: Time Calc backwards

    If you change the value in A7, the rest change automatically

    B9=SUM(B4:B8)+INT(SUM(C4:C8)/60)
    C9=MOD(SUM(C4:C8),60)

  15. #15
    Forum Contributor
    Join Date
    03-09-2007
    Location
    Australia
    MS-Off Ver
    Office 10
    Posts
    371

    Re: Time Calc backwards

    Thanks for your assistance

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Time Calc
    By omletto in forum Excel General
    Replies: 2
    Last Post: 03-16-2011, 01:59 PM
  2. time sheet calc by time in and out
    By JenMo in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-06-2005, 01:05 AM
  3. time sheet calc by time in and out
    By JenMo in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-06-2005, 12:05 AM
  4. time sheet calc by time in and out
    By JenMo in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 09-05-2005, 11:05 PM
  5. Can Excel Convert time backwards??
    By RudeRam in forum Excel General
    Replies: 0
    Last Post: 01-30-2005, 10:16 PM

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