+ Reply to Thread
Results 1 to 13 of 13

Conditional formatting - formula if cell does NOT contain "," or "@"

Hybrid View

  1. #1
    Forum Expert Moo the Dog's Avatar
    Join Date
    09-28-2012
    Location
    Wisconsin
    MS-Off Ver
    Office 365 (PC & Mac)
    Posts
    1,845

    Re: Conditional formatting - formula if cell does NOT contain "," or "@"

    did you see my edit above? changed the formula to use SEARCH, instead of MATCH. It works on my end.

    - Moo

    Adjusted formulas:
    Condition 1 (Set to 'Stop if TRUE'): =ISBLANK($L2)=TRUE
    Condition 2: =OR(ISNUMBER(SEARCH("@",$L2)),ISNUMBER(SEARCH(".",$L2)))=FALSE
    Last edited by Moo the Dog; 11-30-2012 at 09:44 AM. Reason: Added modified formulas

+ 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