Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I'm totally in the dark on this so any help would be greatly appreciated! I
have a spreadsheet that lists my call center staff in one column and their associated pause and login state times in other columns within the same row. I have conditional formatting set on the pause state and login state cell data to turn the font color to red when tresholds are met. I need a way to automatically compile on a second worksheet only those staff names where their respective pause time cell data meets or exceeds a specified threshold limit or/and font color is red. I also need the actual pause, login data meeting the tresholdlevl to populate in the second worksheet. I am using Excel 2007 Thank you, Anthony |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Though you could filter a list by font color using VBA, this approach is
not possible with font colors produced by conditional formatting. What you need is an additional helper column with a formula that checks for the condition (which would probably the same as you are already using for your conditional formatting) and inserts a marker, e.g. =IF(<condition, "X","") .. You could then use Excel's standard filter techniques to full out all rows containing the marker. Joerg "ascottbag-hcm" wrote in message ... I'm totally in the dark on this so any help would be greatly appreciated! I have a spreadsheet that lists my call center staff in one column and their associated pause and login state times in other columns within the same row. I have conditional formatting set on the pause state and login state cell data to turn the font color to red when tresholds are met. I need a way to automatically compile on a second worksheet only those staff names where their respective pause time cell data meets or exceeds a specified threshold limit or/and font color is red. I also need the actual pause, login data meeting the tresholdlevl to populate in the second worksheet. I am using Excel 2007 Thank you, Anthony |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Formula to populate data in a cell based on another cell's color | Excel Discussion (Misc queries) | |||
how do i change row font color based on cell value in that row | Excel Worksheet Functions | |||
How to sum data based on font or cell color? | Excel Worksheet Functions | |||
Can I modify cell attributes (font,color etc.) based on function . | Excel Discussion (Misc queries) | |||
change font color of cell based on critera | Excel Worksheet Functions |