+ Reply to Thread
Results 1 to 3 of 3

conditional formatting

  1. #1
    Brian
    Guest

    conditional formatting

    Hi,

    how can I have a cell highlighted (light gray) if the cell contains the
    letters Vol

    ex: if a cell contains> Vol 5 Chapter 3 xyz protocol

    In this case I would like the cell to then automatically be highlighted
    because it contains "Vol"

    Thank You,
    BD

  2. #2
    Dave Peterson
    Guest

    Re: conditional formatting

    You could use format|conditional formatting

    And use a formula like:
    =COUNTIF(A1,"*vol*")
    or
    =ISNUMBER(SEARCH("vol",A1))

    If you want it to be case sensitive, use Find (instead of search) and make sure
    you capitalize VOL the way you want.



    Brian wrote:
    >
    > Hi,
    >
    > how can I have a cell highlighted (light gray) if the cell contains the
    > letters Vol
    >
    > ex: if a cell contains> Vol 5 Chapter 3 xyz protocol
    >
    > In this case I would like the cell to then automatically be highlighted
    > because it contains "Vol"
    >
    > Thank You,
    > BD


    --

    Dave Peterson

  3. #3
    Brian
    Guest

    Re: conditional formatting

    Thank you very much.
    BD

    "Dave Peterson" wrote:

    > You could use format|conditional formatting
    >
    > And use a formula like:
    > =COUNTIF(A1,"*vol*")
    > or
    > =ISNUMBER(SEARCH("vol",A1))
    >
    > If you want it to be case sensitive, use Find (instead of search) and make sure
    > you capitalize VOL the way you want.
    >
    >
    >
    > Brian wrote:
    > >
    > > Hi,
    > >
    > > how can I have a cell highlighted (light gray) if the cell contains the
    > > letters Vol
    > >
    > > ex: if a cell contains> Vol 5 Chapter 3 xyz protocol
    > >
    > > In this case I would like the cell to then automatically be highlighted
    > > because it contains "Vol"
    > >
    > > Thank You,
    > > BD

    >
    > --
    >
    > Dave Peterson
    >


+ 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