+ Reply to Thread
Results 1 to 2 of 2

Can a formula change a cells colour after a given length of time?

  1. #1
    Clive Humphries
    Guest

    Can a formula change a cells colour after a given length of time?

    Is it possible to have a cell change colour after a given time period?

    i.e. change red after 30 days

  2. #2
    Roger Govier
    Guest

    Re: Can a formula change a cells colour after a given length of time?

    Hi Clive

    Assuming the cell you want to highlight contains a date, (A1 in this
    example) then try highlighting your cell, then
    Format>Conditional Formatting>dropdown to select Formula
    is>=TODAY()-A1>30
    Format>Select Font, Border or Patterns and colour to your choice.

    The cell(s) in question to have the formatting, do(es) not neceesarily
    have to hold the date, but obvioulsy the cell used as the reference
    does.

    You can combine things with for example
    =AND(TODAY()-A1>=30,TODAY()-A1<90)
    That could be one colour, and there are 2 more formats you can add to
    have different colours for different date ranges.

    --
    Regards

    Roger Govier



    Clive Humphries wrote:
    > Is it possible to have a cell change colour after a given time period?
    >
    > i.e. change red after 30 days




+ 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