+ Reply to Thread
Results 1 to 3 of 3

Conditional Formatiing Formula Help

  1. #1
    Registered User
    Join Date
    07-17-2012
    Location
    Pheonix, AZ
    MS-Off Ver
    Excel 2007
    Posts
    8

    Conditional Formatiing Formula Help

    I am trying to write a formula for conditional formatting that will fill a cell yellow if the date contained in the cell is between today's date and today's date plus 7 days. I initially thought that something like:

    =TODAY()<=E2>=(TODAY()+7)

    but that doesn't work (or any variation of that formula like switching the < signs around)

    Any help would be really appreciated!

  2. #2
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    2016
    Posts
    14,675

    Re: Conditional Formatiing Formula Help

    Try

    =AND(E2>=TODAY(),E2<=TODAY()+7)
    Audere est facere

  3. #3
    Registered User
    Join Date
    07-17-2012
    Location
    Pheonix, AZ
    MS-Off Ver
    Excel 2007
    Posts
    8

    Re: Conditional Formatiing Formula Help

    That worked perfectly!! Thank you!

+ 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