Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 516
Default Conditional Formatting (for cells containing specific term)

Hello-

Is there a simple way to set up a conditional format for a worksheet that
makes every cell containing the text " Sum" bold?

I can't seem to figure this out on my own.

Thanks for any help that can be provided.

-Matt
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,069
Default Conditional Formatting (for cells containing specific term)

Select all cells (click the box above the row numbers and to the left of the
column letters). Select Format Conditional formatting. Select "Formula is"
and enter the following in the formula box:

=(A1= "SUM")

Click the Format button and select Bold under Font style on the Font tab.
Click OK to close the Format Cells dialog, then OK to close the Conditional
Formatting dialog.

Hope this helps,

Hutch

"Matt" wrote:

Hello-

Is there a simple way to set up a conditional format for a worksheet that
makes every cell containing the text " Sum" bold?

I can't seem to figure this out on my own.

Thanks for any help that can be provided.

-Matt

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,081
Default Conditional Formatting (for cells containing specific term)

For cell A1, use Formula is and use this formula (not case sensitive)

=NOT(ISERROR(SEARCH(" sum",A1,1)))

or this one (case sensistive)

=NOT(ISERROR(FIND(" sum",A1,1)))

"Matt" wrote:

Hello-

Is there a simple way to set up a conditional format for a worksheet that
makes every cell containing the text " Sum" bold?

I can't seem to figure this out on my own.

Thanks for any help that can be provided.

-Matt

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 11,058
Default Conditional Formatting (for cells containing specific term)

use formula is:

=NOT(ISERROR(SEARCH("Sum",A1,1)))
--
Gary''s Student - gsnu200719


"Matt" wrote:

Hello-

Is there a simple way to set up a conditional format for a worksheet that
makes every cell containing the text " Sum" bold?

I can't seem to figure this out on my own.

Thanks for any help that can be provided.

-Matt

  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 516
Default Conditional Formatting (for cells containing specific term)

Got it to work... thanks to the help provided here.

Thank you all!

-Matt


  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 516
Default Conditional Formatting (for cells containing specific term)

Thanks!!!

"Gary''s Student" wrote:

use formula is:

=NOT(ISERROR(SEARCH("Sum",A1,1)))
--
Gary''s Student - gsnu200719


"Matt" wrote:

Hello-

Is there a simple way to set up a conditional format for a worksheet that
makes every cell containing the text " Sum" bold?

I can't seem to figure this out on my own.

Thanks for any help that can be provided.

-Matt

  #7   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 516
Default Conditional Formatting (for cells containing specific term)

As a follow up question; is there anyway to make the entire row bold in the
scenario below?

Thanks,

Matt


"Matt" wrote:

Hello-

Is there a simple way to set up a conditional format for a worksheet that
makes every cell containing the text " Sum" bold?

I can't seem to figure this out on my own.

Thanks for any help that can be provided.

-Matt

  #8   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,651
Default Conditional Formatting (for cells containing specific term)

Yes. Read the help for conditional formatting.

And depending on whether the cell contains only the text " Sum" or whether
it might contain a longer string with the string " Sum" within it, then you
may need to look at help for finding text.
--
David Biddulph

"Matt" wrote in message
...
As a follow up question; is there anyway to make the entire row bold in
the
scenario below?

Thanks,

Matt


"Matt" wrote:

Hello-

Is there a simple way to set up a conditional format for a worksheet that
makes every cell containing the text " Sum" bold?

I can't seem to figure this out on my own.

Thanks for any help that can be provided.

-Matt



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
conditional formatting for specific words in cell MW Excel Discussion (Misc queries) 3 August 28th 06 07:28 PM
Conditional formatting specific phrase Jkalsch Excel Worksheet Functions 1 May 4th 06 09:25 PM
conditional formating a specific amount of cells in a row. jeff New Users to Excel 3 April 4th 06 06:07 PM
Filter/find/isolate one specific term? williejoeshaver Excel Worksheet Functions 2 July 21st 05 01:45 AM
conditional formatting on specific text in cells kwkhoo Excel Discussion (Misc queries) 3 June 21st 05 04:27 PM


All times are GMT +1. The time now is 11:41 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"