+ Reply to Thread
Results 1 to 2 of 2

Time formulas + Conditional formulas for time

  1. #1
    Registered User
    Join Date
    09-11-2012
    Location
    Florida, US
    MS-Off Ver
    Excel 2007
    Posts
    7

    Time formulas + Conditional formulas for time

    Hi there,

    My head is stuck, perhaps its due to being my first day at work this week :/

    I'm looking to solve this excel mystery which has been haunting me since last week.

    I'm trying to find out how:

    1. To determine the minutes (potentially hours) between two times eg. Scheduled time of Arrival (STA) 08:00 and Actual time of Arrival (ATA) 08:16 = +
    0:16mins

    2. Conditional formatting that same (=) cell to colour code <15 is green and >15 is red.

    Thank you!!

  2. #2
    Valued Forum Contributor
    Join Date
    05-08-2012
    Location
    Georgia, USA
    MS-Off Ver
    Excel 2003, 2010
    Posts
    811

    Re: Time formulas + Conditional formulas for time

    Assume the two times are is cells A1 (Scheduled time of Arrival) and B1 (Actual time of Arrival)

    Set the following two Conditional Format rules (Use formula to determine format)

    FORMAT GREEN
    =+$B$1-$A$1<=15/24/60

    FORMAT RED
    =+$B$1-$A$1>15/24/60
    Last edited by K m; 09-18-2012 at 09:23 AM.
    Click on star (*) below if this helps

+ 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