A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
ladr407 wrote:
The conditional formating while using this formula will highlight the cells within a row 'black', however, how do I get the entire column to highlight black?
Ah, by following instructions. Sorry for being so blunt, but I did already provide the necessary instructions. Let me be more specific (and simplify).
- Select either the columns Q:GJ or the range Q2:GJ302. One way to do that: put the desired range into the Name Box.
- Click on Format > Conditional Formatting.
- Select Formula Is from the left-most pull-down menu.
- In the right-most field, put the following formula (copy-and-paste from this response): =COUNTIF(Q$2:Q$302,"No Atte*")>0.
- Click on Format, and select the format you want when the condition is true.
- For example, click on Pattern and select black. (I would choose a different color.)
- Finally, click OK.
Testing.... Enter "No Attendance into any of Q2:Q302. The entire column or ranged (depends on step 1) should change according to the conditional format selected in step 5. Try the same in any of T2:T302.
Caveat: In XL2003 SP3 on WinXP, the effect is not immediate(!). Initially, the conditional format was applied to only some cells in the column. Eventually, it applied to all cells in the column. What worked most consistently: minimize, then maximize the Excel window. This is a defect. It might be fixed in XL2007/Win7 and later.