+ Reply to Thread
Results 1 to 3 of 3

format date to separate different days of the week

  1. #1
    Registered User
    Join Date
    04-29-2014
    Location
    Miles, Australia
    MS-Off Ver
    Excel 2007
    Posts
    1

    format date to separate different days of the week

    I am very new to Excel and hope someone can help me. The date is in column B as Tuesday, 29 April 2014, but I need to format the spreadsheet in such a way that every day of the week is a different colour e.g. Tuesdays are Blue, Wednesdays will automatically turn pink etc. how will I do that?

  2. #2
    Forum Guru TMS's Avatar
    Join Date
    07-15-2010
    Location
    The Great City of Manchester, NW England ;-)
    MS-Off Ver
    MSO 2007,2010,365
    Posts
    44,425

    Re: format date to separate different days of the week

    You probably need to use Conditional Formatting to do that.

    Regards, TMS
    Trevor Shuttleworth - Retired Excel/VBA Consultant

    I dream of a better world where chickens can cross the road without having their motives questioned

    'Being unapologetic means never having to say you're sorry' John Cooper Clarke


  3. #3
    Forum Guru AlKey's Avatar
    Join Date
    07-20-2009
    Location
    Lakeland, FL USA
    MS-Off Ver
    Microsoft Office 2010/ Office 365
    Posts
    8,903

    Re: format date to separate different days of the week

    Use formulas below for Conditional Formatting:

    Assuming your dates are actually real dates and not text and your range in Column "B"

    =TEXT(B2,"dddd")="Sunday"
    =TEXT(B2,"dddd")="Monday"
    =TEXT(B2,"dddd")="Tuesday"
    etc,.

    Apply formatting color as desired.
    If you like my answer please click on * Add Reputation
    Don't forget to mark threads as "Solved" if your problem has been resolved

    "Nothing is so firmly believed as what we least know."
    --Michel de Montaigne

+ 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. Email with days and date change every week
    By n07cn3 in forum Excel General
    Replies: 2
    Last Post: 04-02-2014, 04:46 PM
  2. Replies: 3
    Last Post: 07-21-2013, 05:45 PM
  3. Separating days by Year/Week in a date range :)
    By scotinexcile in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 08-21-2012, 09:26 PM
  4. Todays date + 28 days + 2 week days
    By tubbsy in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 11-18-2008, 12:39 PM
  5. 5 days week date (mon to fri)
    By chiuinggum in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 06-10-2006, 08:25 PM

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