+ Reply to Thread
Results 1 to 5 of 5

if in conditional formatting

  1. #1
    Forum Contributor
    Join Date
    09-19-2004
    Posts
    252

    if in conditional formatting

    I'm trying to do conidtional formatting and I want the cell to turn a color if the month is july. So, I set it to 'Formula is' and put this
    =IF (MONTH(TODAY()))=7
    but it doesn't work. Help?

  2. #2
    Valued Forum Contributor
    Join Date
    03-25-2004
    Location
    Boston, MA US
    Posts
    1,094
    DKY,

    You don't actually need the IF in your statement. Just use,

    =MONTH(TODAY())=7

    HTH

    Steve

  3. #3
    Forum Contributor
    Join Date
    11-29-2005
    Posts
    142
    Don't use the IF part, it is implied in Conditional Formatting

    =Month(Today())=7 would suffice

  4. #4
    Forum Contributor
    Join Date
    04-27-2006
    Location
    Cayman Islands
    Posts
    379
    Just use...

    =MONTH(NOW())=7

  5. #5
    Forum Contributor
    Join Date
    04-27-2006
    Location
    Cayman Islands
    Posts
    379
    OK so I only get the Bronze medal but mine uses two less letters :P

+ 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