• Conditional Formatting (97)

    Author
    Topic
    #386399

    Hi all
    How can I make a Roll change color if a Cell says Yes
    I want Rolls A2, A3, A6, and A7 or from A to E to be gray is cell E contains the word Yes
    I know its conditional formatting but I don

    Viewing 0 reply threads
    Author
    Replies
    • #670402

      Select A2:d8
      Format – conditional formatting
      Formula is
      =UPPER($D2)=”YES”
      Format button – patterns to gray

      Steve

      • #670651

        Steve,
        Very interesting solution. Would you mind explaining how ir works?
        Thanks,
        Jeff

        • #670664

          Cond format works when the formula is “TRUE”

          The formula given:

          =UPPER($D2)="YES" 

          is TRUE when the UPPERcase value in the D column (note it is LOCKED on Col D) in the RELATIVE row = “YES”

          I used Upper to allow “yes”, “Yes”, “YES”, “yEs”, etc as all possible “Yes” responses.

          You could have easily put:

          =$D2="yes" 

          But ONLY “yes” rows would have highlighted, not any variant.

          Steve

    Viewing 0 reply threads
    Reply To: Conditional Formatting (97)

    You can use BBCodes to format your content.
    Your account can't use all available BBCodes, they will be stripped before saving.

    Your information: