+ Reply to Thread
Results 1 to 2 of 2

Have a date chane if it is +/- 2 days from the previous date

  1. #1
    Registered User
    Join Date
    03-08-2006
    Posts
    7

    Have a date chane if it is +/- 2 days from the previous date

    I have a spreadsheet of dates that track visits. The visits are supposed to be 7 days appart but +/- 2 days is acceptible. Is there a way to change the backround color of the cell if the date is +/- 2 days from the date in the previous cell.

    Gohan51D

  2. #2
    Dave O
    Guest

    Re: Have a date chane if it is +/- 2 days from the previous date

    You can do that with conditional formatting. Set the condition to
    "Formula Is" and use this formula:
    =ABS(B1-A1)<=2
    ....where A1 and B1 contain the dates.


+ 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