+ Reply to Thread
Results 1 to 8 of 8

Conditional Formatting Based On Adjacent Fields

  1. #1
    Registered User
    Join Date
    09-27-2017
    Location
    Texas
    MS-Off Ver
    2010
    Posts
    7

    Exclamation Conditional Formatting Based On Adjacent Fields

    Okay I am going to try and explain this.

    I have three columns: One Titled RO#, Parts Needed and Parts Picked Up By

    The first cell under each column is A3 for RO#, B3 for Parts Needed and C3 for Parts Picked Up By. There is a drop down box in column C that has names.

    Basically if A3 and B3 have value (text, numbers) then I want C3 to show red until a name is picked from the drop down. Once they select a name from the drop down list I want the cell to return to it's normal color.

    Does that make sense?

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

    Re: Conditional Formatting Based On Adjacent Fields

    Select C3:C? > Conditional Formatting> New Rule> Use Formula

    =AND(LEN($A3)>0, LEN($B3)>0, ISBLANK($C3))

    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
    Valued Forum Contributor Root_'s Avatar
    Join Date
    07-29-2017
    Location
    _
    MS-Off Ver
    2010+
    Posts
    514

    Re: Conditional Formatting Based On Adjacent Fields

    Just for fun -- no function calls:

    =($A3<>"")*($B3<>"")*($C3="")

  4. #4
    Registered User
    Join Date
    09-27-2017
    Location
    Texas
    MS-Off Ver
    2010
    Posts
    7

    Re: Conditional Formatting Based On Adjacent Fields

    Root_ that worked perfectly! I am sorry ChemistB, I couldn't get that formula to work for me.

  5. #5
    Valued Forum Contributor Root_'s Avatar
    Join Date
    07-29-2017
    Location
    _
    MS-Off Ver
    2010+
    Posts
    514

    Re: Conditional Formatting Based On Adjacent Fields

    Glad to have helped.

  6. #6
    Registered User
    Join Date
    09-27-2017
    Location
    Texas
    MS-Off Ver
    2010
    Posts
    7

    Re: Conditional Formatting Based On Adjacent Fields

    So I do have another question that maybe more complicated and I am not sure if it can be done.

    If the field (C3) hasn't had something filed in within an allotted time frame can the field flash colors. Like if the field hasn't been filed out in 1 second to 5 minutes it flashes green, 5 minutes and 1 second to 10 minutes it flashes yellow, 10 minutes and 1 second and up flashes red?

  7. #7
    Valued Forum Contributor Root_'s Avatar
    Join Date
    07-29-2017
    Location
    _
    MS-Off Ver
    2010+
    Posts
    514

    Re: Conditional Formatting Based On Adjacent Fields

    This is doable but would require VBA programming.

    Also, you might want to check this thread.

  8. #8
    Registered User
    Join Date
    09-27-2017
    Location
    Texas
    MS-Off Ver
    2010
    Posts
    7

    Re: Conditional Formatting Based On Adjacent Fields

    Way out of my comfort zone lol

    Thank you Root_

+ 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. Conditional Formatting Based on Adjacent Cell *Format*
    By MacroPolo in forum Excel General
    Replies: 1
    Last Post: 05-18-2016, 09:59 AM
  2. Replies: 5
    Last Post: 08-19-2013, 03:13 PM
  3. Conditional formatting based on multiple fields
    By enjaykay in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 03-05-2013, 06:46 AM
  4. [SOLVED] Conditional Formatting Based on Adjacent Cells and Values
    By stusic in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 01-03-2013, 03:59 PM
  5. Conditional Formatting based on Adjacent Cell
    By MacroPolo in forum Excel General
    Replies: 3
    Last Post: 06-23-2012, 01:41 AM
  6. Conditional Formatting Based on Adjacent Cell
    By Yourgurlwantsme in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 03-27-2010, 05:31 PM
  7. [SOLVED] How to do a conditional formatting based on an adjacent cell
    By Confused in forum Excel General
    Replies: 2
    Last Post: 01-10-2005, 06:06 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