#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 19
Default dates

column a will be filled in with dates as needed; how do i get column b to
automatically fill in the corresponding day of the week to match that date?
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,942
Default dates

hi
column A column B
2/5/2007 =TEXT(A2,"ddd") = Tue
=TEXT(A2,"dddd") = Tuesday


Regards
FSt1

"Windy" wrote:

column a will be filled in with dates as needed; how do i get column b to
automatically fill in the corresponding day of the week to match that date?

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,646
Default dates

If you want the name of the day (Monday, etc.) then enter =A1 in cell B1 and
custom format it like "dddd".
If you want the No of the day then enter =WEEKDAY(A1,2)
See Help on the second argument (numbering style of the days of the week)

Regards,
Stefi

Windy ezt *rta:

column a will be filled in with dates as needed; how do i get column b to
automatically fill in the corresponding day of the week to match that date?

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,819
Default dates


=IF(A1="","",CHOOSE(WEEKDAY(A1),"Sun","Mon","Tue", "Wed","Thu","Fri","Sat"))

Windy wrote:

column a will be filled in with dates as needed; how do i get column b to
automatically fill in the corresponding day of the week to match that date?


  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 19
Default dates

When I copy this formula down column b, and column a hasn't been filled in
yet, I get a column of "Saturdays". How can I hide the formula so column b
stays blank until column a is filled in?

"FSt1" wrote:

hi
column A column B
2/5/2007 =TEXT(A2,"ddd") = Tue
=TEXT(A2,"dddd") = Tuesday


Regards
FSt1

"Windy" wrote:

column a will be filled in with dates as needed; how do i get column b to
automatically fill in the corresponding day of the week to match that date?



  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default dates

You could use a formula:
=if(a1="","",text(a1,"dddd"))

But I'd just format that column of dates:

Select the column
Format|cells|number tab
Custom:
mm/dd/yyyy dddd
(or what you like)



Windy wrote:

column a will be filled in with dates as needed; how do i get column b to
automatically fill in the corresponding day of the week to match that date?


--

Dave Peterson
  #7   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,819
Default dates

=If(A1="","",TEXT(A2,"ddd"))

Windy wrote:

When I copy this formula down column b, and column a hasn't been filled in
yet, I get a column of "Saturdays". How can I hide the formula so column b
stays blank until column a is filled in?

"FSt1" wrote:


hi
column A column B
2/5/2007 =TEXT(A2,"ddd") = Tue
=TEXT(A2,"dddd") = Tuesday


Regards
FSt1

"Windy" wrote:


column a will be filled in with dates as needed; how do i get column b to
automatically fill in the corresponding day of the week to match that date?


  #8   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,942
Default dates

hi
=if(A2="","",Text(A2,"dddd"))

Regards
FSt1

"Windy" wrote:

When I copy this formula down column b, and column a hasn't been filled in
yet, I get a column of "Saturdays". How can I hide the formula so column b
stays blank until column a is filled in?

"FSt1" wrote:

hi
column A column B
2/5/2007 =TEXT(A2,"ddd") = Tue
=TEXT(A2,"dddd") = Tuesday


Regards
FSt1

"Windy" wrote:

column a will be filled in with dates as needed; how do i get column b to
automatically fill in the corresponding day of the week to match that date?

  #9   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 46
Default dates

Your good work is still helping tens of people out there!

Just what I needed for converting dates so I can do pivot tables on months!

Happy New Year!

"FSt1" wrote:

hi
=if(A2="","",Text(A2,"dddd"))

Regards
FSt1

"Windy" wrote:

When I copy this formula down column b, and column a hasn't been filled in
yet, I get a column of "Saturdays". How can I hide the formula so column b
stays blank until column a is filled in?

"FSt1" wrote:

hi
column A column B
2/5/2007 =TEXT(A2,"ddd") = Tue
=TEXT(A2,"dddd") = Tuesday


Regards
FSt1

"Windy" wrote:

column a will be filled in with dates as needed; how do i get column b to
automatically fill in the corresponding day of the week to match that date?

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
Identifying unique dates in a range of cells containing dates... cdavidson Excel Discussion (Misc queries) 4 October 13th 06 04:30 PM
Identifying unique dates within a range of cells containing dates cdavidson Excel Discussion (Misc queries) 0 October 12th 06 09:19 PM
need to convert list of dates to count no. of dates by week neowok Excel Worksheet Functions 13 January 30th 06 04:54 PM
Calculating number of days between two dates that fall between two other dates [email protected] Excel Discussion (Misc queries) 5 October 26th 05 07:18 PM
Charting data against dates where dates are not at fixed intervals PK Charts and Charting in Excel 4 June 16th 05 06:08 AM


All times are GMT +1. The time now is 05:31 AM.

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

About Us

"It's about Microsoft Excel"