+ Reply to Thread
Results 1 to 4 of 4

Thread: Conditional Formatting contains?

  1. #1
    Registered User
    Join Date
    02-11-2006
    Posts
    32

    Conditional Formatting contains?

    is there any way to use conditional formating if a cell contains rather than equals. For example highlight all cells that contain a 1 somewhere in the number.

    so all these would highlight

    10009

    59991

    91100

  2. #2
    Bob Phillips
    Guest

    Re: Conditional Formatting contains?

    Use a condition of Formula Is and a formula of

    =ISNUMBER(FIND("1",A1))

    --

    HTH

    Bob Phillips

    (remove nothere from the email address if mailing direct)

    "yorkshirewhite"
    <yorkshirewhite.232thm_1139680501.7105@excelforum-nospam.com> wrote in
    message news:yorkshirewhite.232thm_1139680501.7105@excelforum-nospam.com...
    >
    > is there any way to use conditional formating if a cell contains rather
    > than equals. For example highlight all cells that contain a 1 somewhere
    > in the number.
    >
    > so all these would highlight
    >
    > 10009
    >
    > 59991
    >
    > 91100
    >
    >
    > --
    > yorkshirewhite
    > ------------------------------------------------------------------------
    > yorkshirewhite's Profile:

    http://www.excelforum.com/member.php...o&userid=31448
    > View this thread: http://www.excelforum.com/showthread...hreadid=511367
    >




  3. #3
    Don Guillett
    Guest

    Re: Conditional Formatting contains?

    try formula is

    =find(1,h5)>0

    --
    Don Guillett
    SalesAid Software
    dguillett1@austin.rr.com
    "yorkshirewhite"
    <yorkshirewhite.232thm_1139680501.7105@excelforum-nospam.com> wrote in
    message news:yorkshirewhite.232thm_1139680501.7105@excelforum-nospam.com...
    >
    > is there any way to use conditional formating if a cell contains rather
    > than equals. For example highlight all cells that contain a 1 somewhere
    > in the number.
    >
    > so all these would highlight
    >
    > 10009
    >
    > 59991
    >
    > 91100
    >
    >
    > --
    > yorkshirewhite
    > ------------------------------------------------------------------------
    > yorkshirewhite's Profile:
    > http://www.excelforum.com/member.php...o&userid=31448
    > View this thread: http://www.excelforum.com/showthread...hreadid=511367
    >




  4. #4
    Forum Moderator daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    2007
    Posts
    10,057
    Within Conditional formatting you only need

    =find(1,a1)

+ 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.2.0