+ Reply to Thread
Results 1 to 3 of 3

condition

  1. #1
    Forum Contributor
    Join Date
    08-10-2006
    Posts
    723

    condition

    hi,

    in column u i have the word "egbd" in it within other text
    in coulmn e there will be a number

    what i need is a formlular that looks for the word egbd, and if the number is less that 200 in the e column make the cell red

    thanks

    steve

  2. #2
    Forum Contributor
    Join Date
    03-13-2005
    Posts
    6,195
    Quote Originally Posted by stevekirk
    hi,

    in column u i have the word "egbd" in it within other text
    in coulmn e there will be a number

    what i need is a formlular that looks for the word egbd, and if the number is less that 200 in the e column make the cell red

    thanks

    steve
    Select the E column, Format, Conditional Format, Formula is

    =AND(NOT(ISERROR(FIND("egbd",U1,E1<200))))

    set to required colour.

    ---
    Si fractum non sit, noli id reficere.

  3. #3
    Forum Contributor
    Join Date
    08-10-2006
    Posts
    723

    Condition

    HI Bryan,

    thanks working great


    I NEARLY GOT THERE
    I PUT AN "IF" INSTEAD OF AN " AND" AND IT WOULD NOT WORK .

    JUST A FEW MORE MONTHS TRAINING

    steve

+ 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