Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 119
Default display the day of the date

hi community

can community assist me in how am I to display the day of the date

example

when I enter a date, say, 13-11-2007 (formatted as dd-mm-yyyy) it will be
able to indicate as Tuesday in another cell (pls view below example:

eg:

A B C

1 13-11-2007 Tuesday

2

thanks community for the assistance render :)



--
oldLearner57
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,268
Default display the day of the date

You can either just link to the cell, if we assume that A1 holds the date
then use

=A1

do formatcellsnumbercustom and use

dddd


otherwise use


=TEXT(A1,"dddd")

that way you don't have to do any formatting


--


Regards,


Peo Sjoblom




"oldLearner57" wrote in message
...
hi community

can community assist me in how am I to display the day of the date

example

when I enter a date, say, 13-11-2007 (formatted as dd-mm-yyyy) it will be
able to indicate as Tuesday in another cell (pls view below example:

eg:

A B C

1 13-11-2007 Tuesday

2

thanks community for the assistance render :)



--
oldLearner57



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,856
Default display the day of the date

You can just put:

=A1

in B1 and use a custom format for B1 - set to dddd.

Hope this helps.

Pete

On Nov 12, 4:41 pm, oldLearner57
wrote:
hi community

can community assist me in how am I to display the day of the date

example

when I enter a date, say, 13-11-2007 (formatted as dd-mm-yyyy) it will be
able to indicate as Tuesday in another cell (pls view below example:

eg:

A B C

1 13-11-2007 Tuesday

2

thanks community for the assistance render :)

--
oldLearner57



  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,942
Default display the day of the date

hi
create a special format. formatcellsspecial
then type into the input box.....
ddd - will display tue
dddd - will display tuesday
format column B with this spcial format then put this formaula in column B...
=a1
this formual will look a column a for a data then display the day.
there is also a format to display the day and date in the same cell.

Regards
FSt1

"oldLearner57" wrote:

hi community

can community assist me in how am I to display the day of the date

example

when I enter a date, say, 13-11-2007 (formatted as dd-mm-yyyy) it will be
able to indicate as Tuesday in another cell (pls view below example:

eg:

A B C

1 13-11-2007 Tuesday

2

thanks community for the assistance render :)



--
oldLearner57

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
How to display date? Eric Excel Discussion (Misc queries) 3 September 17th 07 12:28 PM
Formula to Display Date n-Workdays from a Certain Date BHadds Excel Discussion (Misc queries) 4 June 13th 07 09:49 PM
display date eesh New Users to Excel 2 February 26th 07 12:26 PM
X axis date - display beyond latest date. Dave F. Charts and Charting in Excel 1 January 3rd 07 03:17 AM
Date display new2XL Excel Discussion (Misc queries) 1 June 14th 06 04:33 PM


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