+ Reply to Thread
Results 1 to 6 of 6

How to Highlight the Entire Column using conditional Formatting

  1. #1
    Registered User
    Join Date
    02-01-2006
    Posts
    9

    How to Highlight the Entire Column using conditional Formatting

    How to Highlight the Entire Column Based on Specific date, Thursday & Friday to be exact, using conditional Formatting.

  2. #2
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: How to Highlight the Entire Column using conditional Formatting

    Select the column and go to Format|Conditional formatting

    Formula Is:

    =OR(WEEKDAY(A1)=5,WEEKDAY(A1)=6)

    where A1 is topmost cell in selection

    Click Format and choose from the Pattern tab.
    Where there is a will there are many ways.

    If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner

    Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.

  3. #3
    Forum Moderator zbor's Avatar
    Join Date
    02-10-2009
    Location
    Croatia
    MS-Off Ver
    365 ProPlus
    Posts
    15,604

    Re: How to Highlight the Entire Column using conditional Formatting

    Select whole row (or as many cell as you like).

    Then in CF use a formula to determine which cells to format

    In Format values where this formula si true write desired criteria referencing to one cell:

    For example, if your date is in G column use:

    =ABS(8-(WEEKDAY(G1, 2)+WEEKDAY(G1, 3)))=1

  4. #4
    Registered User
    Join Date
    02-01-2006
    Posts
    9

    Re: How to Highlight the Entire Column using conditional Formatting

    Thanks guys ... But How to Highlight the Entire Column?

  5. #5
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: How to Highlight the Entire Column using conditional Formatting

    So are these dates in one row, and you want to hightlight th column based on the criteria being met in that row?

    is so, then you need to "freeze" the row number in the formulas.

    e.g.

    =OR(WEEKDAY(A$1)=5,WEEKDAY(A$1)=6)

    where Row 1 contains the dates to check, starting at column A.

    This will highlight the whole column (based on you having preselected the columns when applying the conditional formatting).

  6. #6
    Registered User
    Join Date
    02-01-2006
    Posts
    9

    Re: How to Highlight the Entire Column using conditional Formatting

    NBVC I appreciate your help it worked, 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