Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 30
Default Conditional Formatting - letters present

Dear Experts,
I would like to enter a conditional formatting criteria whereby the cell
should bold the contents if the cell contains a string which starts with the
letters PC.
e.g. PC1003
Is this possible?
regards
Martina
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,520
Default Conditional Formatting - letters present

1. Select the cell/Range (say A1:A10). Please note that the cell reference A1
mentioned in the formula is the active cell in the selection. Active cell
will have a white background even after selection

2. From menu FormatConditional Formatting

3. For Condition1Select 'Formula Is' and enter the below formula (copy
paste the below)

=LEFT(A1,2)="PC"

4. Click Format ButtonPattern and select your color (say Red)

5. Hit OK



If this post helps click Yes
---------------
Jacob Skaria


"jc132568" wrote:

Dear Experts,
I would like to enter a conditional formatting criteria whereby the cell
should bold the contents if the cell contains a string which starts with the
letters PC.
e.g. PC1003
Is this possible?
regards
Martina

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 30
Default Conditional Formatting - letters present

Magic! Many thanks.
regards
Martina

"Jacob Skaria" wrote:

1. Select the cell/Range (say A1:A10). Please note that the cell reference A1
mentioned in the formula is the active cell in the selection. Active cell
will have a white background even after selection

2. From menu FormatConditional Formatting

3. For Condition1Select 'Formula Is' and enter the below formula (copy
paste the below)

=LEFT(A1,2)="PC"

4. Click Format ButtonPattern and select your color (say Red)

5. Hit OK



If this post helps click Yes
---------------
Jacob Skaria


"jc132568" wrote:

Dear Experts,
I would like to enter a conditional formatting criteria whereby the cell
should bold the contents if the cell contains a string which starts with the
letters PC.
e.g. PC1003
Is this possible?
regards
Martina

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 277
Default Conditional Formatting - letters present

On Sun, 1 Nov 2009 17:41:01 -0800, Jacob Skaria
wrote:

1. Select the cell/Range (say A1:A10). Please note that the cell reference A1
mentioned in the formula is the active cell in the selection. Active cell
will have a white background even after selection

2. From menu FormatConditional Formatting

3. For Condition1Select 'Formula Is' and enter the below formula (copy
paste the below)

=LEFT(A1,2)="PC"

4. Click Format ButtonPattern and select your color (say Red)

5. Hit OK



Is that 2k7?

I do not get a "formula is" dialog anywhere.

I was able to do it though the menu dialogs though.

How does one lock it to only capital letters?
  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,520
Default Conditional Formatting - letters present

--If you are using XL2007 goto Home tabStylesConditional FormattingManage
rulesNew ruleUse a formula to determine which cells to format..

--for exact match enter this formula in the box below:
=EXACT(LEFT(A1,2),"PC")

--Click the Format button. Select the desired style(s) and click OK

If this post helps click Yes
---------------
Jacob Skaria


"CellShocked" wrote:

On Sun, 1 Nov 2009 17:41:01 -0800, Jacob Skaria
wrote:

1. Select the cell/Range (say A1:A10). Please note that the cell reference A1
mentioned in the formula is the active cell in the selection. Active cell
will have a white background even after selection

2. From menu FormatConditional Formatting

3. For Condition1Select 'Formula Is' and enter the below formula (copy
paste the below)

=LEFT(A1,2)="PC"

4. Click Format ButtonPattern and select your color (say Red)

5. Hit OK



Is that 2k7?

I do not get a "formula is" dialog anywhere.

I was able to do it though the menu dialogs though.

How does one lock it to only capital letters?
.



  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 277
Default Conditional Formatting - letters present

On Mon, 2 Nov 2009 06:43:01 -0800, Jacob Skaria
wrote:

--If you are using XL2007 goto Home tabStylesConditional FormattingManage
rulesNew ruleUse a formula to determine which cells to format..


Exactly

--for exact match enter this formula in the box below:
=EXACT(LEFT(A1,2),"PC")


Cool! Thanks.

--Click the Format button. Select the desired style(s) and click OK


Or select the "Custom Style", and change nothing color or font wise,
and select "Bold" checkbox to arrive at the resuestor's query solution.
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 string in groups of letters... HBj[_2_] Excel Worksheet Functions 8 March 6th 09 03:49 PM
Formatting cells for letters and numbers CMEknit Excel Worksheet Functions 1 February 12th 09 06:32 PM
Protect Cell Formatting including Conditional Formatting Mick Jennings Excel Discussion (Misc queries) 5 November 13th 07 05:32 PM
conditional formula: sum a range if text present in another range NeedAdvice777 Excel Discussion (Misc queries) 10 August 29th 06 04:51 PM
Formatting Upper Case letters Greegan Excel Worksheet Functions 2 January 29th 06 06:15 AM


All times are GMT +1. The time now is 06:55 PM.

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

About Us

"It's about Microsoft Excel"