PC Review


Reply
Thread Tools Rate Thread

conditional formatting Do anyone have a work around for this probl

 
 
Shaddow Jake
Guest
Posts: n/a
 
      7th Nov 2008
Does anyone know a work around for this
I am trying to find a way to color background of a cell in Access if it
simply containes the letter "D".
the cell may contain other letters other than the letter D, but will not
matter. I am looking for how to have a background of red if the cell
containes the letter "D", ingore all other letters.
Conditional formatting in Excell 2003 does not have a choice for "CONTAINES"
Thank you in advance for your help


 
Reply With Quote
 
 
 
 
Mike H
Guest
Posts: n/a
 
      7th Nov 2008
Hi,

I assume you want this in Excel. Select your cell then
Format|Conditional format
Select Formula is
Enter the formula
=NOT(ISERROR(SEARCH("D",A1)))
Pick your colour
OK

Mike

"Shaddow Jake" wrote:

> Does anyone know a work around for this
> I am trying to find a way to color background of a cell in Access if it
> simply containes the letter "D".
> the cell may contain other letters other than the letter D, but will not
> matter. I am looking for how to have a background of red if the cell
> containes the letter "D", ingore all other letters.
> Conditional formatting in Excell 2003 does not have a choice for "CONTAINES"
> Thank you in advance for your help
>
>

 
Reply With Quote
 
Ron Rosenfeld
Guest
Posts: n/a
 
      7th Nov 2008
On Fri, 7 Nov 2008 05:05:02 -0800, Shaddow Jake <Shaddow
(E-Mail Removed)> wrote:

>Does anyone know a work around for this
>I am trying to find a way to color background of a cell in Access if it
>simply containes the letter "D".
>the cell may contain other letters other than the letter D, but will not
>matter. I am looking for how to have a background of red if the cell
>containes the letter "D", ingore all other letters.
>Conditional formatting in Excell 2003 does not have a choice for "CONTAINES"
>Thank you in advance for your help
>



=ISNUMBER(SEARCH("D",A1))

or, if it should be case-sensitive:

=ISNUMBER(FIND("D",A1))
--ron
 
Reply With Quote
 
Shaddow Jake
Guest
Posts: n/a
 
      7th Nov 2008
Thank You Mike, This worked very well, I did have to change the cell number
from "A1" to the original cell location of "F1". Works great, thank you and
have a nive weekend

"Mike H" wrote:

> Hi,
>
> I assume you want this in Excel. Select your cell then
> Format|Conditional format
> Select Formula is
> Enter the formula
> =NOT(ISERROR(SEARCH("D",A1)))
> Pick your colour
> OK
>
> Mike
>
> "Shaddow Jake" wrote:
>
> > Does anyone know a work around for this
> > I am trying to find a way to color background of a cell in Access if it
> > simply containes the letter "D".
> > the cell may contain other letters other than the letter D, but will not
> > matter. I am looking for how to have a background of red if the cell
> > containes the letter "D", ingore all other letters.
> > Conditional formatting in Excell 2003 does not have a choice for "CONTAINES"
> > Thank you in advance for your help
> >
> >

 
Reply With Quote
 
Shaddow Jake
Guest
Posts: n/a
 
      7th Nov 2008
excuse me for not rating the post. This is my first time here and I am trying
to find out how to rate it with "excelent".

"Mike H" wrote:

> Hi,
>
> I assume you want this in Excel. Select your cell then
> Format|Conditional format
> Select Formula is
> Enter the formula
> =NOT(ISERROR(SEARCH("D",A1)))
> Pick your colour
> OK
>
> Mike
>
> "Shaddow Jake" wrote:
>
> > Does anyone know a work around for this
> > I am trying to find a way to color background of a cell in Access if it
> > simply containes the letter "D".
> > the cell may contain other letters other than the letter D, but will not
> > matter. I am looking for how to have a background of red if the cell
> > containes the letter "D", ingore all other letters.
> > Conditional formatting in Excell 2003 does not have a choice for "CONTAINES"
> > Thank you in advance for your help
> >
> >

 
Reply With Quote
 
Mike H
Guest
Posts: n/a
 
      7th Nov 2008
I'm glad I could help

"Shaddow Jake" wrote:

> excuse me for not rating the post. This is my first time here and I am trying
> to find out how to rate it with "excelent".
>
> "Mike H" wrote:
>
> > Hi,
> >
> > I assume you want this in Excel. Select your cell then
> > Format|Conditional format
> > Select Formula is
> > Enter the formula
> > =NOT(ISERROR(SEARCH("D",A1)))
> > Pick your colour
> > OK
> >
> > Mike
> >
> > "Shaddow Jake" wrote:
> >
> > > Does anyone know a work around for this
> > > I am trying to find a way to color background of a cell in Access if it
> > > simply containes the letter "D".
> > > the cell may contain other letters other than the letter D, but will not
> > > matter. I am looking for how to have a background of red if the cell
> > > containes the letter "D", ingore all other letters.
> > > Conditional formatting in Excell 2003 does not have a choice for "CONTAINES"
> > > Thank you in advance for your help
> > >
> > >

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Looking for assistance for an unusual conditional formatting probl John C. Microsoft Excel Misc 2 9th Nov 2009 10:07 AM
Re: Conditional formatting won't work John Spencer Microsoft Access Reports 0 15th Sep 2009 02:33 AM
Re: Conditional formatting does not work John W. Vinson Microsoft Access Form Coding 1 14th Aug 2008 05:23 PM
why does conditional formatting 'work' =?Utf-8?B?VGVk?= Microsoft Access Form Coding 2 22nd Mar 2005 06:39 PM
Conditional Formatting Work around? John Microsoft Excel Worksheet Functions 2 29th Oct 2004 08:10 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 06:36 AM.