Microsoft
Software
Hardware
Network
Question : Excel 2007 Conditional Formatting
I have two columns in an excel spreadsheet. One is "Due Date" and the other is "Paid". The "Due Date" column is a date. The "Paid" column is 'Y' or 'N'. Currently, I have conditional formatting set up to highlight the due date if it is less than TODAY(). This works fine.
However, I would like it to NOT highlight if the associated "Paid" column is 'Y'. As an added bonus, I would like the cell (B7 in example) below the "Paid" data to indicated whether all have been paid (ie. All 'Y' in column) with text that says "YES".
I have attached an example spreadsheet with the original conditional formatting included. Is this possible?
Answer : Excel 2007 Conditional Formatting
You only need one condition
Conditional format: =AND(A2<TODAY(),B2<>"Y")
Aplies to: =$a$2:$a$6
The relative references (in this case A2 and B2) always apply to the first in range, and adjust when you go down/right in the range.
Random Solutions
added a function to webservice. Why can't i see it by intellesense on the client
Mac OS X 10.6.3 Can't logon to Active directory
Insert Script from the command prompt
Exchange 2010 resource mailbox for meeting room
Setting Folder Permission in Windows XP - VB Script
Install SQL reporting services 2005 and 2008 on the same server
How do I add rows to a datagridview based upon a For Each statement in VS2008?
SQL*Loader - Trim Leading & Trailing Space for Columns with Spaces in Name
Determine average resistance!
Creating a Dynamic Form from SQL database tables in ColdFusion