+ Reply to Thread
Results 1 to 5 of 5

Date specific conditional formatting

  1. #1
    Forum Contributor
    Join Date
    08-24-2011
    Location
    Van Wert, Ohio
    MS-Off Ver
    Excel 2010, 2000
    Posts
    104

    Date specific conditional formatting

    I have a spreadsheet with my budget, bills and when each bill is due.

    Cell M2 has the current date.

    For example:

    Cell R13 has a due date of 2-14-14.

    I would like to have 2 conditional formats

    1. When the bill is due in 3 days from current date the cell will highlight in yellow.
    2. When the bill due date and the current date match, the cell will highlight in red.

    Form sounds easy, but I am having difficulty with the function.

    Thanks

    Jason

  2. #2
    Forum Expert
    Join Date
    08-02-2013
    Location
    Québec
    MS-Off Ver
    Excel 2003, 2007, 2013
    Posts
    1,412

    Re: Date specific conditional formatting

    Hi,
    2 conditions with formulas :

    1) =$R13<=$M$2 RED FILL
    2) =$R13-$M$2<=3 Yellow fill

    Both applied to a range =$R$13:$R$xxxx if you have multiple rows with due date.

    If the first bill is on row 4, replace R13 by R4 in all cases...
    Last edited by GC Excel; 02-10-2014 at 10:12 PM. Reason: correct 2nd formula
    GC Excel

    If this post helps, then click the star icon (*) in the bottom left-hand corner of my post to Add reputation.

  3. #3
    Forum Contributor
    Join Date
    08-24-2011
    Location
    Van Wert, Ohio
    MS-Off Ver
    Excel 2010, 2000
    Posts
    104

    Re: Date specific conditional formatting

    Thank you that work fine.

    One more adaptation

    Column S consists of Date Paid.

    For instance R13 = when the bill is due. S13 will be blank until bill is paid to which I will type in the date the bill got paid. I want R13 to fill in as Green when I type the date I paid the bill in S13. Green will trump Red and Yellow conditions.

    Can you help?
    Thanks

  4. #4
    Forum Expert
    Join Date
    08-02-2013
    Location
    Québec
    MS-Off Ver
    Excel 2003, 2007, 2013
    Posts
    1,412

    Re: Date specific conditional formatting

    Hi,

    in R13, add the following condition with formula :

    1) =$S13<>"" GREEN FILL

    and the previous conditions :
    2) =$R13<=$M$2 RED FILL
    3) =$R13-$M$2<=3 Yellow fill

  5. #5
    Forum Contributor
    Join Date
    08-24-2011
    Location
    Van Wert, Ohio
    MS-Off Ver
    Excel 2010, 2000
    Posts
    104

    Re: Date specific conditional formatting

    Thank You you have been a great help

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Replies: 6
    Last Post: 09-20-2013, 04:17 PM
  2. Excel 2003 Conditional Formatting Using Specific Date
    By somethingfunny in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 06-08-2013, 02:21 PM
  3. Conditional Formatting for specific date in another Worksheet Cell
    By Pooger in forum Excel Formulas & Functions
    Replies: 13
    Last Post: 04-24-2013, 07:48 AM
  4. [SOLVED] Conditional formatting for specific field
    By plank in forum Excel Programming / VBA / Macros
    Replies: 11
    Last Post: 08-22-2012, 07:05 AM
  5. Conditional Formatting- on specific values
    By johnnywinter in forum Excel General
    Replies: 4
    Last Post: 02-12-2009, 10:48 PM

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