+ Reply to Thread
Results 1 to 3 of 3

Conditional format based on 2 cells - Excel 2007

  1. #1
    Forum Contributor
    Join Date
    08-06-2007
    Posts
    105

    Conditional format based on 2 cells - Excel 2007

    I'm using Excel 2007 and I would like conditionally format a cell based on 2 other cells.

    I currently have it based on one cell.

    I'm in "Use cell to determine which cells to format" under conditonally format. The formula I have in there is:

    =$M7<TODAY()

    That formula applies to =$A$7:$R$105

    Works PERFECT...except

    I only want it to do that format if cell $L7 says "In-Transit"

    So I need to alter =$M7<TODAY() somehow to make it look at 2 cells

  2. #2
    Forum Expert martindwilson's Avatar
    Join Date
    06-23-2007
    Location
    London,England
    MS-Off Ver
    office 97 ,2007
    Posts
    19,320
    =AND($M7<TODAY(),$L7="In-Transit")

  3. #3
    Forum Contributor
    Join Date
    08-06-2007
    Posts
    105
    Perfect!! Thanks!

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1