+ Reply to Thread
Results 1 to 8 of 8

Real time plus preform at task time

  1. #1
    Registered User
    Join Date
    07-01-2011
    Location
    Denmark
    MS-Off Ver
    Excel 2010
    Posts
    11

    Real time plus preform at task time

    I have 4 times in cells D38: D4, which tells how long it takes to perform a task - (see attached file), you can put the highest point along with realtime

    example:
    The time is now 22:57:00 + the largest of the 4 times of 2:50:30 (hours - minutes - seconds) = 01:46:30

    another example:

    The time is now 13:41:00 + the largest of the 4 times of 2:50:30 (hours - minutes - seconds) = 16:31:30
    Attached Images Attached Images

  2. #2
    Valued Forum Contributor ron2k_1's Avatar
    Join Date
    09-30-2009
    Location
    Not the USA
    MS-Off Ver
    Excel 2003, 2007
    Posts
    606

    Re: Real time plus preform at task time

    What is it that you want sir? And where do you want it?

    Would mind actually giving us a real worksheet and show us exactly what you want and where. Pictures don't really help much those trying to provide help.
    Ron
    Knowledge is knowing that a tomato and pepper are fruits. Wisdom is knowing whether to put these in a fruit salad

    Kindly

    [1] Use code tags. Place "[code]" before the first line of code and "[/code"]" after the last line of code. Exclude quotation marks
    [2] Mark your post [SOLVED] if it has been answered satisfactorily by editing your original post in advanced mode.
    [3] Thank (using the little scale) those that provided useful help; its nice and its very well appreciated

  3. #3
    Registered User
    Join Date
    07-01-2011
    Location
    Denmark
    MS-Off Ver
    Excel 2010
    Posts
    11

    Re: Real time plus preform at task time

    In cells D16 to D19 are calculated some hours: minutes: seconds, which will go before the job is done.

    The ages of the furthest (in the example, cell D19 - 7:14:51), I have put together with what the real clock is right now, so I know what time it is when the job is finally solved. Information should appear in cell F20


    travian beregning af enheder - engelsk forum 2.xls

  4. #4
    Valued Forum Contributor ron2k_1's Avatar
    Join Date
    09-30-2009
    Location
    Not the USA
    MS-Off Ver
    Excel 2003, 2007
    Posts
    606

    Re: Real time plus preform at task time

    I'm still having a bit of trouble to understand what is that that you really need.

    Would this on F20 work?

    Please Login or Register  to view this content.

  5. #5
    Registered User
    Join Date
    07-01-2011
    Location
    Denmark
    MS-Off Ver
    Excel 2010
    Posts
    11

    Re: Real time plus preform at task time

    If I copy your formel "=MOD(NOW(),1)+MAX(D16:D19)", and insert it in celle F20, I get this error:

    "The formula you typed contains an error"

    Maybe you can insert the formula in F20 and attach the file ?

    -----------------------------------------------------------------------------------------------


    A little more explanation

    First, which of the cells D16 to D19 with the highest number of hours, minutes, seconds, ( D16)

    Then, those hours, minutes, seconds are added to what the time is now 03:05 AM + D16 = 05:53:35 AM (cell F20)

    Instead of using AM and PM, 12 hours, I like it better with 24 hours a day. Example clock will not be displayed as 01:00:00 PM, but 13:00:00

  6. #6
    Valued Forum Contributor ron2k_1's Avatar
    Join Date
    09-30-2009
    Location
    Not the USA
    MS-Off Ver
    Excel 2003, 2007
    Posts
    606

    Re: Real time plus preform at task time

    This works for me. But I don't even know whether this what you need:
    Please Login or Register  to view this content.
    If it doesn't work, maybe your version of excel does not support the formulas above, due to because language differences - the formulas are probably written differently with your version.

    Try it, see if it works on your excel, and then let us know whether this is what you need.

  7. #7
    Registered User
    Join Date
    07-01-2011
    Location
    Denmark
    MS-Off Ver
    Excel 2010
    Posts
    11

    Re: Real time plus preform at task time

    I have trouble with the language differences, but I have translate the formal command to danish, but still get en error messages.

    have you tried your formula in your English version of Excel and seen whether it works or you may on closer inspection see an error in your own code?

    My danish translate looks like:

    English
    =IF((MOD(NOW(),1)+MAX(D16:D19))>TIME(23,59,59),((MOD(NOW(),1)+MAX(D16:D19))-TIME(23,59,59)+TIME(0,0,1)),MOD(NOW(),1)+MAX(D16:D19))

    danish
    =HVIS((REST(NU(),1)+MAKS(D16:D19))>TID(23,59,59),((REST(NU(),1)+MAKS(D16:D19))-TID(23,59,59)+TID(0,0,1)),REST(NU(),1)+MAKS(D16:D19))

  8. #8
    Forum Guru DonkeyOte's Avatar
    Join Date
    10-22-2008
    Location
    Northumberland, UK
    MS-Off Ver
    O365
    Posts
    21,531

    Re: Real time plus preform at task time

    Perhaps:

    Please Login or Register  to view this content.
    above assumes a ; delimiter - modify as required.

    The above assumes you only want a Time return - so 20:00 + 10:00 should return 06:00 [ie 0.25 rather than 1.25]

    If you prefer to use H16 to the MAKS function replace as appropriate.

+ 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