Consulting

Results 1 to 4 of 4

Thread: Help with time diffrences

  1. #1
    VBAX Regular
    Joined
    Jan 2018
    Posts
    7
    Location

    Help with time diffrences

    Hi,

    Need help with formula for negative time differences.

    Example 1. (SOLVED)

    I have 4 different set of timing and my base is time 03:00:00

    Cell B2
    - 00:46:44
    Cell C2 - 00:46:30
    Cell D2 - 00:45:56
    Cell E2 - 00:45:09

    Total of all these 4 is 03:04:19, FORMULA - =SUM(B2:E2)

    So the different is 03:04:19 - 03:00:00 = 00:04:19, FORMULA - =F2-(3/24)


    Example 2 (NOT SOLVED and NEED HELP)

    Cell B3 - 00:45:35
    Cell C3 - 00:41:44
    Cell D3 - 00:42:26
    Cell E3 - 00:45:00

    Total of all these 4 is 02:54:45, FORMULA - =SUM(B2:E2)

    So the different should be 00:05:15 but i couldn't get the formula

  2. #2
    Moderator VBAX Sage SamT's Avatar
    Joined
    Oct 2006
    Location
    Near Columbia
    Posts
    7,814
    Location
    =(Max(F2,(3/24)) - Min(F2,(3/24))
    I expect the student to do their homework and find all the errrors I leeve in.


    Please take the time to read the Forum FAQ

  3. #3
    VBAX Regular
    Joined
    Jan 2018
    Posts
    7
    Location
    Thank you so much for the help SamT.

    Problem solved

    Last question. Is there a way to make MAX value and MIN turn to color font?

  4. #4
    Moderator VBAX Sage SamT's Avatar
    Joined
    Oct 2006
    Location
    Near Columbia
    Posts
    7,814
    Location
    Is there a way to make MAX value and MIN turn to color font?
    Maybe with Conditional Formatting
    I expect the student to do their homework and find all the errrors I leeve in.


    Please take the time to read the Forum FAQ

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •