Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 180
Default Formating Day of the week

I have a monthly template that I use for scheduling. Once I change the month,
I have the worksheet formulated to change the dates. I then used a lookup
table to add what the day of week is. I want to show the abbreviation instead
of the whole word. I tried adding text(be,"ddd") to the formula but could not
get it to work. Any suggestions.

Thank you!
--
Donna
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 11,501
Default Formating Day of the week

Post the formula you are using and some sample data

"Donna" wrote:

I have a monthly template that I use for scheduling. Once I change the month,
I have the worksheet formulated to change the dates. I then used a lookup
table to add what the day of week is. I want to show the abbreviation instead
of the whole word. I tried adding text(be,"ddd") to the formula but could not
get it to work. Any suggestions.

Thank you!
--
Donna

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Ork Ork is offline
external usenet poster
 
Posts: 2
Default Formating Day of the week

Donna,
Hi.
How about =left(text(a1,"dddd"),3)
which would yeield Fri
if a1=today()
3 would be the # of chars to display

I'm sure there are other ways.
Not sure if this is what you wanted either.


"Donna" wrote:

I have a monthly template that I use for scheduling. Once I change the month,
I have the worksheet formulated to change the dates. I then used a lookup
table to add what the day of week is. I want to show the abbreviation instead
of the whole word. I tried adding text(be,"ddd") to the formula but could not
get it to work. Any suggestions.

Thank you!
--
Donna

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default Formating Day of the week

=left(text(a1,"dddd"),3)

This will do the same thing:

=TEXT(A1,"ddd")

"ddd" = short weekday name format: Mon, Tue, Wed, Thu, Fri, Sat, Sun

"dddd" = long weekday name format: Monday, Tuesday, Wednesday, etc.

--
Biff
Microsoft Excel MVP


"Ork" wrote in message
...
Donna,
Hi.
How about =left(text(a1,"dddd"),3)
which would yeield Fri
if a1=today()
3 would be the # of chars to display

I'm sure there are other ways.
Not sure if this is what you wanted either.


"Donna" wrote:

I have a monthly template that I use for scheduling. Once I change the
month,
I have the worksheet formulated to change the dates. I then used a lookup
table to add what the day of week is. I want to show the abbreviation
instead
of the whole word. I tried adding text(be,"ddd") to the formula but could
not
get it to work. Any suggestions.

Thank you!
--
Donna



  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 36
Default Formating Day of the week

On Fri, 16 Oct 2009 22:12:50 -0400, "T. Valko"
wrote:

=left(text(a1,"dddd"),3)

This will do the same thing:

=TEXT(A1,"ddd")

"ddd" = short weekday name format: Mon, Tue, Wed, Thu, Fri, Sat, Sun

"dddd" = long weekday name format: Monday, Tuesday, Wednesday, etc.



My handling is similar.

All of my stuff is free to use any, all, or part of as desired.

There are some errors with some local sheet hyperlinks (I missed
those), but the workbook itself is pretty good overall.

Two, actually...

http://office.microsoft.com/en-us/te...CT101440991033

or

http://office.microsoft.com/en-us/te...CT101440991033


  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 36
Default Formating Day of the week

On Sat, 17 Oct 2009 20:46:07 -0700, WallyWallWhackr
<wallywallwhackr@thematrixattheendofthemushroomste m.org wrote:

On Fri, 16 Oct 2009 22:12:50 -0400, "T. Valko"
wrote:

=left(text(a1,"dddd"),3)

This will do the same thing:

=TEXT(A1,"ddd")

"ddd" = short weekday name format: Mon, Tue, Wed, Thu, Fri, Sat, Sun

"dddd" = long weekday name format: Monday, Tuesday, Wednesday, etc.



My handling is similar.

All of my stuff is free to use any, all, or part of as desired.

There are some errors with some local sheet hyperlinks (I missed
those), but the workbook itself is pretty good overall.

Two, actually...



SNIP!

or

http://office.microsoft.com/en-us/te...CT101440991033



Oooops... one not working... The first... I snipped it... here...

http://office.microsoft.com/en-us/te...070531033.aspx
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 regular Date to Week Ending or Week Beginning Dates Sam H Excel Discussion (Misc queries) 5 April 3rd 23 04:39 PM
Auto calculate day of week to week of the year (not as serial) oftenconfused Excel Discussion (Misc queries) 4 June 23rd 08 05:14 PM
Tie a Calendar week to a Scoped Projected Week [email protected] Excel Worksheet Functions 3 October 31st 06 01:34 PM
How do I set up a week by week skill training schedule in excel? davidwatts Excel Discussion (Misc queries) 0 June 16th 05 11:32 PM
I need week number in excell from a date, first week must be mini. jPeich Excel Discussion (Misc queries) 4 January 5th 05 01:21 AM


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