+ Reply to Thread
Results 1 to 3 of 3

Conditional formatting, simple question...

Hybrid View

  1. #1
    Kelly
    Guest

    Conditional formatting, simple question...

    If an "S" appears in column K and there is not a date entered in column L I
    would like for Column M to turn red with an X. Please help! Thanks.

  2. #2
    Tom Hayakawa
    Guest

    RE: Conditional formatting, simple question...

    Assuming Column L will contain either a date or nothing, this formula should
    work in cell M1:

    =IF(AND(K1="S",L1=""),"X","")

    Then you would select Format, Conditional Formatting, and for Condititon 1
    you would have Cell Value Is Equal To ="X". When you enter that, also click
    on the Format button for Condition 1 and click on the Pattern tab. Click on
    the red background, click OK and then OK and that should do it.

    HTH

    "Kelly" wrote:

    > If an "S" appears in column K and there is not a date entered in column L I
    > would like for Column M to turn red with an X. Please help! Thanks.


  3. #3
    Biff
    Guest

    Re: Conditional formatting, simple question...

    Hi!

    You need a formula to get the "X":

    Enter in cell M1:

    =IF(AND(K1="S",COUNT(L1)=0),"X","")

    Then conditional format if the cell contains an "X":

    Select cell M1
    Goto Format>Conditional Formatting
    Cell value is: equal to: X
    Click the Format button
    Select the desired style(s)
    OK out

    Biff

    "Kelly" <Kelly@discussions.microsoft.com> wrote in message
    news:7C04279B-F93F-41BE-9801-A5228B5EF7C8@microsoft.com...
    > If an "S" appears in column K and there is not a date entered in column L
    > I
    > would like for Column M to turn red with an X. Please help! Thanks.




+ 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