+ Reply to Thread
Results 1 to 7 of 7

Is it possible to highlight entire rows based on the days?

Hybrid View

  1. #1
    Registered User
    Join Date
    09-02-2009
    Location
    Singapore
    MS-Off Ver
    Excel 2003
    Posts
    60

    Is it possible to highlight entire rows based on the days?

    Is it possible for the excel to automatic highlight entire rows if the row has a day that falls on a saturday or sunday?
    Last edited by gloom52; 09-10-2009 at 04:05 PM.

  2. #2
    Forum Expert JBeaucaire's Avatar
    Join Date
    03-21-2004
    Location
    Bakersfield, CA
    MS-Off Ver
    2010, 2016, Office 365
    Posts
    33,492

    Re: Is it possible to highlight entire rows based on the days?

    You can do this with conditional formatting. You'll need to post up a sample sheet if you want specific assistance with that.

    Click GO ADVANCED and use the paperclip icon to post up your workbook.
    _________________
    Microsoft MVP 2010 - Excel
    Visit: Jerry Beaucaire's Excel Files & Macros

    If you've been given good help, use the icon below to give reputation feedback, it is appreciated.
    Always put your code between code tags. [CODE] your code here [/CODE]

    ?None of us is as good as all of us? - Ray Kroc
    ?Actually, I *am* a rocket scientist.? - JB (little ones count!)

  3. #3
    Registered User
    Join Date
    09-02-2009
    Location
    Singapore
    MS-Off Ver
    Excel 2003
    Posts
    60

    Re: Is it possible to highlight entire rows based on the days?

    here is the file. it might be a bit messy cuz im still new to these formulas

  4. #4
    Forum Expert Palmetto's Avatar
    Join Date
    04-04-2007
    Location
    South Eastern, USA
    MS-Off Ver
    XP, 2007, 2010
    Posts
    3,978

    Re: Is it possible to highlight entire rows based on the days?

    Use Conditional Formatting, Formula option and use this, adjusted for your actual range:

    =OR(WEEKDAY($A4)=1,WEEKDAY($A4)=7)

    See attached, sheet Aug09.

    All fill color was removed and currently highlighted rows are due to conditional formatting using the above formula.

  5. #5
    Registered User
    Join Date
    09-02-2009
    Location
    Singapore
    MS-Off Ver
    Excel 2003
    Posts
    60

    Re: Is it possible to highlight entire rows based on the days?

    wow amazing thanks alot. you helped me a great deal. I had so much trouble with this. Everytime I changed a formula I had to refill everything.

  6. #6
    Forum Expert Palmetto's Avatar
    Join Date
    04-04-2007
    Location
    South Eastern, USA
    MS-Off Ver
    XP, 2007, 2010
    Posts
    3,978

    Re: Is it possible to highlight entire rows based on the days?

    Glas to have helped.

    If you're satisified with your solution please mark your thread as solved and be sure to add to each users reputation by clicking on the blue scales icon in a relevant user post in this thread.

  7. #7
    Registered User
    Join Date
    09-02-2009
    Location
    Singapore
    MS-Off Ver
    Excel 2003
    Posts
    60

    Re: Is it possible to highlight entire rows based on the days?

    Under my "Team Schedule" sheet, actually the 4 teams will rotate around W,R,O,O,D,D,N,N every 8 days. Is there a way for the excel to auto generate this sequence with the date at the side auto updating as well??

+ 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