+ Reply to Thread
Results 1 to 5 of 5

Conditional Format-Dispatch

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

    Conditional Format-Dispatch

    hi,

    if k12 does not contain "egbd" anywhere in the text yet q12 has something in it then turn red
    this is a sample of what could be in k12

    Dispatch
    Egbd/Biesse/Dis
    Biesse/Dis
    Egbd/Biesse/Saw/Dis
    Biesse/Saw/Egbd/Dis



    thanks
    steve

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

    if k12 does not contain "egbd" anywhere in the text yet q12 has something in it then turn red
    this is a sample of what could be in k12

    Dispatch
    Egbd/Biesse/Dis
    Biesse/Dis
    Egbd/Biesse/Saw/Dis
    Biesse/Saw/Egbd/Dis



    thanks
    steve
    Hi,

    select K column, Conditional Format, Formula

    =AND(Q1<>"",LEN(K1)<>LEN(SUBSTITUTE(K1,"Egbd","")))

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

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

    please see attached file i would have expected it to turn red in k12
    steve
    Attached Files Attached Files

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

    please see attached file i would have expected it to turn red in k12
    steve
    Hi,

    try

    =AND(Q1<>"",Q1<>"Edging",K1<>"",LEN(K1)=LEN(SUBSTITUTE(K1,"Egbd","")))


    I misread it and you mistyped it (T in substitute)

    hth
    ---

  5. #5
    Forum Contributor
    Join Date
    08-10-2006
    Posts
    723
    thanks bryan

    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