+ Reply to Thread
Results 1 to 2 of 2

A formula, probably quite simple.....

  1. #1
    confused
    Guest

    A formula, probably quite simple.....

    Hiya,

    Trying to work out a formula, I think it’s probably quite simple however I
    can’t quite work it out.

    I want to use conditional formatting to turn a cell A1 green if one or more
    cells in the range E13:E40 has the value "Yes" or "No" or "Maybe" or
    "Undecided".

    Can anyone help?

    thanks!


  2. #2
    Bob Phillips
    Guest

    Re: A formula, probably quite simple.....

    =OR(ISNUMBER(MATCH("Yes",$E$13:$E$40,0)),ISNUMBER(MATCH("No",$E$13:$E$40,0))
    ,ISNUMBER(MATCH("Maybe",$E$13:$E$40,0)))

    --
    HTH

    Bob Phillips

    (replace somewhere in email address with gmail if mailing direct)

    "confused" <[email protected]> wrote in message
    news:[email protected]...
    > Hiya,
    >
    > Trying to work out a formula, I think it's probably quite simple however I
    > can't quite work it out.
    >
    > I want to use conditional formatting to turn a cell A1 green if one or

    more
    > cells in the range E13:E40 has the value "Yes" or "No" or "Maybe" or
    > "Undecided".
    >
    > Can anyone 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