+ Reply to Thread
Results 1 to 4 of 4

Conditional formatting

Hybrid View

  1. #1
    Registered User
    Join Date
    05-05-2021
    Location
    Singapore
    MS-Off Ver
    2013
    Posts
    2

    Conditional formatting

    Hi!

    I currently have a conditional formatting formula to highlight a row if column S is "YES". That's done.

    If column T contains a text or value, I would need the row to change its color from red to yellow to determine that an invoice has been generated.

    Once invoice has been paid, and a date appears on column Y, and I would need that color to be green.

    Is there a way to do this?
    Attached Files Attached Files
    Last edited by lcykoax; 05-05-2021 at 09:06 AM.

  2. #2
    Forum Guru TMS's Avatar
    Join Date
    07-15-2010
    Location
    The Great City of Manchester, NW England ;-)
    MS-Off Ver
    MSO 2007,2010,365
    Posts
    48,186

    Re: Conditional formatting

    For red:
    Formula: copy to clipboard
    =$S2="YES"

    For amber:
    Formula: copy to clipboard
    =AND($S2="YES", $T2<>"")

    For green:
    Formula: copy to clipboard
    =AND($S2="YES", $T2<>"", $Y2<>"")
    Trevor Shuttleworth - Retired Excel/VBA Consultant

    I dream of a better world where chickens can cross the road without having their motives questioned

    'Being unapologetic means never having to say you're sorry' John Cooper Clarke


  3. #3
    Registered User
    Join Date
    05-05-2021
    Location
    Singapore
    MS-Off Ver
    2013
    Posts
    2

    Re: Conditional formatting

    Thanks a bunch!

  4. #4
    Forum Guru TMS's Avatar
    Join Date
    07-15-2010
    Location
    The Great City of Manchester, NW England ;-)
    MS-Off Ver
    MSO 2007,2010,365
    Posts
    48,186

    Re: Conditional formatting

    You're welcome. Thanks for the rep.

+ 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. [SOLVED] Conditional Formatting based on another cells Conditional Formatting
    By chriskay in forum Excel General
    Replies: 4
    Last Post: 08-22-2019, 05:33 AM
  2. [SOLVED] Override conditional formatting (in general, without changing the conditional formatting)
    By Stormin' in forum Excel Programming / VBA / Macros
    Replies: 9
    Last Post: 11-21-2017, 07:15 AM
  3. Conditional Formatting Removing Previous Conditional Formatting?
    By CravingGod in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 02-04-2016, 01:02 PM
  4. Replies: 6
    Last Post: 01-08-2016, 06:44 PM
  5. Opening xlsm files with conditional formatting opens with removed conditional formatting
    By Martijn.Steenbakker in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 03-07-2014, 05:38 AM
  6. Replies: 1
    Last Post: 09-20-2013, 06:23 PM
  7. Replies: 3
    Last Post: 05-15-2012, 04:13 PM

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