+ Reply to Thread
Results 1 to 5 of 5

If Then Formula Help

  1. #1
    Registered User
    Join Date
    03-01-2016
    Location
    New York
    MS-Off Ver
    Office 2016
    Posts
    13

    If Then Formula Help

    Looking for the formula for conditional formatting...

    I have dates in column I and "Yes" or "No" in each corresponding cell in Column J. I want the dates in column I to turn certain color if the date is past today and column J is "No".

    So far, I have =IF($J$2$:$J$1001$="N" ... I want to include date is past today then turn orange (or any color) but stuck on the second part.

    Any help here?

  2. #2
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    43,984

    Re: If Then Formula Help

    Use this as the CF formula:
    =(AND(I2< TODAY(),J2="No"))

    aplly to whichever column(s) you wish.
    Attached Files Attached Files
    Last edited by Glenn Kennedy; 05-01-2017 at 10:55 AM.
    Glenn




    None of us get paid for helping you... we do this for fun. So DON'T FORGET to say "Thank You" to all who have freely given some of their time to help YOU.

    Temporary addition of accented to illustrate ongoing problem to the TT: L? fh?ile P?draig sona dhaoibh

  3. #3
    Forum Contributor
    Join Date
    08-04-2004
    Location
    Amsterdam
    MS-Off Ver
    2016
    Posts
    186

    Re: If Then Formula Help

    try
    Formula: copy to clipboard
    Please Login or Register  to view this content.

    in the conditional format box

  4. #4
    Registered User
    Join Date
    03-01-2016
    Location
    New York
    MS-Off Ver
    Office 2016
    Posts
    13

    Re: If Then Formula Help

    Awesome, thanks so much Glenn!

  5. #5
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    43,984

    Re: If Then Formula Help

    You're very welcome...

+ 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. Excel formula bar to display the result of the formula , not the formula?
    By max_max in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 12-18-2016, 07:15 PM
  2. Replies: 11
    Last Post: 06-06-2014, 03:34 PM
  3. how to hide formula in formula box, view lookup result in formula box?
    By vengatvj in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 10-14-2013, 04:06 PM

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