+ Reply to Thread
Results 1 to 2 of 2

Thread: Changing cell color if date is...

  1. #1
    HaLaBi
    Guest

    Changing cell color if date is...

    Hello,
    How do i change the cell color in case the date in the cell is due after 3
    months..?? and where i put the code if you give it to me...

    thanks

  2. #2
    Registered User
    Join Date
    05-10-2006
    Posts
    53
    You can use conditional formatting.

    Assuming your date cell in A1. Go to Menu->Click Format-> Conditional Formatting

    Click formula is, and paste the formula into it. Then, go to format and format the way you want it, eg. go to the pattern tab to change the cell colour.

    =AND(DAY(TODAY())>=DAY(A1),MONTH(TODAY())-MONTH(A1)>=3,TODAY()-A1>=90)

    If you have multiple cells, select all the cells by clicking on A1 then shift click the rest. Make sure A1 is selected, then conditional format it by putting in the same formula.

    The conditions above should be accurate enough to take care of most conditions. Enjoy.

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