Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
dannboy213
 
Posts: n/a
Default Formula to Indicate name of day (Sunday, Monday etc..) based on a Date


Can someone help me figure out the formula for showing the name of day
based on a date.


--
dannboy213
------------------------------------------------------------------------
dannboy213's Profile: http://www.excelforum.com/member.php...o&userid=31017
View this thread: http://www.excelforum.com/showthread...hreadid=506889

  #2   Report Post  
Posted to microsoft.public.excel.misc
Niek Otten
 
Posts: n/a
Default Formula to Indicate name of day (Sunday, Monday etc..) based on a Date

Just FormatCellsNumberCustom tab. In The Type box, enter ddd or dddd
This leaves the date a date. Alternative in another cell:

=TEXT(A1,"ddd")

This makes the cell text.

"dannboy213" wrote
in message ...

Can someone help me figure out the formula for showing the name of day
based on a date.


--
dannboy213
------------------------------------------------------------------------
dannboy213's Profile:
http://www.excelforum.com/member.php...o&userid=31017
View this thread: http://www.excelforum.com/showthread...hreadid=506889



  #3   Report Post  
Posted to microsoft.public.excel.misc
Hernandez, Roberto
 
Posts: n/a
Default Formula to Indicate name of day (Sunday, Monday etc..) based on a Date

Just give a special format to the cell contaning the date, something like
dddd
Right click -- Format cells

"dannboy213"
escribió en el mensaje
...

Can someone help me figure out the formula for showing the name of day
based on a date.


--
dannboy213
------------------------------------------------------------------------
dannboy213's Profile:
http://www.excelforum.com/member.php...o&userid=31017
View this thread: http://www.excelforum.com/showthread...hreadid=506889



  #4   Report Post  
Posted to microsoft.public.excel.misc
Pete
 
Posts: n/a
Default Formula to Indicate name of day (Sunday, Monday etc..) based on a Date

You could just format the cell containing the date using custom set to
dddd. If you want to see the day and the date, you could custom format
the cell as dddd, dd/mm/yyyy (UK format).

Alternatively, if you want to show the day in a separate cell and your
date is in A1, enter this formula in cell B1:

=WEEKDAY(A1)

and format this cell as custom dddd.

Hope this helps.

Pete

  #5   Report Post  
Posted to microsoft.public.excel.misc
Kevin B
 
Posts: n/a
Default Formula to Indicate name of day (Sunday, Monday etc..) based o

I all you want is the day of the week, this will do the trick...

=CHOOSE(MOD(DateValue,7),"Sun","Mon","Tue","Wed"," Thurs","Fri","Sat")

So, if your date is in A1 the formula would be entered as:

=CHOOSE(MOD(A1,7),"Sun","Mon","Tue","Wed","Thurs", "Fri","Sat")
--
Kevin Backmann


"Pete" wrote:

You could just format the cell containing the date using custom set to
dddd. If you want to see the day and the date, you could custom format
the cell as dddd, dd/mm/yyyy (UK format).

Alternatively, if you want to show the day in a separate cell and your
date is in A1, enter this formula in cell B1:

=WEEKDAY(A1)

and format this cell as custom dddd.

Hope this helps.

Pete


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
Trending Formula Results by Date sony654 Excel Worksheet Functions 0 January 2nd 06 02:33 AM
Setting traffic lights based on todays date against target dates HDV Excel Discussion (Misc queries) 2 September 14th 05 12:05 PM
Adjusting Date Results JoeKazz Excel Worksheet Functions 7 September 10th 05 06:42 PM
overtime formula based on dynamic date range? kalika Excel Worksheet Functions 2 August 28th 05 08:40 AM
formula for filtering and a defaulting date Sue Excel Worksheet Functions 3 July 26th 05 02:18 PM


All times are GMT +1. The time now is 03:38 PM.

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"