Home |
Search |
Today's Posts |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Make text color match cell color with macro? | Excel Discussion (Misc queries) | |||
Fill cells if adjacent cell match criteria | Excel Discussion (Misc queries) | |||
Converting 'General' formatted cells to Text formatted cell using. | Excel Worksheet Functions | |||
How do I make the fill color of a cell on one sheet follow the co. | Excel Worksheet Functions | |||
Color Formatted Cells not showing color | Excel Worksheet Functions |