Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Conditional Formatting


Hey,

I have a workbook with a range of C3:E17 and i want excel to format
cell if specific text within a string is entered into a cell. The cell
contence will be similar to this for example. *John Smith Application
or *John Smith Settlement*. How do i make excel format one colour fo
Applications and another for Settlements

--
thetopp
-----------------------------------------------------------------------
thetoppy's Profile: http://www.excelforum.com/member.php...fo&userid=3343
View this thread: http://www.excelforum.com/showthread.php?threadid=53539

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 747
Default Conditional Formatting

Try:

1. Select the range C3:E17 with C3 the active cell
2. Select Format Conditional Formatting
3. Select "Formula Is" from the dropdown
4. Enter the following in the formula window:
=Find("Settlement", C3)
5. Click the Format button and select the desired format
6. Click OK to close the Format Cells dialog
7. Now click the Add button to add a new conditional format
8. Repeat steps 3 to 6 except enter this formula:
= Find("Application", C3)
9. After closing the Format Cells dialog click the OK button in the
Conditional Formatting dialog to finish

Note that the above formulas are relative and will be set to each cell
within the selected range, not just cell C3.

Regards,
Greg

"thetoppy" wrote:


Hey,

I have a workbook with a range of C3:E17 and i want excel to format a
cell if specific text within a string is entered into a cell. The cells
contence will be similar to this for example. *John Smith Application*
or *John Smith Settlement*. How do i make excel format one colour for
Applications and another for Settlements?


--
thetoppy
------------------------------------------------------------------------
thetoppy's Profile: http://www.excelforum.com/member.php...o&userid=33436
View this thread: http://www.excelforum.com/showthread...hreadid=535398


  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 747
Default Conditional Formatting

Use Search instead of Find if you don't want it to be case-sensitive.

Greg

"thetoppy" wrote:


Hey,

I have a workbook with a range of C3:E17 and i want excel to format a
cell if specific text within a string is entered into a cell. The cells
contence will be similar to this for example. *John Smith Application*
or *John Smith Settlement*. How do i make excel format one colour for
Applications and another for Settlements?


--
thetoppy
------------------------------------------------------------------------
thetoppy's Profile: http://www.excelforum.com/member.php...o&userid=33436
View this thread: http://www.excelforum.com/showthread...hreadid=535398


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Formatting cells in a column with conditional formatting? shamor Excel Discussion (Misc queries) 8 May 19th 08 10:11 PM
Protect Cell Formatting including Conditional Formatting Mick Jennings Excel Discussion (Misc queries) 5 November 13th 07 05:32 PM
conditional Formatting based on cell formatting Totom Excel Worksheet Functions 3 January 20th 07 02:02 PM
conditional Formatting based on cell formatting Totom Excel Worksheet Functions 0 January 15th 07 04:35 PM
Conditional Formatting that will display conditional data BrainFart Excel Worksheet Functions 1 September 13th 05 05:45 PM


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

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"