+ Reply to Thread
Results 1 to 6 of 6

conditional formatting weeks

Hybrid View

  1. #1
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    Microsoft 365
    Posts
    14,702
    You can't use Analysis ToolPak functions in conditional formatting so, assuming you don't have Excel 2007 you'd have to use WEEKNUM formula on the worksheet and then reference the result...

    ..or directly....for dates before this Monday use this as condition 1

    =A1<TODAY()-WEEKDAY(TODAY(),3)

    for dates this week use this for condition 2

    =A1<TODAY()-WEEKDAY(TODAY(),3)+7

    and then for any later dates condition 3

    =A1>=TODAY()-WEEKDAY(TODAY(),3)+7

  2. #2
    Registered User
    Join Date
    05-17-2007
    Posts
    45
    that works perfect; 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