+ Reply to Thread
Results 1 to 3 of 3

Thread: Date sensitive colour coding?

  1. #1
    Registered User
    Join Date
    11-17-2011
    Location
    Coventry, UK
    MS-Off Ver
    Excel 2007
    Posts
    2

    Date sensitive colour coding?

    Hello,

    I am trying to put together a register of details for a company that includes information that must be updated yearly. I am a relatve noice to excel, with only minor experience using IF statements and conditional formating.

    In short I need a function that will look at a date, and if it is more or less then a year old (always using todays date), give a numerical value (e.g. 1 for less, 2 for more) and allow me to use conditional formatting.

    Thanks
    adbh

    Edit: I am using Office 2007
    Last edited by adbh; 11-17-2011 at 09:01 AM.

  2. #2
    Forum Moderator arlu1201's Avatar
    Join Date
    09-09-2011
    Location
    Bangalore, India
    MS-Off Ver
    Excel 2003 & 2007
    Posts
    4,405

    Re: Date sensitive colour coding?

    Use this formula -
    =IF(TODAY()-A2>365,2,1)
    Then you can proceed with putting conditional formatting for the 1s and 2s.
    Last edited by arlu1201; 11-17-2011 at 07:10 AM.

  3. #3
    Registered User
    Join Date
    11-17-2011
    Location
    Coventry, UK
    MS-Off Ver
    Excel 2007
    Posts
    2

    Re: Date sensitive colour coding?

    Thank you, thats sorted everything

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Tags for this Thread

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.2.0