Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
dan dan is offline
external usenet poster
 
Posts: 866
Default Determine day of the week from date

Each record in my SS has a date. I would like to determine the day of the
week from this date so I may chart the total number of records for each day;
Monday, Tuesday, etc.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 347
Default Determine day of the week from date

Hi,

Couple of ways:

1 - format your dates as dddd
2 - use a formula like =WEEKDAY(A1) to give you the day in the form of a
number 1=Sunday, 7=Saturday
3 - use a formula to return day as text =TEXT(A1,"dddd")

HTH
Jean-Guy

"Dan" wrote:

Each record in my SS has a date. I would like to determine the day of the
week from this date so I may chart the total number of records for each day;
Monday, Tuesday, etc.

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,345
Default Determine day of the week from date

=TEXT(G16,"dddd")

will return the day of the week for the date in G16

formatting cell G16 as custom format "dddd mmm d yyyy" (without the quotes)
will return "Wednesday Jan 31 2007" (again without the quotes) but the cell
will still hold onlt a number so to test for
=WEEKDAY(G16,2)=3

will return TRUE if the weekday is a Wednesday

--
HTH

Sandy
In Perth, the ancient capital of Scotland
and the crowning place of kings


with @tiscali.co.uk


"Dan" wrote in message
...
Each record in my SS has a date. I would like to determine the day of the
week from this date so I may chart the total number of records for each
day;
Monday, Tuesday, etc.



  #4   Report Post  
Posted to microsoft.public.excel.misc
dan dan is offline
external usenet poster
 
Posts: 866
Default Determine day of the week from date

Thanks for the tip!
Just what I needed......

"Dan" wrote:

Each record in my SS has a date. I would like to determine the day of the
week from this date so I may chart the total number of records for each day;
Monday, Tuesday, etc.

  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3
Default Determine day of the week from date

That's fairly easy. In the cell that you want the day of the week to show,
press your '+' key and use arrow keys to navigate to the cell that contains
the date, press Enter. Next, format the "Day" cell with 'Format Cells',
'Number', 'Custom'. In the Custom "Type" block type 'ddd' for a Wed type day
or 'dddd' for a Wednesday type day.


"Dan" wrote:

Each record in my SS has a date. I would like to determine the day of the
week from this date so I may chart the total number of records for each day;
Monday, Tuesday, etc.

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Determine next Saturday based on a given date ann Excel Worksheet Functions 6 April 2nd 23 08:13 PM
report date - date rec.ved=days late, but how to rid dates complet MS Questionnairess Excel Worksheet Functions 3 January 25th 07 06:17 PM
Macro to copy cells to rows below [email protected] Excel Discussion (Misc queries) 1 January 20th 06 06:59 PM
Macro to insert copied cells [email protected] Excel Discussion (Misc queries) 17 January 18th 06 10:40 AM
How can I convert a date into a week number... msbutton27 Excel Worksheet Functions 7 May 25th 05 09:44 PM


All times are GMT +1. The time now is 04:15 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"