If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > PC based Database Applications > Microsoft Excel > Calculate day of the week

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 03-16-04, 14:28
Perplexed Perplexed is offline
Registered User
 
Join Date: Feb 2004
Location: Indiana, USA
Posts: 79
Calculate day of the week

Please Help

I have an Excel Spreadsheet. Row 3 is filled across with dates - (consecutive Dates). Row 4 is for Days of the week.

What I am trying to accomplish is ---

Day of the week in row 4 to calculate based on date in Row 3 directly above it


Example

C3 = 3/16/04
C4 = Tue

Is this possible? We are tracking 100 days of data at a time and big pain to hand enter all those days of the week.

Perplexed
Reply With Quote
  #2 (permalink)  
Old 03-16-04, 19:13
Smitty Smitty is offline
Registered User
 
Join Date: Dec 2003
Location: San Diego, CA
Posts: 153
Give this a go:

=TEXT(C3,"dddd")

Hope that helps,

Smitty
Reply With Quote
  #3 (permalink)  
Old 03-16-04, 21:42
Perplexed Perplexed is offline
Registered User
 
Join Date: Feb 2004
Location: Indiana, USA
Posts: 79
Thanks a bunch. This worked

Perplexed
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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