+ Reply to Thread
Results 1 to 6 of 6

Conditional Formatting formula needed!

  1. #1
    Registered User
    Join Date
    01-21-2014
    Location
    Florida, USA
    MS-Off Ver
    Excel 2010
    Posts
    21

    Conditional Formatting formula needed!

    I have a tracker with 3 primary columns. Column A has the current date, Column B has a Starting Time, Column C has an Ending Time.
    If Column C has a time entered in it which is past the current time, I need Column A to change color.
    I've tried a few different NOW formulas, but I'm having a hard time!

  2. #2
    Forum Guru
    Join Date
    08-05-2004
    Location
    NJ
    MS-Off Ver
    365
    Posts
    13,582

    Re: Conditional Formatting formula needed!

    Selecting your range in A (lets say A2:A1000)
    =AND(ISNUMBER(C2), C2> MOD(NOW(),1))
    Does that work for you?
    ChemistB
    My 2?

    substitute commas with semi-colons if your region settings requires
    Don't forget to mark threads as "Solved" (Edit First post>Advanced>Change Prefix)
    If I helped, Don't forget to add to my reputation (click on the little star at bottom of this post)

    Forum Rules: How to use code tags, mark a thread solved, and keep yourself out of trouble

  3. #3
    Registered User
    Join Date
    01-21-2014
    Location
    Florida, USA
    MS-Off Ver
    Excel 2010
    Posts
    21

    Re: Conditional Formatting formula needed!

    No it didn't

  4. #4
    Forum Guru
    Join Date
    08-05-2004
    Location
    NJ
    MS-Off Ver
    365
    Posts
    13,582

    Re: Conditional Formatting formula needed!

    Here is an example, any hour in C that is after current time should turn red.

    To attach an example, Go Advanced>Manage Attachments
    Attached Files Attached Files

  5. #5
    Registered User
    Join Date
    10-09-2012
    Location
    HOUSTON
    MS-Off Ver
    Excel 2016
    Posts
    19

    Re: Conditional Formatting formula needed!

    Could you have a cell with the =now() formula anywhere avalable, then reference that within a conditional formatting set-up? This would make your formula easier maybe. It could just check wherever you have =now() against each cell for >greater than and highlight.

  6. #6
    Registered User
    Join Date
    01-21-2014
    Location
    Florida, USA
    MS-Off Ver
    Excel 2010
    Posts
    21

    Re: Conditional Formatting formula needed!

    Thank you so much, ChemistB!

+ 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. Formula needed for conditional formatting
    By NEHicks in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 02-22-2013, 11:28 AM
  2. [SOLVED] Conditional Formatting Formula needed for noob
    By Patrick Byrne in forum Excel General
    Replies: 1
    Last Post: 04-04-2012, 05:48 PM
  3. Conditional Formatting Formula Needed
    By AJT82 in forum Excel General
    Replies: 2
    Last Post: 10-08-2011, 05:15 AM
  4. Conditional formatting formula help needed
    By gloworm in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 07-15-2011, 03:12 PM
  5. Conditional Formatting using formula needed for the following problem
    By Deepthik in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 05-29-2010, 09:41 AM

Tags for this Thread

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