+ Reply to Thread
Results 1 to 3 of 3

Conditional Formatting

Hybrid View

  1. #1
    Registered User
    Join Date
    04-25-2008
    Location
    Essex, England
    MS-Off Ver
    Office 2010
    Posts
    52

    Conditional Formatting

    Dear all,

    I have simplified what I am trying to do but...

    In Cell A1 I have a date in the dddd dd/mm/yy format

    In Cell B1 I have a day of the week in TEXT format

    What I want to do is conditionally format A1 if the day differs from day (not date) of that in B1.

    I have searched for the right formula all over but without luck.

    Any help would be great.

    Thanks, Crackerdaq
    Last edited by Crackerdaq; 11-06-2009 at 05:37 PM.

  2. #2
    Forum Contributor mewingkitty's Avatar
    Join Date
    09-29-2008
    Location
    Fort McMurray, Alberta, Canada
    MS-Off Ver
    Excel 2003
    Posts
    949

    Re: Conditional Formatting

    I'd go with something like:
    =CHOOSE(WEEKDAY(A1),"Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday")
    In column C
    This will display the day of the week in text, according to the date in column A.

    You could then use something like:
    =IF(C1<>B1,"*","")
    in column D, and set the conditional format to read if the cell in D is * then <whatever>.

    mew?
    =IF(AND(OR(BLONDE,BRUNETTE,REDHEAD),OR(MY PLACE,HER PLACE),ME),BOW-CHICKA-BOW-WOW,ANOTHER NIGHT ON THE INTERNET)

  3. #3
    Registered User
    Join Date
    04-25-2008
    Location
    Essex, England
    MS-Off Ver
    Office 2010
    Posts
    52

    Re: Conditional Formatting

    Lovely job - Thanks!

+ 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