Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3
Default Trying to convert date to day

I am trying to convert a date, column A(ie 01/16/2006), to the day of the
month, column B, that this date format represents.
column column
A B
01/16/2006 Thursday

Is this possible or am I in another demention.
--
icky
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,355
Default Trying to convert date to day

Nope, you aren't in another dimension. If you just want the day displayed,
you can use this formula:

=LOOKUP(WEEKDAY(A1),{1,2,3,4,5,6,7},{"Sunday","Mon day","Tuesday","Wednesday","Thursday","Friday","Sa turday"})

There may be an easier way, but this works.

"icky" wrote:

I am trying to convert a date, column A(ie 01/16/2006), to the day of the
month, column B, that this date format represents.
column column
A B
01/16/2006 Thursday

Is this possible or am I in another demention.
--
icky

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 35,218
Default Trying to convert date to day

=text(a1,"dddd")

But I think I'd use a custom format in column A:

mm/dd/yyyy* dddd

And widen the column.


icky wrote:

I am trying to convert a date, column A(ie 01/16/2006), to the day of the
month, column B, that this date format represents.
column column
A B
01/16/2006 Thursday

Is this possible or am I in another demention.
--
icky


--

Dave Peterson
  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3
Default Trying to convert date to day

Barb,

It worked great. Thank you very much.
--
icky


"Barb Reinhardt" wrote:

Nope, you aren't in another dimension. If you just want the day displayed,
you can use this formula:

=LOOKUP(WEEKDAY(A1),{1,2,3,4,5,6,7},{"Sunday","Mon day","Tuesday","Wednesday","Thursday","Friday","Sa turday"})

There may be an easier way, but this works.

"icky" wrote:

I am trying to convert a date, column A(ie 01/16/2006), to the day of the
month, column B, that this date format represents.
column column
A B
01/16/2006 Thursday

Is this possible or am I in another demention.
--
icky

  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3
Default Trying to convert date to day

Dave,

Your function formula also worked. Thanks for the help.
--
icky


"Dave Peterson" wrote:

=text(a1,"dddd")

But I think I'd use a custom format in column A:

mm/dd/yyyy* dddd

And widen the column.


icky wrote:

I am trying to convert a date, column A(ie 01/16/2006), to the day of the
month, column B, that this date format represents.
column column
A B
01/16/2006 Thursday

Is this possible or am I in another demention.
--
icky


--

Dave Peterson



  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,355
Default Trying to convert date to day

Dave,

If someone were to use a Pivot Table to evaluate this data, would it work or
not? I'm thinking NOT.

Thanks,
Barb

"Dave Peterson" wrote:

=text(a1,"dddd")

But I think I'd use a custom format in column A:

mm/dd/yyyy* dddd

And widen the column.


icky wrote:

I am trying to convert a date, column A(ie 01/16/2006), to the day of the
month, column B, that this date format represents.
column column
A B
01/16/2006 Thursday

Is this possible or am I in another demention.
--
icky


--

Dave Peterson

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
convert date format noel Excel Discussion (Misc queries) 1 March 26th 06 11:57 PM
How do I convert a date&time (yyyy-mm-dd hh:mm:ss) to date only? Wesley Accellent Excel Worksheet Functions 6 December 1st 05 07:03 PM
How do I convert a text string into a date? JJMCDD02 Excel Worksheet Functions 4 November 25th 05 12:35 PM
Date format not correct when you convert a CSV text file in Excel Scarab Excel Discussion (Misc queries) 2 November 16th 05 12:22 PM
Is there a macro to convert times between 2 places dep. on date? Greg Excel Worksheet Functions 1 November 15th 05 09:33 PM


All times are GMT +1. The time now is 06:32 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"