+ Reply to Thread
Results 1 to 5 of 5

Color Code Cell Containing Date Based on Day of Week

  1. #1
    Registered User
    Join Date
    01-03-2014
    Location
    Strongsville, Ohio
    MS-Off Ver
    Excel 2010
    Posts
    2

    Color Code Cell Containing Date Based on Day of Week

    Hello All,

    I have a pretty basic Excel 2010 spreadsheet with columns containing text or dates (mm/dd/yyy format). I want a formula or conditional formatting that will color code cells containing dates based on which day of the week that date occured, i.e. 12/30/2013 is a Tuesday and dates occuring on Tuesdays should be blue, Monday dates red, etc. I could do this manually, but eventually manually color coding will be cumbersome and I would rather figure this out now!

    I am new to this forum, but would greatly appreciate any and all help! Please let me know if clarification is needed!

    -Heather

  2. #2
    Forum Expert
    Join Date
    12-11-2011
    Location
    Netherlands
    MS-Off Ver
    office 365
    Posts
    3,293

    Re: Color Code Cell Containing Date Based on Day of Week

    =WEEKDAY($A1;2)=2

    Put this formula in 'conditional formatting'
    Attached Files Attached Files
    Willem
    English is not my native language sorry for errors
    Please correct me if I'm completely wrong

  3. #3
    Registered User
    Join Date
    01-03-2014
    Location
    Strongsville, Ohio
    MS-Off Ver
    Excel 2010
    Posts
    2

    Re: Color Code Cell Containing Date Based on Day of Week

    That is similar to formulas I have been trying. I've attached an example of the spreadsheet I am working with. Columns B through M need to have this color code formatting. Is the date format wrong?

    Sample Tracking - example.xlsx

  4. #4
    Forum Expert
    Join Date
    12-11-2011
    Location
    Netherlands
    MS-Off Ver
    office 365
    Posts
    3,293

    Re: Color Code Cell Containing Date Based on Day of Week

    =WEEKDAY(B3;2)=2

    Try this one

  5. #5
    Forum Contributor
    Join Date
    08-14-2013
    Location
    Here and there
    MS-Off Ver
    Excel 2010
    Posts
    376

    Re: Color Code Cell Containing Date Based on Day of Week

    hvercillo change your formula to be Relative and not Absolute: =WEEKDAY(B$3,2)=3 ... Note it's B$3 not $B$3!! and your formatting will work. Cheers

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 5
    Last Post: 12-07-2013, 02:21 PM
  2. Formulating Date cells to auto color code based on Date
    By darren.capps in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 04-23-2013, 02:08 PM
  3. Change Cell Color based on Day of the week
    By evenings in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 06-07-2010, 03:18 PM
  4. week start date and end date based on week number
    By aman1234 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 07-02-2009, 12:39 PM
  5. [SOLVED] Calculating a Date Based on Year, Week Number and Day of the Week
    By amy in forum Tips and Tutorials
    Replies: 1
    Last Post: 08-23-2005, 11:42 AM

Tags for this Thread

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