PC Review


Reply
Thread Tools Rate Thread

How I do this formula ?

 
 
HR157
Guest
Posts: n/a
 
      19th May 2006

I would like to format all words that said “customer” in a column to
chosen color.Can anyone provide a formula or conditional formattin
that will do
this

--
HR15
-----------------------------------------------------------------------
HR157's Profile: http://www.excelforum.com/member.php...fo&userid=3445
View this thread: http://www.excelforum.com/showthread.php?threadid=54371

 
Reply With Quote
 
 
 
 
Pete_UK
Guest
Posts: n/a
 
      19th May 2006
You could apply an autofilter to the column and select Custom |
Contains then enter customer. This will only display those rows which
contain customer in that column, and you can highlight the cells and
set your format accordingly.

Hope this helps.

Pete

 
Reply With Quote
 
Pete_UK
Guest
Posts: n/a
 
      19th May 2006
Alternatively, if you want to apply conditional formatting, then assume
the cells you want this to apply to are A2 to A50 - highlight this
range, then click Format | Conditional Formatting and in the first box
select "Formula Is" rather than "Cell Value Is", then enter this
formula:

=SEARCH("customer",A2)

Click the Format button and choose your effect - e.g. Red foreground
colour and Bold. Then click OK, and the cells containing "customer"
should now be emboldened in red.

Hope this helps.

Pete

 
Reply With Quote
 
RagDyeR
Guest
Posts: n/a
 
      19th May 2006
Select the column, say Column A, then,
<Format> <ConditionalFormatting>,
First box is "Cell value is",
Second box, choose "Equal to",
Third box, enter "customer" (no quotes),
Click on format, and choose whatever you wish,
Then <OK> <OK>.

NOW, this will *only* format the cell if it contains the *single* word,
"customer".

If you have "customer" in the cell with other words, then try this:
First box, choose "Formula is",
Second box, enter this formula:
=ISNUMBER(SEARCH("customer",A1))
Click on format, and choose whatever you wish,
Then <OK> <OK>.


--

HTH,

RD
=====================================================
Please keep all correspondence within the Group, so all may benefit!
=====================================================


"HR157" <(E-Mail Removed)> wrote in
message news:(E-Mail Removed)...

I would like to format all words that said “customer” in a column to a
chosen color.Can anyone provide a formula or conditional formatting
that will do
this.


--
HR157
------------------------------------------------------------------------
HR157's Profile:
http://www.excelforum.com/member.php...o&userid=34458
View this thread: http://www.excelforum.com/showthread...hreadid=543719


 
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
Regression Leverage Formula (Jerry W. Lewis or Mike Middleton)already have DFITS formula PJ Microsoft Excel Worksheet Functions 2 2nd Jun 2010 03:45 PM
Formula in Excel 07 to get the formula used in one cell in anothercell, showing VALUES, not cells references TobiasAL Microsoft Excel Discussion 2 1st Nov 2009 10:09 AM
Formula in Excel 07 to get the formula used in one cell in anothercell, showing VALUES, not cells references TobiasAL Microsoft Excel Worksheet Functions 1 29th Oct 2009 12:08 PM
Formula expected end of statement error, typing formula into cell as part of VBA macro DavidGMullins@gmail.com Microsoft Excel Programming 1 20th Jul 2006 07:58 PM
Commenting custom formula fields/formula on formula editor Muxer Microsoft Excel Programming 2 24th Jul 2003 01:02 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 03:02 PM.