Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3
Default make all cells in same row match cell formatted with fill color

If I conditionally formated cells in worksheet that contain specific text to
have a fill color red, how can I get the rest of the cells in the same
row/rows (for the entire worksheet) to match that cell fill color?
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default make all cells in same row match cell formatted with fill color

Use conditional formatting on those cells, too.

But base the condition on the cell that's important -- it doesn't have to be the
cell that changes format.

For instance:

Select A1:x99
With A1 the active cell
Format|conditional formatting
Formula is:
=countif($a1,"*red*")0
And give it a nice format.

The formula will adjust for each row, but always look at the cell in column A.
If it contains Red, then A:X of that row will get the same format.

zjopa wrote:

If I conditionally formated cells in worksheet that contain specific text to
have a fill color red, how can I get the rest of the cells in the same
row/rows (for the entire worksheet) to match that cell fill color?


--

Dave Peterson
  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3
Default make all cells in same row match cell formatted with fill colo

Thank you so very much, I will try that now. Worksheet is call history for
Call Center I manage and trying to find/figure out hold times of calls not
connected and length of calls connected. Still need to find correct way
current log lists total time as 5,653 min 23 secs (in text I think) to total
converted to hh:mm:ss. I greatly appreciate your help. Thank you very much.
John



"Dave Peterson" wrote:

Use conditional formatting on those cells, too.

But base the condition on the cell that's important -- it doesn't have to be the
cell that changes format.

For instance:

Select A1:x99
With A1 the active cell
Format|conditional formatting
Formula is:
=countif($a1,"*red*")0
And give it a nice format.

The formula will adjust for each row, but always look at the cell in column A.
If it contains Red, then A:X of that row will get the same format.

zjopa wrote:

If I conditionally formated cells in worksheet that contain specific text to
have a fill color red, how can I get the rest of the cells in the same
row/rows (for the entire worksheet) to match that cell fill color?


--

Dave Peterson

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
Make text color match cell color with macro? JoeSpareBedroom Excel Discussion (Misc queries) 1 June 26th 07 07:09 PM
Fill cells if adjacent cell match criteria Jess Excel Discussion (Misc queries) 6 June 1st 06 09:18 PM
Converting 'General' formatted cells to Text formatted cell using. Zahid Khan Excel Worksheet Functions 1 March 12th 05 07:13 PM
How do I make the fill color of a cell on one sheet follow the co. SteelerfanDan Excel Worksheet Functions 2 March 8th 05 09:29 PM
Color Formatted Cells not showing color jilary2 Excel Worksheet Functions 1 February 22nd 05 07:31 PM


All times are GMT +1. The time now is 12:35 AM.

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"